lazarus/lcl/interfaces/gtk2
2019-06-13 17:08:50 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc LCL-GTK2: Remove a leftover GTK_REMOVE_CLIPBOARD_NULL block. The bug was fixed in r58530 #c3fff83320. 2019-05-04 07:21:27 +00:00
gtk2cellrenderer.pas
gtk2debug.pp
gtk2def.pp
gtk2defines.inc
gtk2devicecontext.inc Gtk: fix pen style pattern on some systems, from Anton Kavalenka, issue #33866 2019-06-13 17:08:50 +00:00
gtk2disableliboverlay.pas
gtk2extra.inc
gtk2extra.pp
gtk2extrah.inc
gtk2fontcache.pas
gtk2globals.pp
gtk2int.pas
gtk2lclintf.inc
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc
gtk2msgqueue.pp Gtk2: MsgQueue, fix race condition (patch by Boris Glavin) Issue #035395 2019-04-20 17:48:47 +00:00
gtk2pagecontrol.inc
gtk2privatelist.inc
gtk2privatewidget.inc LCL: GTK2: Fixed when hovering the mouse cursor over TMemo component at runtime, mouse cursor wont change to text cursor. Issue #34976 2019-02-05 14:34:34 +00:00
gtk2proc.inc LCL-GTK2: Fix CheckBox/RadioButton '_' escaping. Issue #34882, patch from Alexey Tor. 2019-02-20 09:10:22 +00:00
gtk2proc.pp LCL-GTK2: Fix CheckBox/RadioButton '_' escaping. Issue #34882, patch from Alexey Tor. 2019-02-20 09:10:22 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas
gtk2trayicon.inc LCL-GTK2&3: Add more "const" modifiers for string parameters for better performance. 2019-06-12 19:43:11 +00:00
gtk2widgetset.inc
gtk2winapi.inc LCL-GTK2: Support fractions of degrees in font orientation. Issue #35437. 2019-04-24 18:29:15 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp
gtk2wscontrols.pp
gtk2wscustomlistview.inc LCL-GTK2: Fix CheckBox/RadioButton '_' escaping. Issue #34882, patch from Alexey Tor. 2019-02-20 09:10:22 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas LCL: GTK2: Fixed when hovering the mouse cursor over TMemo component at runtime, mouse cursor wont change to text cursor. Issue #34976 2019-02-05 14:34:34 +00:00
gtk2wsforms.pp
gtk2wsgrids.pp LCL, fix grids resizing bug in gtk, issue #35096 2019-03-20 09:29:59 +00:00
gtk2wsimglist.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp LCL: GTK2: Fixed when hovering the mouse cursor over TMemo component at runtime, mouse cursor wont change to text cursor. Issue #34976 2019-02-05 14:34:34 +00:00
gtk2wsspin.pp
gtk2wsstdctrls.pp LCL-GTK2: Fix CheckBox/RadioButton '_' escaping. Issue #34882, patch from Alexey Tor. 2019-02-20 09:10:22 +00:00
interfaces.pas
issues.xml
Makefile
Makefile.compiled
Makefile.fpc
README.txt
TODOS.txt
unitywsctrls.pas

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'.