mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 14:19:19 +02:00
.. | ||
alllclintfunits.pas | ||
fpguicrosshelpers.pas | ||
fpguiint.pp | ||
fpguilclintf.inc | ||
fpguilclintfh.inc | ||
fpguiobject.inc | ||
fpguiobjects.pas | ||
fpguiproc.pas | ||
fpguithemes.pas | ||
fpguiwinapi.inc | ||
fpguiwinapih.inc | ||
fpguiwsbuttons.pp | ||
fpguiwscalendar.pp | ||
fpguiwscomctrls.pp | ||
fpguiwscontrols.pp | ||
fpguiwsdialogs.pp | ||
fpguiwsextctrls.pp | ||
fpguiwsextdlgs.pp | ||
fpguiwsfactory.pas | ||
fpguiwsforms.pp | ||
fpguiwsgrids.pp | ||
fpguiwsimglist.pp | ||
fpguiwsmenus.pp | ||
fpguiwspairsplitter.pp | ||
fpguiwsprivate.pp | ||
fpguiwsstdctrls.pp | ||
interfaces.pp | ||
Makefile | ||
Makefile.compiled | ||
Makefile.fpc | ||
README.txt |
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 latest stable fpGUI sources via the Git repository as follows: git clone git://github.com/graemeg/fpgui.git fpgui-code cd fpgui-code git checkout maint ...or you can download a zip archive of the latest stable code: https://github.com/graemeg/fpGUI/archive/maint.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