lazarus/lcl/interfaces/gtk2
2014-07-05 10:49:42 +00:00
..
tests
alllclintfunits.pas
dragicons.inc LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2callback.inc LCL: gtk2: dropfiles for sub forms 2014-06-16 22:24:44 +00:00
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 gtk2: fix potential bug in TGtkDeviceContext.SelectBitmap 2014-01-06 09:34:05 +00:00
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 lcl: gtk2: fixed QuestionDlg showing custom buttons 2014-06-15 20:30:17 +00:00
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 LCL, gtk2, corrects PGtkWidget to Handle conversion under FreeBSD 64bits it fix LazReport AV on showing report designer, issue #26354 2014-06-22 07:56:31 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc LCL: Make LCL-GTK2 trigger OnUtf8KeyPress for keys ^A..^Z. Issue #26121, patch from Bart 2014-06-28 23:53:11 +00:00
gtk2proc.pp Gtk2: sync scrollbars positions of form when using mouse wheel.issue #25479 2014-02-22 21:43:58 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas Gtk2: fixed combobox themed paint (separated combo button from combo root).issue #25151 2013-10-08 13:51:50 +00:00
gtk2trayicon.inc
gtk2widgetset.inc Gtk2: fixed showing of popup window over fsStayOnTop forms.issue #26018 2014-04-14 16:33:50 +00:00
gtk2winapi.inc lcl: gtk2: clean up 2014-06-15 20:37:11 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2windows.pas LCL: gtk2: fixed uses section 2014-06-22 08:36:02 +00:00
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 LCL: gtk2: fixed uses section 2014-06-22 08:36:02 +00:00
gtk2wscontrols.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wscustomlistview.inc Gtk2: fixed setting imageindex in gtkcolumn in runtime, when there's no images in column during design time.issue #22811 2014-04-12 11:14:03 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +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: fixed uses section 2014-06-22 08:57:16 +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 LCL, GTK2: don't link cairo-gobject, it breaks linking on older systems and shouldn't be necessary anymore since r26213 #f6f6a3aaea in FPC trunk; fixes bug #25460 2013-12-31 16:17:15 +00:00
issues.xml
Makefile
Makefile.compiled LCL: updated makefile 2013-09-15 15:05:30 +00:00
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'.