lazarus/lcl/interfaces/gtk2
mattias f414c5cdd3 lcl: comments
git-svn-id: trunk@46955 -
2014-11-22 09:32:38 +00:00
..
tests
alllclintfunits.pas
dragicons.inc LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2callback.inc
gtk2cellrenderer.pas LCL: Improve Gtk2CellRenderer. Issue #26439, patch from TK. 2014-07-03 11:51:09 +00:00
gtk2debug.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2def.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2defines.inc
gtk2devicecontext.inc
gtk2disableliboverlay.pas
gtk2extra.inc
gtk2extra.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2extrah.inc
gtk2fontcache.pas LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2globals.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2int.pas LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2lclintf.inc
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2listviewtreemodel.pas
gtk2memostrings.inc LCL: use TFileStreamUtf8 for LoadFromFile/SaveToFile for Grids, TTextStrings, TWin32MemoStrings, TWinCEMemoStrings, TQtMemoStrings, TGtk2MemoStrings, TGtk3MemoStrings, 2014-11-07 14:52:30 +00:00
gtk2msgqueue.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2pagecontrol.inc
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc Gtk2: fixed clientRect of GtkTreeView based classes. issue #26904 2014-10-21 13:14:18 +00:00
gtk2proc.pp
gtk2stdpixmaps.inc
gtk2themes.pas
gtk2trayicon.inc Gtk2: implemented OnMouseMove() for TTrayIcon. Patch by AlexL. issue #23217 2014-09-14 12:43:05 +00:00
gtk2widgetset.inc lcl: comments 2014-11-22 09:32:38 +00:00
gtk2winapi.inc LCL: gtk2: ExtSelectClipRGN: check Drawable=nil 2014-11-05 12:32:12 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2windows.pas
gtk2wsbuttons.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wscalendar.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wschecklst.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wscomctrls.pp
gtk2wscontrols.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wscustomlistview.inc Gtk2: fixed icons size in TListView when using OnCustomDrawItem. issue #27043 2014-11-15 10:40:11 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp LCL, GTK2, fix TOpenPictureDialog Preview 2014-07-09 16:22:11 +00:00
gtk2wsextctrls.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsforms.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp LCL: gtk2: less hints 2014-09-22 11:45:59 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsspin.pp LCL: gtk2: fixed uses section 2014-06-22 08:57:16 +00:00
gtk2wsstdctrls.pp LCL: use TFileStreamUtf8 for LoadFromFile/SaveToFile for Grids, TTextStrings, TWin32MemoStrings, TWinCEMemoStrings, TQtMemoStrings, TGtk2MemoStrings, TGtk3MemoStrings, 2014-11-07 14:52:30 +00:00
interfaces.pas
issues.xml
Makefile
Makefile.compiled
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'.