diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-29 09:58:19 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-29 09:58:19 +0200 |
commit | 8c67847e50cb1b2f9fd5ffdc59f2309ab05bd4a5 (patch) | |
tree | df8cf396bd762a52a51a36feaece7d82c7d5ee6f /src/corelib/gdi | |
parent | 9d3499d7fd0c88fe161b4484ec7f6685b8a934a8 (diff) | |
download | fpGUI-8c67847e50cb1b2f9fd5ffdc59f2309ab05bd4a5.tar.xz |
New "Select Color" dialog added to fpGUI.
Not 100% complete yet, but the first tab is working.
Diffstat (limited to 'src/corelib/gdi')
-rw-r--r-- | src/corelib/gdi/fpgui_toolkit.lpk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/gdi/fpgui_toolkit.lpk b/src/corelib/gdi/fpgui_toolkit.lpk index 36e40d61..89a5466d 100644 --- a/src/corelib/gdi/fpgui_toolkit.lpk +++ b/src/corelib/gdi/fpgui_toolkit.lpk @@ -31,7 +31,7 @@ <Description Value="fpGUI Toolkit"/>
<License Value="LGPL 2 with static linking exception."/>
<Version Minor="7"/>
- <Files Count="75">
+ <Files Count="76">
<Item1>
<Filename Value="..\stdimages.inc"/>
<Type Value="Include"/>
@@ -332,6 +332,10 @@ <Filename Value="..\..\gui\fpg_editbtn.pas"/>
<UnitName Value="fpg_editbtn"/>
</Item75>
+ <Item76>
+ <Filename Value="..\..\gui\colordialog.inc"/>
+ <Type Value="Include"/>
+ </Item76>
</Files>
<LazDoc Paths="..\..\..\docs\xml\corelib\;..\..\..\docs\xml\corelib\x11\;..\..\..\docs\xml\corelib\gdi\;..\..\..\docs\xml\gui\"/>
<RequiredPkgs Count="1">
|