lazarus/lcl/interfaces/gtk2
2018-05-13 12:51:54 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc LCL-GTK2: Fix TFloatSpinEdit behaviour. Issue #32985, patch from accorp. 2018-03-31 13:53:03 +00:00
gtk2cellrenderer.pas
gtk2debug.pp
gtk2def.pp
gtk2defines.inc
gtk2devicecontext.inc
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
gtk2pagecontrol.inc
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc lcl: gtk2: comments 2018-05-09 13:38:50 +00:00
gtk2proc.pp lcl: gtk2: added flag LCLGtk2Fix30544 to check handled keys using hardware_keycode and state 2018-04-28 19:34:24 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas gtk2, qt, qt5: header sort arrows are not supported 2018-05-01 09:04:52 +00:00
gtk2trayicon.inc
gtk2widgetset.inc LCL-GTK2: Fix TFloatSpinEdit behaviour. Issue #32985, patch from accorp. 2018-03-31 13:53:03 +00:00
gtk2winapi.inc
gtk2winapih.inc
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsbuttons.pp Gtk2: bitbtn: handle glyphs only if they are really visible 2018-05-13 12:51:54 +00:00
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
gtk2wscontrols.pp LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
gtk2wscustomlistview.inc LCL: high-dpi image list: support retina (for now Cocoa only) 2018-02-03 22:58:50 +00:00
gtk2wscustommemo.inc LCL-GTK2: Fix TMemo SelText problem with Unicode. Issue #33225, patch from accorp. 2018-02-25 21:21:39 +00:00
gtk2wsdialogs.pp
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
gtk2wsforms.pp
gtk2wsgrids.pp
gtk2wsimglist.pp LCL: High-DPI ImageList: Gtk2 fixes 2018-01-11 05:00:50 +00:00
gtk2wsmenus.pp gtk2: fix not released DCs from r57164 #987f894152. issue #33099 2018-02-03 14:13:05 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp LCL-GTK2: Fix TFloatSpinEdit behaviour. Issue #32985, patch from accorp. 2018-03-31 13:53:03 +00:00
gtk2wsstdctrls.pp
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'.