lazarus/lcl/interfaces/gtk2
mattias 271ef15e08 gtk2 intf: clean up
git-svn-id: trunk@11559 -
2007-07-17 23:17:09 +00:00
..
tests
gtk2cellrenderer.pas Fixed gtk2 combobox painting 2007-06-02 01:09:17 +00:00
gtk2extra.inc
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 gtk2 intf: clean up 2007-07-17 23:17:09 +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
gtk2memostrings.inc
gtk2object.inc LCL, implemented AppHandle in TWidgetset, fixed issue #9239 2007-07-12 21:09:00 +00:00
gtk2privatewidget.inc
gtk2themes.pas - another way to show splitter points under gtk1 2007-06-06 02:19:44 +00:00
gtk2winapi.inc Moved the creation of Edit, StaticText and Panel from the old CreateComponent to the new CreateHandle methods on Gtk. Also moved CreateForm into the CreateHandle method. 2007-07-17 09:31:14 +00:00
gtk2winapih.inc Moved the creation of Edit, StaticText and Panel from the old CreateComponent to the new CreateHandle methods on Gtk. Also moved CreateForm into the CreateHandle method. 2007-07-17 09:31:14 +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
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 gtk2 intf: disabled hiding forms from taskbar, because you loose many comfort functions in many window managers 2007-07-17 21:25:41 +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
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'.