lazarus/lcl/interfaces/fpgui
2024-10-24 12:30:13 +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 LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
fpguiwsextdlgs.pp
fpguiwsfactory.pas LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
fpguiwsforms.pp
fpguiwsgrids.pp
fpguiwsimglist.pp
fpguiwsmenus.pp
fpguiwspairsplitter.pp
fpguiwsprivate.pp
fpguiwsstdctrls.pp
interfaces.pp
Makefile lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
Makefile.compiled updated makefiles 2023-09-12 16:25:55 +02:00
Makefile.fpc lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
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