diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-07 07:35:06 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-07 07:35:06 +0000 |
commit | 70f99df9962bd08c9982e0c2bed68d4314ca3e61 (patch) | |
tree | d56675ff79ee51f0d61a0a8005cfa0349e45f428 /prototypes | |
parent | 926d83023264ed683f88b933e690708d63675aef (diff) | |
download | fpGUI-70f99df9962bd08c9982e0c2bed68d4314ca3e61.tar.xz |
no comment
Diffstat (limited to 'prototypes')
-rw-r--r-- | prototypes/fpgui2/tests/themetest.lpr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/fpgui2/tests/themetest.lpr b/prototypes/fpgui2/tests/themetest.lpr index 33e0b64f..308c0064 100644 --- a/prototypes/fpgui2/tests/themetest.lpr +++ b/prototypes/fpgui2/tests/themetest.lpr @@ -61,6 +61,8 @@ type // 3 - disabled // 4 - got focus or default image: TfpgImage; + FStartBtnPressed: Boolean; + FEndBtnPressed: Boolean; procedure SetThemeImage(const AValue: TfpgImage); protected procedure HandlePaint; override; |