lazarus/lcl/interfaces/gtk2
2023-06-05 15:48:01 +03:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
gtk2cellrenderer.pas fix for g_value - propper init,set,unset 2021-03-19 21:05:36 +00:00
gtk2debug.pp
gtk2def.pp Gtk2: fixed clientRect of TCustomForm with main menu. Patch by rich2014. issue #40071 2023-02-01 16:56:26 +01:00
gtk2defines.inc
gtk2devicecontext.inc Gtk2: fixed maximized form without border, fixed brush initialization. Patches by Anton Kavalenka. issue #39702, issue #39722 2022-04-28 09:44:10 +02:00
gtk2disableliboverlay.pas
gtk2extra.inc
gtk2extra.pp
gtk2extrah.inc
gtk2fontcache.pas
gtk2globals.pp New InputManager code for gtk2 / Experimental / Issue #38730 / Patch by Do-wan Kim 2021-06-05 22:29:27 +00:00
gtk2int.pas lcl: gtk2: fixed typo 2021-05-10 13:38:43 +00:00
gtk2lclintf.inc lcl: gtk2: debug 2021-05-02 15:38:00 +00:00
gtk2lclintfh.inc
gtk2listsl.inc LCL: Revert some optimizations with TStringListUTF8Fast. It must not be used when locale based sort order is needed. Issue #38612. 2021-03-11 18:03:35 +00:00
gtk2listslh.inc
gtk2listviewtreemodel.pas Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
gtk2memostrings.inc LCL, fix first typed character in dbmemo under GTK, issue #37123 2021-01-31 20:25:46 +00:00
gtk2msgqueue.pp Gtk2: Rare memory leak fix. 2023-04-24 06:50:52 +03:00
gtk2pagecontrol.inc AnchorDocking: DragNDrop of pages not working on GTK2. Issue #39166 2021-07-05 21:38:05 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc LCL-GTK2: Fix clipboard paste endless wait. Merge request !141 by Bad Sector. 2023-03-11 13:07:48 +02:00
gtk2proc.pp Gtk2: fixed clientRect of TCustomForm with main menu. Patch by rich2014. issue #40071 2023-02-01 16:56:26 +01:00
gtk2stdpixmaps.inc Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
gtk2themes.pas
gtk2trayicon.inc Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
gtk2widgetset.inc Gtk2: Fix compliation on MacOS 2023-05-28 17:07:32 +08:00
gtk2winapi.inc Gtk2: Add theme support to DrawFocusRect 2023-04-24 06:50:52 +03:00
gtk2winapih.inc
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsbuttons.pp
gtk2wscalendar.pp LCL: less hints 2021-02-28 08:51:17 +00:00
gtk2wschecklst.pp
gtk2wscomctrls.pp Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
gtk2wscontrols.pp Gtk2: fixed clientRect of TCustomForm with main menu. Patch by rich2014. issue #40071 2023-02-01 16:56:26 +01:00
gtk2wscustomlistview.inc Gtk2: fix dangling pointer in TListView.Destroy. Issues #38954 #38332 2023-06-04 10:28:55 +02:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp LCL-GTK2 and LCL-GTK2: Allow OpenDialog Mime Filters. Issue #39790, patch by theo222. 2022-06-11 21:25:31 +03:00
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas LCL: Undo r65060 #5589d83d68 because it breaks qt5/gtk2/gtk3 on Windows. Issue #38831. 2021-05-02 09:01:56 +00:00
gtk2wsforms.pp Gtk2: fixed clientRect of TCustomForm with main menu. Patch by rich2014. issue #40071 2023-02-01 16:56:26 +01:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp LCL-GTK2: Fix separator menu item height for when the ImageIndex is not -1. 2022-02-13 23:52:32 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp GTK2: add WSCheckHandleAllocated() in TGtk2WSCustomFloatSpinEdit.SetEditorEnabled. 2021-04-17 20:11:45 +00:00
gtk2wsstdctrls.pp Gtk2: fixed TScrollBar.ScrollBy_WS error. Patch by Andrew Haines 2023-02-01 15:06:28 +01:00
interfaces.pas
issues.xml gtk2: fix TDateEdit.MinDate and MaxDate XML issues 2023-01-02 10:48:13 +01:00
Makefile * Fix make install target 2022-12-01 11:34:30 +01:00
Makefile.compiled Makefile, LCL: fix path for freetype 2021-07-08 11:21:25 +00:00
Makefile.fpc * Fix make install target 2022-12-01 11:34:30 +01:00
README.txt
TODOS.txt
unitywsctrls.pas Systray on Unix needs to write user specific file to /tmp 2022-05-06 21:30:21 +10:00

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