diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-01 12:46:25 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-01 12:46:25 +0000 |
commit | 30389d52cc58fe44394695b551fb450f6945a164 (patch) | |
tree | 4f5772b796ed31d3a8b0e4a975cb7818e1256025 /examples/gui/edits | |
parent | 2899709d66c5d72af84a9359d7cfb8402ab56b36 (diff) | |
download | fpGUI-30389d52cc58fe44394695b551fb450f6945a164.tar.xz |
* BaseGrid.DrawCell and BaseGrid.CanDrawCell now have a GridDrawState type property which the developers can use in there custom event handlers. In unfortunately requires the gui_basegrid to be included in the uses clause.
Diffstat (limited to 'examples/gui/edits')
-rw-r--r-- | examples/gui/edits/edittest.lpi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gui/edits/edittest.lpi b/examples/gui/edits/edittest.lpi index 302cd2c1..e9661391 100644 --- a/examples/gui/edits/edittest.lpi +++ b/examples/gui/edits/edittest.lpi @@ -9,6 +9,7 @@ </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> + <IconPath Value="./"/> <TargetFileExt Value=""/> </General> <VersionInfo> |