diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-11-29 08:54:34 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-11-29 08:54:34 +0000 |
commit | 709237f47fd404fc163ca5f2d7532f08647a9e05 (patch) | |
tree | d7fd6dab9ae4a538369cb76ae8ee35bbea5ff159 /extras | |
parent | 9eb3c0612e792949d450509236bf12500c559eb6 (diff) | |
download | fpGUI-709237f47fd404fc163ca5f2d7532f08647a9e05.tar.xz |
* Created a new overloaded CentrePoint function.
* Implemented a new method TfpgPopupMenu.MenuItemByName
* Created a example project showing how the ICommand and ICommandHolder interfaces
can be used.
Diffstat (limited to 'extras')
-rw-r--r-- | extras/tiopf/tiOPFfpGUI.lpk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/tiopf/tiOPFfpGUI.lpk b/extras/tiopf/tiOPFfpGUI.lpk index 3b116810..860ec462 100644 --- a/extras/tiopf/tiOPFfpGUI.lpk +++ b/extras/tiopf/tiOPFfpGUI.lpk @@ -1,6 +1,6 @@ <?xml version="1.0"?> <CONFIG> - <Package Version="2"> + <Package Version="3"> <Name Value="tiOPFfpGUI"/> <Author Value="Graeme Geldenhuys"/> <CompilerOptions> @@ -20,7 +20,7 @@ "/> <License Value="Mozilla Public License v1.1 "/> - <Version Major="2" Release="3"/> + <Version Major="2" Release="4"/> <Files Count="7"> <Item1> <Filename Value="gui/tiGUIUtils.pas"/> @@ -53,16 +53,16 @@ </Files> <RequiredPkgs Count="3"> <Item1> - <PackageName Value="FCL"/> - <MinVersion Major="1" Valid="True"/> + <PackageName Value="fpgui_package"/> + <MinVersion Minor="5" Valid="True"/> </Item1> <Item2> <PackageName Value="tiOPF"/> <MinVersion Major="2" Release="3" Valid="True"/> </Item2> <Item3> - <PackageName Value="fpgui_package"/> - <MinVersion Minor="5" Valid="True"/> + <PackageName Value="FCL"/> + <MinVersion Major="1" Valid="True"/> </Item3> </RequiredPkgs> <UsageOptions> |