summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-10-03 13:06:08 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-10-03 13:06:08 +0200
commit8d22b0a1795e7dd5b0128d45e546ebfe3cb3d1c8 (patch)
tree356c6ff2924641800ccb5068e53c219ae7342eaf /src/gui
parent1570829089615d2cf53b8d7573b5abc0890736aa (diff)
downloadfpGUI-8d22b0a1795e7dd5b0128d45e546ebfe3cb3d1c8.tar.xz
Published OnPaint for TfpgPanel and TfpgGroupBox.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/fpg_panel.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_panel.pas b/src/gui/fpg_panel.pas
index c3f42e5d..72a7af5b 100644
--- a/src/gui/fpg_panel.pas
+++ b/src/gui/fpg_panel.pas
@@ -156,6 +156,7 @@ type
property WrapText: boolean read GetWrapText write SetWrapText default False;
property OnClick;
property OnDoubleClick;
+ property OnPaint;
property OnShowHint;
end;
@@ -204,6 +205,7 @@ type
property Width;
property OnClick;
property OnDoubleClick;
+ property OnPaint;
property OnShowHint;
end;