summaryrefslogtreecommitdiff
path: root/src/gui/fpg_trackbar.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-02-25 14:37:36 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-02-25 14:37:36 +0200
commit2553e165221735e8b5e4f1cecd63fb1cef1363ea (patch)
treee64773a4c21b166c00c8c0c894d040b32a8764f4 /src/gui/fpg_trackbar.pas
parent76d8bf9a89b71f6739d5171866f0650d221ab51d (diff)
downloadfpGUI-2553e165221735e8b5e4f1cecd63fb1cef1363ea.tar.xz
Published Hint and ShowHint on all widgets.
Diffstat (limited to 'src/gui/fpg_trackbar.pas')
-rw-r--r--src/gui/fpg_trackbar.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/fpg_trackbar.pas b/src/gui/fpg_trackbar.pas
index 9dc15b95..36233d47 100644
--- a/src/gui/fpg_trackbar.pas
+++ b/src/gui/fpg_trackbar.pas
@@ -69,9 +69,11 @@ type
constructor Create(AOwner: TComponent); override;
published
property BackgroundColor;
+ property Hint;
property Min: integer read FMin write SetMin default 0;
property Max: integer read FMax write SetMax default 10;
property Position: integer read FPosition write SetTBPosition default 0;
+ property ShowHint;
property SliderSize: integer read FSliderSize write SetSliderSize default 11;
property Orientation: TOrientation read FOrientation write FOrientation default orHorizontal;
property TabOrder;
@@ -118,6 +120,7 @@ type
property Min: integer read FMin write SetMin default 0;
property Max: integer read FMax write SetMax default 100;
property ParentShowHint;
+ property Hint;
property ShowHint;
property ShowPosition: boolean read FShowPosition write SetShowPosition default False;
property Orientation: TOrientation read FOrientation write FOrientation default orHorizontal;