lazarus/lcl/interfaces/fpgui
2013-03-29 18:39:24 +00:00
..
alllclintfunits.pas
fpguiint.pp LCL: Adds TProgressBar support for lcl-fpgui. Issue #24167, patch from Graeme 2013-03-29 18:39:18 +00:00
fpguilclintf.inc
fpguilclintfh.inc
fpguiobject.inc
fpguiobjects.pas
fpguiproc.pas
fpguiwinapi.inc
fpguiwinapih.inc
fpguiwsarrow.pp
fpguiwsbuttons.pp
fpguiwscalendar.pp
fpguiwscomctrls.pp LCL: Adds TProgressBar support for lcl-fpgui. Issue #24167, patch from Graeme 2013-03-29 18:39:18 +00:00
fpguiwscontrols.pp
fpguiwsdialogs.pp
fpguiwsextctrls.pp
fpguiwsextdlgs.pp
fpguiwsfactory.pas LCL: Adds TProgressBar support for lcl-fpgui. Issue #24167, patch from Graeme 2013-03-29 18:39:18 +00:00
fpguiwsforms.pp
fpguiwsgrids.pp
fpguiwsimglist.pp
fpguiwsmenus.pp
fpguiwspairsplitter.pp
fpguiwsprivate.pp LCL: Adds TProgressBar support for lcl-fpgui. Issue #24167, patch from Graeme 2013-03-29 18:39:18 +00:00
fpguiwsstdctrls.pp
interfaces.pp
Makefile
Makefile.compiled
Makefile.fpc
README.txt LCL: Simplifies the setup to compile lcl-fpgui. Issue #24168, patch from Graeme 2013-03-29 18:39:24 +00:00

fpGUI Toolkit
=============

The official fpGUI website is:

  http://fpgui.sourceforge.net


Getting the source code
-----------------------
The Lazarus svn does not contain the fpGUI sources. You can get the
fpGUI sources via the fpGUI Git repository as follows:

  git clone git://git.code.sf.net/p/fpgui/code fpgui-code

...or you can download a zip archive of the latest code, using
the mirror repository on GitHub.

  https://github.com/graemeg/fpGUI/archive/master.zip


Setup to compile LCL-fpGUI
--------------------------

 Option 1)
   Copy the 'src' directory from the fpGUI sources into your Lazarus
   directory as follows:

     <fpgui>/src/ ⇒ <lazarus>/lcl/interfaces/fpgui/src/

 Option 2)
   Use your file systems's symbolic linking function to simply link
   the fpGUI src directory to the correct location in Lazarus.

   For example:
     cd /opt/lazarus/lcl/interfaces/fpgui
     ln -s /path/to/fpgui/src src


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