diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/fpg_panel.pas | 2 |
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; |