lazarus/lcl/interfaces/gtk2
2007-03-28 18:13:54 +00:00
..
gtk2cellrenderer.pas
gtk2extra.inc * made gtk2 keyboard initialisation independent of X 2007-01-29 23:07:59 +00:00
gtk2extrah.inc * Patch from Paul Ishenin (max custom cursor size) 2007-02-24 15:25:32 +00:00
gtk2int.pas fixed building gtk2 on win64 (I haven't found win64 gtk2 dlls though). 2007-03-27 13:38:48 +00:00
gtk2interface.lpk
gtk2interface.pas
gtk2lclintf.inc
gtk2lclintfh.inc
gtk2memostrings.inc
gtk2object.inc
gtk2privatewidget.inc * resolved gtkprivate name conflict 2007-02-27 23:17:33 +00:00
gtk2winapi.inc - fixed error in cursor reading previously introduced by me 2007-03-22 02:24:41 +00:00
gtk2winapih.inc gtk intf: added custom mouse cursor images from Marc 2007-02-09 17:42:52 +00:00
gtk2wsactnlist.pp
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wsclistbox.pp
gtk2wscomctrls.pp * Fixed bug #1854 2007-01-20 02:19:19 +00:00
gtk2wscontrols.pp
gtk2wscustomlistview.inc * Fixed bug #1854 2007-01-20 02:19:19 +00:00
gtk2wscustommemo.inc gtk intf: added menu items short cut labels, popup sub menu of menu bar shortcuts 2007-02-05 19:47:39 +00:00
gtk2wsdbctrls.pp
gtk2wsdbgrids.pp
gtk2wsdialogs.pp
gtk2wsdirsel.pp
gtk2wseditbtn.pp
gtk2wsextctrls.pp * resolved gtkprivate name conflict 2007-02-27 23:17:33 +00:00
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp * resolved gtkprivate name conflict 2007-02-27 23:17:33 +00:00
gtk2wsspin.pp
gtk2wsstdctrls.pp Fixed TGtk2WSComboBox.SetFont - Broken since r10238 #e280cbf19f. Notably made the Search Results window in lazarus gtk2 cause an exception and not display 2007-03-28 18:13:54 +00:00
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'.