summaryrefslogtreecommitdiff
path: root/src/gui/gui_panel.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-10 11:36:44 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-10 11:36:44 +0000
commita62206f31a587efadcc40c877f5e45130c807844 (patch)
tree3904823cfbb9cea1a7892a619c7bc90ad80026cd /src/gui/gui_panel.pas
parent3a887b21167a036cca541304800f582bcd6c27a4 (diff)
downloadfpGUI-a62206f31a587efadcc40c877f5e45130c807844.tar.xz
* Published ShowHint and ParentShowHint for all gui components.
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties. * Updated the ShowHint property in TfpgWidget to use the stored property specifier.
Diffstat (limited to 'src/gui/gui_panel.pas')
-rw-r--r--src/gui/gui_panel.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gui_panel.pas b/src/gui/gui_panel.pas
index 3ea6c4a5..da9e1875 100644
--- a/src/gui/gui_panel.pas
+++ b/src/gui/gui_panel.pas
@@ -63,7 +63,9 @@ type
published
property BackgroundColor;
property BorderStyle;
+ property ParentShowHint;
property Shape: TPanelShape read FPanelShape write SetPanelShape default bsBox;
+ property ShowHint;
property Style;
property OnClick;
property OnDoubleClick;
@@ -108,6 +110,8 @@ type
property BorderStyle;
property FontDesc: string read GetFontDesc write SetFontDesc;
property Layout: TLayout read GetLayout write SetLayout default tlCenter;
+ property ParentShowHint;
+ property ShowHint;
property Style;
property Text: string read GetText write SetText;
property TextColor;