lazarus/lcl/interfaces/gtk2
2025-03-23 23:04:04 +03:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc LCL-Gtk2: Fixed pasting text from Combobox to some other application when selecting/middle-clicking. 2025-03-12 15:22:24 +03: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 LCL-GTK2&3: Improve handling of font stretch and weight in font name. Issue #29596, patch by Juliette. 2025-02-23 12:42:07 +02:00
gtk2lclintf.inc Gtk2: fixed bitmap creation when ratio DataSize/MaskSize have remainder. issue #41070 2024-11-21 19:52:47 +01:00
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc
gtk2msgqueue.pp LCL: Formatting. 2024-11-23 08:10:58 +02:00
gtk2pagecontrol.inc
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc LCL-Gtk2: fixed component position issues on bsSingle forms under Xfwm4, issue #41219 2025-03-12 15:29:00 +03:00
gtk2proc.pp
gtk2stdpixmaps.inc
gtk2themes.pas Revert "LCL-Gtk2: Workaround for Gtk2 themed painting issue when excluded cliprects were ignored sometimes." 2024-11-20 00:43:07 +03:00
gtk2trayicon.inc
gtk2widgetset.inc lcl: gtk2: moved singleton MenuWidget to TGtk2WidgetSet, do not interfere with gtk2 focus evtns fixing AppActive with Alt-Tab and switching to another workspace 2025-01-10 17:06:46 +01:00
gtk2winapi.inc LCL-Gtk2: Fixed WindowFromPoint to return correct result if pointer is over drag-image or other "transparent" window. Patch by Artem Izmaylov, issue #41542. 2025-03-23 23:04:04 +03:00
gtk2winapih.inc LCL: Formatting. 2024-11-23 08:10:58 +02:00
gtk2winapiwindow.pp lcl: clean up 2025-01-16 15:33:12 +01:00
gtk2windows.pas
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp
gtk2wscontrols.pp Gtk2: fixed call to InvalidateLastWFPResult. 2025-01-04 21:26:16 +01:00
gtk2wscustomlistview.inc LCL-GTK2: Fix ListView with vsIcon and Arrangement=iaLeft. Issue #41426, merge request !437. 2025-02-16 12:42:28 +02:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp LCL-GTK2&3: Improve handling of font stretch and weight in font name. Issue #29596, patch by Juliette. 2025-02-23 12:42:07 +02:00
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp lcl: gtk2: moved singleton MenuWidget to TGtk2WidgetSet, do not interfere with gtk2 focus evtns fixing AppActive with Alt-Tab and switching to another workspace 2025-01-10 17:06:46 +01:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp lcl: gtk2: fixed close popup menu, issue #41315 2025-01-16 15:33:12 +01:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp LCL-GTK2: Don't fire "OnChange" and "OnEditingDone" when TSpinEdit/TFloatSpinEdit lose focus. Issue #41254. 2024-11-22 23:35:08 +02:00
gtk2wsstdctrls.pp
interfaces.pas
issues.xml
Makefile lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
Makefile.compiled
Makefile.fpc lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
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'.