lazarus/lcl/interfaces/gtk2
2007-07-12 21:09:00 +00:00
..
tests gtk2 intf: fixed codetools include paths, fixed double painting 2007-04-04 18:08:37 +00:00
gtk2cellrenderer.pas Fixed gtk2 combobox painting 2007-06-02 01:09:17 +00:00
gtk2extra.inc * made gtk2 keyboard initialisation independent of X 2007-01-29 23:07:59 +00:00
gtk2extrah.inc gtk2 intf: fixed TMemo setting echo mode and password char: not suported by TMemo 2007-05-15 13:49:33 +00:00
gtk2int.pas LCL, implemented AppHandle in TWidgetset, fixed issue #9239 2007-07-12 21:09:00 +00:00
gtk2interface.lpk
gtk2interface.pas
gtk2lclintf.inc gtk intf: resize messages for fixed/client widgets are now kept back and sent for main widgets 2007-05-23 17:32:10 +00:00
gtk2lclintfh.inc gtk2 intf: rewrite of the combobox code from Andrew Haines 2007-04-06 09:04:47 +00:00
gtk2memostrings.inc
gtk2object.inc LCL, implemented AppHandle in TWidgetset, fixed issue #9239 2007-07-12 21:09:00 +00:00
gtk2privatewidget.inc * resolved gtkprivate name conflict 2007-02-27 23:17:33 +00:00
gtk2themes.pas - another way to show splitter points under gtk1 2007-06-06 02:19:44 +00:00
gtk2winapi.inc gtk2 intf: fixed UpdateWindow result 2007-07-06 12:50:24 +00:00
gtk2winapih.inc gtk2 intf: implemented UpdateWindow 2007-07-06 12:42:20 +00:00
gtk2windows.pas LCL, implemented AppHandle in TWidgetset, fixed issue #9239 2007-07-12 21:09:00 +00:00
gtk2wsactnlist.pp
gtk2wsarrow.pp
gtk2wsbuttons.pp LCL: moved TButton from buttons unit to stdctrls (bug #9137), compilation tested on windows for gtk2, qt and win32 widgetset 2007-06-25 08:34:41 +00:00
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wsclistbox.pp
gtk2wscomctrls.pp Implemented TGtk2WSCustomTrackBar.GetPosition to be complete. 2007-04-07 16:33:44 +00:00
gtk2wscontrols.pp
gtk2wscustomlistview.inc
gtk2wscustommemo.inc gtk2 intf: fixed TMemo setting echo mode and password char: not suported by TMemo 2007-05-15 13:49:33 +00:00
gtk2wsdbctrls.pp
gtk2wsdbgrids.pp
gtk2wsdialogs.pp
gtk2wsdirsel.pp
gtk2wseditbtn.pp
gtk2wsextctrls.pp gtk2 intf: improved resizing code to not need the caching trick 2007-05-29 00:30:26 +00:00
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp LCL: TSpeedButton: if mouse capture lost then update state, fixed state when invoking Click which triggers ShowModal 2007-05-28 12:12:51 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp splitter and pairsplitter improvements: 2007-05-29 09:19:34 +00:00
gtk2wsspin.pp gtk2 intf: installing handler for TSpinEdit 2007-05-15 14:51:09 +00:00
gtk2wsstdctrls.pp LCL: moved TButton from buttons unit to stdctrls (bug #9137), compilation tested on windows for gtk2, qt and win32 widgetset 2007-06-25 08:34:41 +00:00
gtk2wstoolwin.pp
interfaces.pas
Makefile regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux 2007-04-01 19:38:53 +00:00
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'.