lazarus/lcl/interfaces/gtk2
mattias c4cf20839b LCL: gtk2: fixed parameter type, bug #25670
git-svn-id: trunk@43869 -
2014-02-03 18:51:29 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc LCL, gtk2, check if widget is still valid (avoid a CRITICAL warning) 2013-09-26 17:20:24 +00:00
gtk2cellrenderer.pas Gtk2: implemented TListView.OwnerDraw.Part of issue #25149 2013-10-06 12:39:22 +00:00
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 lcl: gtk2: convert gtk_file_chooser encoding to UTF-8, bug #11207 2013-09-26 15:03:07 +00:00
gtk2int.pas
gtk2lclintf.inc lcl: gtk2: less hints 2013-06-10 21:25:29 +00:00
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc
gtk2msgqueue.pp
gtk2pagecontrol.inc GTK2: tabcontrol, less of a gap between tabs and body 2013-09-06 11:41:22 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc Gtk2: implemented themed draw of combobox.issue #25151 2013-10-07 12:08:08 +00:00
gtk2proc.pp
gtk2stdpixmaps.inc
gtk2themes.pas Gtk2: fixed combobox themed paint (separated combo button from combo root).issue #25151 2013-10-08 13:51:50 +00:00
gtk2trayicon.inc
gtk2widgetset.inc LCL: Fix GTK2 image transparency issues for common cases. Issue #25491, patch from Kostas Michalopoulos 2014-01-04 21:05:19 +00:00
gtk2winapi.inc Gtk2: Fixed TGtk2WidgetSet.Polygon overwriting points array.Patch by Bart. issue #25507 2014-01-12 19:14:23 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp LCL, Gtk2, force redraw of GTKWinApiWidgets on focus changes so they can reflect focused/unfocused state (for grids in this case) 2013-09-24 17:36:24 +00:00
gtk2windows.pas
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp Gtk2: pass TCheckListBox.OnDrawItem when Style <> lbStandard.issue #14071 2013-10-08 18:33:12 +00:00
gtk2wscomctrls.pp LCL: TCustomListView: implemented SelectAll & ClearSelection for delphi compatibility. issue #19812 2013-10-14 07:35:34 +00:00
gtk2wscontrols.pp GTK2: tabcontrol, check for tab vs page 2013-09-06 10:31:51 +00:00
gtk2wscustomlistview.inc LCL: TCustomListView: implemented SelectAll & ClearSelection for delphi compatibility. issue #19812 2013-10-14 07:35:34 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp lcl: gtk2: convert gtk_file_chooser encoding to UTF-8, bug #11207 2013-09-26 15:03:07 +00:00
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp
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 lcl: gtk2: less hints 2013-08-03 16:14:22 +00:00
interfaces.pas LCL, GTK2: don't link cairo-gobject, it breaks linking on older systems and shouldn't be necessary anymore since r26213 #f6f6a3aaea in FPC trunk; fixes bug #25460 2013-12-31 16:17:15 +00:00
issues.xml
Makefile
Makefile.compiled LCL: updated makefile 2013-09-15 15:05:30 +00:00
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'.