lazarus/lcl/interfaces/gtk2
2017-04-23 19:45:50 +00:00
..
tests
alllclintfunits.pas lcl: added cocoa/agl.pp 2016-11-08 15:36:00 +00:00
dragicons.inc
gtk2callback.inc LCL-GTK2: Free memory block after use. Issue #31641, patch from Anton Kavalenka. 2017-04-07 09:43:27 +00:00
gtk2cellrenderer.pas
gtk2debug.pp
gtk2def.pp Order uses sections again to see dependencies better. 2016-12-20 16:26:44 +00:00
gtk2defines.inc
gtk2devicecontext.inc gtk2: fix drawing with pattern bitmap brushes. Related to issue #23663 2017-01-02 10:42:11 +00:00
gtk2disableliboverlay.pas
gtk2extra.inc Gtk2: unify TScrollbar behaviour with win32 and qt. issue #20127 2016-04-10 17:08:12 +00:00
gtk2extra.pp
gtk2extrah.inc Gtk2: unify TScrollbar behaviour with win32 and qt. issue #20127 2016-04-10 17:08:12 +00:00
gtk2fontcache.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
gtk2globals.pp gtk2: fix window type hints for modal/nonmodal forms. Issue #13051 2017-02-19 17:37:44 +00:00
gtk2int.pas Order uses sections again to see dependencies better. 2016-12-20 16:26:44 +00:00
gtk2lclintf.inc LCL: gtk2: QuestionDlg: when too much text use default dialog, which has scrollable text 2015-12-02 15:00:03 +00:00
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc fixed warning for gtk2memostrings when timers were not active when the memo is destroyed 2015-03-29 14:05:51 +00:00
gtk2msgqueue.pp Order uses sections again to see dependencies better. 2016-12-20 16:26:44 +00:00
gtk2pagecontrol.inc LCL: TPageControl: Showing correct tab for a page with TabVisible = False. Issue #21723 2017-01-25 20:38:27 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc LCL-GTK2: Initialize a variable in widgetset code. Issue #31607, patch from Anton Kavalenka. 2017-04-01 06:33:57 +00:00
gtk2proc.pp lcl: gtk2: less hints 2017-02-25 12:26:50 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas lcl: toolbutton: fix paint arrow for tbsButtonDrop (was outside the visual button bounds) 2015-12-19 12:45:09 +00:00
gtk2trayicon.inc
gtk2widgetset.inc LCL-GTK2: Fix memory leaks in widgetset code. Issue #31616, patch from Anton Kavalenka. 2017-04-01 06:33:54 +00:00
gtk2winapi.inc GTK2, GTK3: In DrawText support prefixed UTF-8 codepoints. Issue #31674, solution by AlexeyT. 2017-04-18 18:12:07 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp lcl: gtk2: GTKAPIWidget_FocusIn: check if client widget can be focused 2016-06-22 14:34:20 +00:00
gtk2windows.pas lcl: gtk2: fixed compilation 2016-11-08 15:53:44 +00:00
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp Gtk2: fixed triggering selection change in TCheckListBox. issue #31697 2017-04-23 19:45:50 +00:00
gtk2wscomctrls.pp lcl: gtk2: less hints 2016-12-03 09:54:19 +00:00
gtk2wscontrols.pp Gtk2: implemented WS Repaint. 2017-02-07 14:50:27 +00:00
gtk2wscustomlistview.inc LCL-GTK2: Free memory block after use. Issue #31638, patch from Anton Kavalenka. 2017-04-07 07:16:45 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp GTK2/GTK3: Fix TOpenDialog.Files if ofAllowMultiSelect is not in Options. Issue #0031133. 2016-12-17 16:48:52 +00:00
gtk2wsextctrls.pp lcl: gtk2: clean up 2016-12-18 12:40:01 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas LCL: Implement TTrayIcon on Unity for GTK2. Issue #29599, patch from Anthony Walter. 2016-02-10 11:51:57 +00:00
gtk2wsforms.pp lcl: gtk2: less hints 2017-02-25 12:26:50 +00:00
gtk2wsgrids.pp LCL: grids: support string editor alignment 2015-12-17 19:20:16 +00:00
gtk2wsimglist.pp
gtk2wsmenus.pp gtk2: add popup check if another popup is open 2016-01-14 14:31:23 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp GTK2: Fix TFloatSpinEdit not being unconstrained when MinValue = MaxValue. Issue #0029645. 2016-02-13 16:50:49 +00:00
gtk2wsstdctrls.pp LCL-GTK2: Fix setting TComboBox ItemIndex. Issue #28683, patch from AlexeyT. 2016-12-14 16:44:21 +00:00
interfaces.pas lcl: gtk2: clean up 2016-12-18 12:40:01 +00:00
issues.xml LCL: TCustomTabControl: Win32: Allow setting tab width and tab height. Issue #31109, patch from AlexeyT. 2017-01-25 17:42:06 +00:00
Makefile lcl: updated makefiles 2016-03-20 13:05:51 +00:00
Makefile.compiled
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
README.txt
TODOS.txt
unitywsctrls.pas lcl: gtk2: unity desktop use UTF-8 2016-11-02 11:15:00 +00: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'.