mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 11:14:23 +02:00
![]() - adjusting splitter drawing (may fix gtk bug with wrong dots alignment) git-svn-id: trunk@11277 - |
||
---|---|---|
.. | ||
tests | ||
gtk2cellrenderer.pas | ||
gtk2extra.inc | ||
gtk2extrah.inc | ||
gtk2int.pas | ||
gtk2interface.lpk | ||
gtk2interface.pas | ||
gtk2lclintf.inc | ||
gtk2lclintfh.inc | ||
gtk2memostrings.inc | ||
gtk2object.inc | ||
gtk2privatewidget.inc | ||
gtk2themes.pas | ||
gtk2winapi.inc | ||
gtk2winapih.inc | ||
gtk2wsactnlist.pp | ||
gtk2wsarrow.pp | ||
gtk2wsbuttons.pp | ||
gtk2wscalendar.pp | ||
gtk2wschecklst.pp | ||
gtk2wsclistbox.pp | ||
gtk2wscomctrls.pp | ||
gtk2wscontrols.pp | ||
gtk2wscustomlistview.inc | ||
gtk2wscustommemo.inc | ||
gtk2wsdbctrls.pp | ||
gtk2wsdbgrids.pp | ||
gtk2wsdialogs.pp | ||
gtk2wsdirsel.pp | ||
gtk2wseditbtn.pp | ||
gtk2wsextctrls.pp | ||
gtk2wsextdlgs.pp | ||
gtk2wsfilectrl.pp | ||
gtk2wsforms.pp | ||
gtk2wsgrids.pp | ||
gtk2wsimglist.pp | ||
gtk2wsmaskedit.pp | ||
gtk2wsmenus.pp | ||
gtk2wspairsplitter.pp | ||
gtk2wsprivate.pp | ||
gtk2wsspin.pp | ||
gtk2wsstdctrls.pp | ||
gtk2wstoolwin.pp | ||
interfaces.pas | ||
Makefile | ||
Makefile.fpc | ||
README.txt | ||
TODOS |
The gtk2 interface for lazarus ============================== The gtk2 interface for lazarus is a descendant of the gtk interface. It is not yet complete. For those who want to help us here are some hints: With fpc 1.9.7 the gtk2 bindings are included, so forget the packages. To compile the gtk2 interface just set Tools -> Configure Build Lazarus -> LCL interface to 'gtk2' Creating a test project: Create a new lazarus application. This project will be used to test the gtk2 interface and to store all configuration steps. Then open the compiler options and set as widget type 'gtk2'.