summaryrefslogtreecommitdiff
path: root/src/gui/fpg_label.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-01 15:08:59 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-01 15:08:59 +0200
commit00e67ca53e5194919ab7b1b0b7d0d0d4946ee622 (patch)
tree7bf58362aae9b3980a178899f69a611bb2baa9e2 /src/gui/fpg_label.pas
parent24ece8d5d3a175673e4a8a6b6378d9446e349aa0 (diff)
downloadfpGUI-00e67ca53e5194919ab7b1b0b7d0d0d4946ee622.tar.xz
published Enabled property on all (most) components
* Now the UI Designer can work with that property too * A few other components got one or two other properties published too.
Diffstat (limited to 'src/gui/fpg_label.pas')
-rw-r--r--src/gui/fpg_label.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/fpg_label.pas b/src/gui/fpg_label.pas
index eeecf9b6..88986549 100644
--- a/src/gui/fpg_label.pas
+++ b/src/gui/fpg_label.pas
@@ -71,6 +71,7 @@ type
property Alignment;
property AutoSize;
property BackgroundColor;
+ property Enabled;
property FontDesc;
property Height;
property Hint;