lazarus/lcl/interfaces/gtk2
2012-09-05 09:15:10 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc Gtk2: fixed crash with TListView when viewstyle is vsIcon or vsSmallIcon. issue #22778 2012-09-05 09:15:10 +00:00
gtk2cellrenderer.pas
gtk2debug.pp
gtk2def.pp
gtk2defines.inc
gtk2devicecontext.inc lcl: gtk2: fixed label autosize 2012-07-27 14:46:04 +00:00
gtk2disableliboverlay.pas gtk2 intf: use setenv only on Linux 2012-06-26 22:14:30 +00:00
gtk2extra.inc
gtk2extra.pp
gtk2extrah.inc Gtk2: fixed crash with TListView when viewstyle is vsIcon or vsSmallIcon. issue #22778 2012-09-05 09:15:10 +00:00
gtk2fontcache.pas
gtk2globals.pp
gtk2int.pas
gtk2lclintf.inc Gtk2: skip mask in any case when creating 1bpp GdkBitmap otherwise gtk2 crashes. issue #21673 2012-08-24 08:49:33 +00:00
gtk2lclintfh.inc
gtk2listsl.inc gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data 2012-06-23 18:25:44 +00:00
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc
gtk2msgqueue.pp
gtk2pagecontrol.inc gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data 2012-06-23 18:25:44 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc Gtk2: hide statusbar panel with width of 0.part of issue #22362 2012-07-03 10:50:11 +00:00
gtk2proc.pp
gtk2stdpixmaps.inc
gtk2themes.pas
gtk2trayicon.inc
gtk2widgetset.inc gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data. part 2 2012-06-23 18:27:49 +00:00
gtk2winapi.inc Gtk2: do not set background color if currentbrush.color = currentbackcolor. issue #22719 2012-08-26 12:04:15 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data. part 2 2012-06-23 18:27:49 +00:00
gtk2windows.pas
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp
gtk2wscontrols.pp gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data. part 2 2012-06-23 18:27:49 +00:00
gtk2wscustomlistview.inc gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data 2012-06-23 18:25:44 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data 2012-06-23 18:25:44 +00:00
gtk2wsextctrls.pp gtk2: clean up 2012-06-20 12:06:57 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data 2012-06-23 18:25:44 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp Gtk2: fix mouse event when clicking on root item of main menu.issue #22616 2012-08-23 09:59:48 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp
gtk2wsstdctrls.pp gtk2: replace the deprecated gtk_object_get/set_data by g_object_get/set_data. part 2 2012-06-23 18:27:49 +00:00
interfaces.pas gtk2 intf: disable liboverlay by default 2012-06-26 17:00:11 +00:00
issues.xml
Makefile
Makefile.compiled
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'.