lazarus/lcl/interfaces/gtk2
2008-11-23 23:16:36 +00:00
..
tests
gtk2callback.inc
gtk2cellrenderer.pas * a better fix for bug #12695 and some cleanup 2008-11-23 23:16:36 +00:00
gtk2def.pp
gtk2devicecontext.inc gtk2: 2008-08-21 07:43:46 +00:00
gtk2extra.inc gtk2: use less hackish clipboard fix based on patch of Brad Campbell (#0012653) 2008-11-18 02:31:29 +00:00
gtk2extrah.inc gtk2: use less hackish clipboard fix based on patch of Brad Campbell (#0012653) 2008-11-18 02:31:29 +00:00
gtk2int.pas * lcl/gtk2: only use X when HasX has been defined 2008-09-06 15:24:58 +00:00
gtk2lclintf.inc
gtk2lclintfh.inc
gtk2memostrings.inc gtk1+2 intf: replaced g_idle_add with gtk_timeout_add. g_idle_add is not called when app is busy (e.g. using OnIdle) 2008-08-31 08:38:48 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.pp
gtk2themes.pas gtk2: return details size for tree sign 2008-11-05 09:36:21 +00:00
gtk2trayicon.inc Fixes AV in gtk2 TTrayIcon.InternalUpdate and adds a better handle mechanism to it 2008-08-27 01:13:29 +00:00
gtk2widgetset.inc
gtk2winapi.inc gtk2: 2008-10-19 03:33:45 +00:00
gtk2winapih.inc
gtk2windows.pas
gtk2wsactnlist.pp
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp * Fixed bug #12690 2008-11-22 14:39:14 +00:00
gtk2wscontrols.pp
gtk2wscustomlistview.inc * a better fix for bug #12695 and some cleanup 2008-11-23 23:16:36 +00:00
gtk2wscustommemo.inc lcl: MaxLength redo: 2008-11-13 06:42:37 +00:00
gtk2wsdbctrls.pp
gtk2wsdbgrids.pp
gtk2wsdialogs.pp gtk2: colorDialog changes 2008-11-11 15:14:50 +00:00
gtk2wsdirsel.pp
gtk2wseditbtn.pp
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp gtk2: fix incorrect use of g_list_append 2008-10-16 06:31:02 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp gtk2: define use of 2.8 version by default 2008-11-10 04:34:24 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp
gtk2wsstdctrls.pp Fixed some gtk2 errors when checking if listview items are selected when beginupdate/endupdate is used 2008-11-17 04:38:23 +00:00
gtk2wstoolwin.pp
interfaces.pas
issues.xml
Makefile
Makefile.fpc
README.txt
TODOS.txt

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'.