lazarus/lcl/interfaces/fpgui
2012-09-12 21:53:30 +00:00
..
alllclintfunits.pas
fpguiint.pp lcl: fpgui: implements MessageDlg() and ShowMessage() support, issue #22862 2012-09-12 21:46:59 +00:00
fpguilclintf.inc lcl: fpgui: implements MessageDlg() and ShowMessage() support, issue #22862 2012-09-12 21:46:59 +00:00
fpguilclintfh.inc lcl: fpgui: implements MessageDlg() and ShowMessage() support, issue #22862 2012-09-12 21:46:59 +00:00
fpguiobject.inc
fpguiobjects.pas
fpguiproc.pas
fpguiwinapi.inc LCL: fpgui: implements the Windows API function MessageBox(), issue #22865 2012-09-12 21:53:30 +00:00
fpguiwinapih.inc LCL: fpgui: implements the Windows API function MessageBox(), issue #22865 2012-09-12 21:53:30 +00:00
fpguiwsarrow.pp
fpguiwsbuttons.pp Patches from Graeme bug #20172 and bug #20173 2011-09-06 15:34:10 +00:00
fpguiwscalendar.pp
fpguiwscomctrls.pp Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
fpguiwscontrols.pp
fpguiwsdialogs.pp
fpguiwsextctrls.pp
fpguiwsextdlgs.pp
fpguiwsfactory.pas Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
fpguiwsforms.pp
fpguiwsgrids.pp
fpguiwsimglist.pp
fpguiwsmenus.pp
fpguiwspairsplitter.pp
fpguiwsprivate.pp lcl: 2012-03-30 01:05:10 +00:00
fpguiwsstdctrls.pp
interfaces.pp
Makefile LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
Makefile.compiled LCL: updated unit paths in Makefile.compiled 2012-04-09 13:55:09 +00:00
Makefile.fpc LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +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