summaryrefslogtreecommitdiff
path: root/src/gui/fpg_listbox.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-04 17:00:12 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-04 17:00:12 +0200
commit250d53668f7a5e449b7ff849ffe0d04551ee5a80 (patch)
tree54cea512b2a5b9fabafcc123ff2b95ca65f07872 /src/gui/fpg_listbox.pas
parent4de3fbd6008a13c1e7088a9c04dc11d35cb45358 (diff)
downloadfpGUI-250d53668f7a5e449b7ff849ffe0d04551ee5a80.tar.xz
Published Align property for all widgets.
Diffstat (limited to 'src/gui/fpg_listbox.pas')
-rw-r--r--src/gui/fpg_listbox.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_listbox.pas b/src/gui/fpg_listbox.pas
index 6aea07ba..1b5c897b 100644
--- a/src/gui/fpg_listbox.pas
+++ b/src/gui/fpg_listbox.pas
@@ -132,6 +132,7 @@ type
// The standard strings listbox we will actually use in a GUI.
TfpgListBox = class(TfpgTextListBox)
published
+ property Align;
property AutoHeight;
property BackgroundColor default clListBox;
property DragToReorder;
@@ -193,6 +194,7 @@ type
TfpgColorListBox = class(TfpgBaseColorListBox)
published
+ property Align;
property AutoHeight;
property BackgroundColor default clListBox;
property Color;