lazarus/lcl/interfaces/gtk2
2020-06-24 09:13:05 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc Gtk2: implemented accurate frame under x11. fixes issue #36897 2020-04-16 09:24:25 +00:00
gtk2cellrenderer.pas ComboBox: implement TComboBoxStyle.IsOwnerDrawn and .IsVariable and use them instead of the in [] syntax 2020-05-26 22:25:15 +00:00
gtk2debug.pp
gtk2def.pp Gtk2: implemented accurate frame under x11. fixes issue #36897 2020-04-16 09:24:25 +00:00
gtk2defines.inc
gtk2devicecontext.inc lcl: gtk2: fixed force realize, issue #37073 2020-05-15 22:46:40 +00:00
gtk2disableliboverlay.pas
gtk2extra.inc
gtk2extra.pp
gtk2extrah.inc
gtk2fontcache.pas
gtk2globals.pp LCL-GTK2: Allow changing BorderStyle of TPanel at runtime. Issue #36634, patch from CudaText man. 2020-01-29 22:40:40 +00:00
gtk2int.pas gtk2: fixed compilation on ms windows. Patch by barlone. issue #36991 2020-04-29 10:44:29 +00:00
gtk2lclintf.inc LCL-GTK2: Fix default button index in AskUser(). Issue #37224, patch from Anton Kavalenka. 2020-06-23 17:58:03 +00:00
gtk2lclintfh.inc
gtk2listsl.inc ComboBox: implement TComboBoxStyle.IsOwnerDrawn and .IsVariable and use them instead of the in [] syntax 2020-05-26 22:25:15 +00:00
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc LCL-GTK2: Fix deleting last line of TGtk2MemoStrings. Issue #37166, patch from Joeny Ang. 2020-06-02 07:14:07 +00:00
gtk2msgqueue.pp
gtk2pagecontrol.inc
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc gtk2: fixed double keys in ide editor. Patch by C Western. issue #36976 2020-04-28 08:22:59 +00:00
gtk2proc.pp gtk2: fixed double keys in ide editor. Patch by C Western. issue #36976 2020-04-28 08:22:59 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas
gtk2trayicon.inc
gtk2widgetset.inc LCL-GTK2: Improve TextRect and regions. Issue #37219, patch from Joeny Ang. 2020-06-24 09:13:05 +00:00
gtk2winapi.inc LCL-GTK2: Improve TextRect and regions. Issue #37219, patch from Joeny Ang. 2020-06-24 09:13:05 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsbuttons.pp
gtk2wscalendar.pp LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek 2020-05-25 14:16:57 +00:00
gtk2wschecklst.pp
gtk2wscomctrls.pp bug #36281. Merged revision(s) 62516-62547 from branches/listviewsortindicator: 2020-01-17 01:49:23 +00:00
gtk2wscontrols.pp LCL-GTK2: Remove {$IFDEF OldToolBar} 2019-12-29 23:18:39 +00:00
gtk2wscustomlistview.inc bug #36281. Merged revision(s) 62516-62547 from branches/listviewsortindicator: 2020-01-17 01:49:23 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp
gtk2wsextctrls.pp LCL-GTK2: Allow changing BorderStyle of TPanel at runtime. Issue #36634, patch from CudaText man. 2020-01-29 22:40:40 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp GTK2: Fixed first mouse event is lost in new modal form shown from MouseDown event. Issue #0035720 2020-05-21 21:21:13 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp
gtk2wsstdctrls.pp gtk2: support for combobox readonly 2020-05-28 13:35:12 +00:00
interfaces.pas
issues.xml LCL: TPageControl properties were implemented for Windows. Add restriction notes for other widgetsets. Issue #34867. 2020-03-18 18:54:09 +00:00
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
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'.