lazarus/lcl/interfaces/gtk2
2012-01-01 10:47:45 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc Gtk2: cleanup 2011-12-30 17:18:18 +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: cleanup 2011-12-30 17:18:18 +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: cleanup 2011-12-30 17:18:18 +00:00
gtk2proc.pp Gtk2: cleanup 2011-12-30 17:18:18 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas gtk2: merge GetGtkStyleParams and GetGtk1StyleParams. Rename Gtk1DrawElement to GtkDrawElement 2011-12-25 19:53:59 +00:00
gtk2trayicon.inc
gtk2widgetset.inc Gtk2: do not blindly unmaximize and deiconify GtkWindow. issue #10698 2012-01-01 10:47:45 +00:00
gtk2winapi.inc Gtk2: cleanup 2011-12-30 17:18:18 +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 Gtk2: cleanup 2011-12-30 17:18:18 +00:00
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: initialize OldTreeSelection (fix potential sigsegv). Remove double assignments. 2011-12-25 18:06:56 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp
gtk2wsstdctrls.pp gtk2: update combo text only if has a edit box 2011-12-25 20:07:31 +00:00
interfaces.pas
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'.