lazarus/lcl/interfaces/gtk2
mattias a93abd6d81 gtk2: clean up
git-svn-id: trunk@36783 -
2012-04-15 00:56:30 +00:00
..
tests
alllclintfunits.pas gtk2: clean up 2012-04-13 16:14:32 +00:00
dragicons.inc
gtk2callback.inc gtk2: less hints 2012-04-14 10:27:10 +00:00
gtk2cellrenderer.pas
gtk2debug.pp
gtk2def.pp Gtk2: delay SetSelLength if it's called from OnChange event of TCustomEdit. 2012-03-16 11:26:45 +00:00
gtk2defines.inc
gtk2devicecontext.inc gtk2: less hints 2012-04-14 10:27:10 +00:00
gtk2extra.inc
gtk2extra.pp
gtk2extrah.inc lcl: remove ver2_2_x defines 2012-03-27 07:16:11 +00:00
gtk2fontcache.pas
gtk2globals.pp
gtk2int.pas gtk2: clean up 2012-04-15 00:56:30 +00:00
gtk2lclintf.inc gtk2: less hints 2012-04-14 10:27:10 +00:00
gtk2lclintfh.inc gtk2: less hints 2012-04-14 10:27:10 +00:00
gtk2listsl.inc gtk2: less hints 2012-04-14 10:27:10 +00:00
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc
gtk2msgqueue.pp
gtk2pagecontrol.inc
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc gtk2: less hints 2012-04-14 10:27:10 +00:00
gtk2proc.pp gtk2: less hints 2012-04-14 10:27:10 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas gtk2: less hints 2012-04-14 11:27:22 +00:00
gtk2trayicon.inc Gtk2: added missing result in gtk2trayicon, cleanup of unused variables, fixed compiler warnings 2012-03-03 16:13:08 +00:00
gtk2widgetset.inc gtk2: clean up 2012-04-15 00:56:30 +00:00
gtk2winapi.inc gtk2: less hints 2012-04-14 11:18:45 +00:00
gtk2winapih.inc gtk2: less hints 2012-04-14 11:18:45 +00:00
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp
gtk2wscontrols.pp gtk2: less hints 2012-04-14 10:05:39 +00:00
gtk2wscustomlistview.inc Gtk2: cleanup gtk2wscustomlistview 2012-03-03 16:03:52 +00:00
gtk2wscustommemo.inc
gtk2wsdialogs.pp
gtk2wsextctrls.pp Gtk2: added missing result in gtk2trayicon, cleanup of unused variables, fixed compiler warnings 2012-03-03 16:13:08 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas gtk2: less hints 2012-04-14 11:27:22 +00:00
gtk2wsforms.pp Gtk2: cleanup 2012-03-23 08:55:19 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp gtk2: less hints 2012-04-14 11:27:22 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp gtk2: less hints 2012-04-14 11:27:22 +00:00
gtk2wsstdctrls.pp Gtk2: delay SetSelLength if it's called from OnChange event of TCustomEdit. 2012-03-16 11:26:45 +00:00
interfaces.pas
issues.xml
Makefile LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
Makefile.compiled LCL: updated unit paths in Makefile.compiled 2012-04-09 13:55:09 +00:00
Makefile.fpc LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
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'.