lazarus/lcl/interfaces/gtk2
2014-05-31 22:43:09 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc Gtk2: fixed TScrollingWinControl positions update.issue #25909 2014-03-24 11:14:49 +00:00
gtk2cellrenderer.pas
gtk2debug.pp
gtk2def.pp LCL: Fix GTK2 image transparency issues for common cases. Issue #25491, patch from Kostas Michalopoulos 2014-01-04 21:05:19 +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
gtk2extrah.inc
gtk2fontcache.pas
gtk2globals.pp
gtk2int.pas Gtk2: fixed showing of popup window over fsStayOnTop forms.issue #26018 2014-04-14 16:33:50 +00:00
gtk2lclintf.inc
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc
gtk2msgqueue.pp
gtk2pagecontrol.inc Gtk2: fixed returning correct result from TGtk2WSCustomTabControl.GetTabRect. issue #18926 2014-03-11 11:41:08 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc lcl: gtk2: RequestSelectionData: only wait for one clipboard request at a time, bug #26242 2014-05-31 22:43:09 +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
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 Gtk2: fixed linespacing in DrawText().Patch by Boris. issue #26090 2014-04-29 06:16:34 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp
gtk2wscontrols.pp
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
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp LCL: TScrollBox, remove unnecessary Invalidate on Windows. Issue #0026087 Move Invalidate in WS code for all other WS 2014-04-28 20:17:56 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp LCL: gtk2: fixed parameter type, bug #25670 2014-02-03 18:51:29 +00:00
gtk2wsspin.pp
gtk2wsstdctrls.pp
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'.