lazarus/lcl/interfaces/fpgui
mattias de999b53f3 lcl: fixed Makefile.compiled
git-svn-id: trunk@29887 -
2011-03-17 12:19:41 +00:00
..
alllclintfunits.pas lcl: fixed fpgui compilation 2011-01-27 17:27:05 +00:00
fpguiint.pp fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguilclintf.inc
fpguilclintfh.inc
fpguiobject.inc fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiobjects.pas fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiproc.pas LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
fpguiwinapi.inc fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiwinapih.inc fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiwsarrow.pp
fpguiwsbuttons.pp
fpguiwscalendar.pp
fpguiwscomctrls.pp lcl: fixed fpgui compilation 2011-01-27 17:27:05 +00:00
fpguiwscontrols.pp fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiwsdialogs.pp
fpguiwsextctrls.pp Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
fpguiwsextdlgs.pp
fpguiwsfactory.pas fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiwsforms.pp
fpguiwsgrids.pp
fpguiwsimglist.pp
fpguiwsmenus.pp LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
fpguiwspairsplitter.pp
fpguiwsprivate.pp fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiwsstdctrls.pp
interfaces.pp
Makefile lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
README.txt

The Lazarus svn does not contain the fpGUI sources.
You can get the fpGUI sources with

git (State may 2010):
--------------------------------
Using GIT: git clone git://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui
Web access: http://sourceforge.net/projects/fpgui/files/

Copy or link directories
<fpGUI dir>/src/gui ⇒ lazarus/lcl/interfaces/fpgui/gui
<fpGUI dir>/src/corelib ⇒ lazarus/lcl/interfaces/fpgui/corelib
<fpGUI dir>/src/VERSION_FILE.inc ⇒ lazarus/lcl/interfaces/fpgui/VERSION_FILE.inc

For example via symlinks:
cd lazarus/lcl/interfaces/fpgui
export FPGUI_DIR=/path/to/fpgui
rm -f corelib gui VERSION_FILE.inc
ln -s $FPGUI_DIR/src/gui .
ln -s $FPGUI_DIR/src/corelib .
ln -s $FPGUI_DIR/src/VERSION_FILE.inc .

For more details see:
http://wiki.lazarus.freepascal.org/fpGUI_Interface

Current code tested using fpgui 0.7.rc2