lazarus/lcl/interfaces/gtk2
mattias 5ab398219a LCL: gtk2: clean up
git-svn-id: trunk@46495 -
2014-10-09 16:22:20 +00:00
..
tests
alllclintfunits.pas
dragicons.inc LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2callback.inc
gtk2cellrenderer.pas LCL: Improve Gtk2CellRenderer. Issue #26439, patch from TK. 2014-07-03 11:51:09 +00:00
gtk2debug.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2def.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2defines.inc
gtk2devicecontext.inc
gtk2disableliboverlay.pas
gtk2extra.inc
gtk2extra.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2extrah.inc
gtk2fontcache.pas LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2globals.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2int.pas LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2lclintf.inc
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2listviewtreemodel.pas
gtk2memostrings.inc LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2msgqueue.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2pagecontrol.inc
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc LCL: gtk2: clean up 2014-10-09 16:22:20 +00:00
gtk2proc.pp
gtk2stdpixmaps.inc
gtk2themes.pas
gtk2trayicon.inc Gtk2: implemented OnMouseMove() for TTrayIcon. Patch by AlexL. issue #23217 2014-09-14 12:43:05 +00:00
gtk2widgetset.inc Qt, Gtk2: fixed crash with popup window when form is maximized. issue #26670 2014-09-03 10:38:42 +00:00
gtk2winapi.inc Gtk2: fixed returning font height from TGtk2WidgetSet.GetObject(). issue #26660 2014-09-03 07:40:11 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2windows.pas
gtk2wsbuttons.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wscalendar.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wschecklst.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wscomctrls.pp
gtk2wscontrols.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wscustomlistview.inc Gtk2: include scrollbars offset in TGtk2WSCustomListView.getItemAt(). issue #26767 2014-09-24 06:15:57 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp LCL, GTK2, fix TOpenPictureDialog Preview 2014-07-09 16:22:11 +00:00
gtk2wsextctrls.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsforms.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp LCL: gtk2: less hints 2014-09-22 11:45:59 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsspin.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsstdctrls.pp LCL-GTK2: Take caption of an autosized GroupBox into account when calculating width. Issue #20447, patch from Henry Vermaak 2014-07-05 10:49:42 +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'.