summaryrefslogtreecommitdiff
path: root/src/gui/fpg_progressbar.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-04-25 11:55:38 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-04-25 11:55:38 +0200
commit7aaa52af5c7367854889ae691ac5ebd1e5fe90a7 (patch)
treec12d178988a7a924bb890e572f84cd553732b7ca /src/gui/fpg_progressbar.pas
parent91c4c094d76351669a8ba2a4fa2677e6058905ad (diff)
downloadfpGUI-7aaa52af5c7367854889ae691ac5ebd1e5fe90a7.tar.xz
Publish the new OnShowHint for all other widgets in fpGUI.
Diffstat (limited to 'src/gui/fpg_progressbar.pas')
-rw-r--r--src/gui/fpg_progressbar.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/fpg_progressbar.pas b/src/gui/fpg_progressbar.pas
index 896785c3..ee6b2405 100644
--- a/src/gui/fpg_progressbar.pas
+++ b/src/gui/fpg_progressbar.pas
@@ -70,6 +70,7 @@ type
property ShowHint;
property Step;
property TextColor;
+ property OnShowHint;
end;