lazarus/lcl/interfaces/gtk2
2011-12-24 21:08:22 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc gtk2: remove unecessary checks 2011-12-24 20:58:37 +00:00
gtk2cellrenderer.pas
gtk2comboboxcallback.inc
gtk2debug.pp
gtk2def.pp
gtk2defines.inc
gtk2devicecontext.inc Gtk2: formatting 2011-12-09 07:58:06 +00:00
gtk2dragcallback.inc
gtk2extra.inc
gtk2extra.pp
gtk2extrah.inc
gtk2fontcache.pas
gtk2globals.pp
gtk2int.pas gtk2: use FreeAndNil where appropriate in Gtk2Int (missing part) 2011-12-24 20:42:00 +00:00
gtk2lclintf.inc Gtk2: fixed compilation under win32. issue #20829 2011-12-07 12:44:40 +00:00
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc Gtk2: proper handle of cursor moving in memo view, use mark instead cursor move. issue #20847 2011-12-09 07:19:11 +00:00
gtk2msgqueue.pp
gtk2pagecallback.inc
gtk2pagecontrol.inc Gtk2: finally make TTabControl useable, also fixed crashes in pageswitch signals. issue #20822 2011-12-07 11:08:04 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc Gtk2: finally make TTabControl useable, also fixed crashes in pageswitch signals. issue #20822 2011-12-07 11:08:04 +00:00
gtk2proc.inc gtk2: fix a condition check (always False) in ConnectInternalWidgetsSignals 2011-12-24 21:08:22 +00:00
gtk2proc.pp Gtk2: cleanup, removed GetWindowManager, it already exist in Gtk2WidgetSet 2011-12-09 07:42:04 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas Gtk2: fixed bug in tabcontrol painting in gtk2themes, issue #20822 2011-12-07 19:21:19 +00:00
gtk2trayicon.inc Patch from bug #20775, adds trayicon area freeing, OnDblClick, OnMouseDown, OnMouseUp, improves PopUp all for the gtk2 trayicon in UseStatusIcon mode 2011-11-29 13:14:18 +00:00
gtk2widgetset.inc gtk2: remove unecessary checks 2011-12-24 20:58:37 +00:00
gtk2winapi.inc Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame 2011-12-24 10:52:33 +00:00
gtk2winapih.inc Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame 2011-12-24 10:52:33 +00:00
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp Gtk2: fixed selections in listview (vsList, vsReport) for gtk2 < 2.10.issue #19820 2011-12-21 16:36:54 +00:00
gtk2wscontrols.pp
gtk2wscustomlistview.inc Gtk2: fixed selections in listview (vsList, vsReport) for gtk2 < 2.10.issue #19820 2011-12-21 16:36:54 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp Gtk2: introduced GetWindowManager functino to fix various wm's behaviour under X11.Fixes modal windows problems under kwin with gtk2lcl.issues #18323 and #18823 2011-12-06 17:11:56 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp
gtk2wsstdctrls.pp Gtk2: fix inaccurate paint of checkbox and radiobutton when caption is empty. issue #20764 2011-12-18 18:17:53 +00:00
interfaces.pas Moves the selection of cwstring vs paswstring vs windows string manager into the widgetsets 2011-12-02 23:00:48 +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'.