lazarus/lcl/interfaces/fpgui
2021-11-10 20:42:26 +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 LCL/ShellCtrls: Display default shell icons in TShellListView. Issue #18247. 2021-03-07 14:39:17 +00:00
fpguiwsforms.pp
fpguiwsgrids.pp
fpguiwsimglist.pp
fpguiwsmenus.pp
fpguiwspairsplitter.pp
fpguiwsprivate.pp LCL-fpGUI: Fix compilation. Issue #39354, patch by Peter Blackman. 2021-11-10 20:42:26 +02:00
fpguiwsstdctrls.pp
interfaces.pp
Makefile
Makefile.compiled Makefile, LCL: fix path for freetype 2021-07-08 11:21:25 +00:00
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