summaryrefslogtreecommitdiff
path: root/src/gui/fpg_listbox.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-04 13:19:35 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-04 13:19:35 +0200
commit8d1e1635da0cf24346a55bbc013215dd838a44bc (patch)
tree3449d9c12be7a8146b4917039f0a6b7965446fb1 /src/gui/fpg_listbox.pas
parent95dc764bebec6dac0451833bc5b0b2e7aec6b24e (diff)
downloadfpGUI-8d1e1635da0cf24346a55bbc013215dd838a44bc.tar.xz
Add missing published Hint properties to some components.
Diffstat (limited to 'src/gui/fpg_listbox.pas')
-rw-r--r--src/gui/fpg_listbox.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/fpg_listbox.pas b/src/gui/fpg_listbox.pas
index 721af7ae..5ca37d10 100644
--- a/src/gui/fpg_listbox.pas
+++ b/src/gui/fpg_listbox.pas
@@ -137,6 +137,7 @@ type
property DragToReorder;
property FocusItem;
property FontDesc;
+ property Hint;
property HotTrack;
property Items;
property ParentShowHint;
@@ -197,10 +198,13 @@ type
property DragToReorder;
property FocusItem;
property FontDesc;
+ property Hint;
property HotTrack;
property Items;
+ property ParentShowHint;
property PopupFrame;
property ShowColorNames;
+ property ShowHint;
property TabOrder;
property TextColor;
end;