lazarus/lcl/interfaces/gtk2
zeljko 9da784edf0 Gtk2: removed unused units.
git-svn-id: trunk@27642 -
2010-10-10 18:11:22 +00:00
..
tests
alllclintfunits.pas
dragicons.inc
gtk2callback.inc Gtk2: added workaround for gtk2 where GtkButton "clicked" signal isn't triggered when our modal form is started from OnDropDown(). 2010-10-10 16:20:18 +00:00
gtk2cellrenderer.pas
gtk2comboboxcallback.inc
gtk2debug.pp
gtk2def.pp
gtk2defines.inc
gtk2devicecontext.inc
gtk2dragcallback.inc
gtk2extra.inc
gtk2extra.pp
gtk2extrah.inc
gtk2fontcache.pas
gtk2globals.pp Gtk2: fixed setCapture(), now it uses new way of capturing, old can be used with -dGTK2_USE_OLD_CAPTURE. 2010-10-10 15:26:45 +00:00
gtk2int.pas
gtk2lclintf.inc Gtk2: implemented TGtk2WidgetSet.PromptUser(), fixes various bugs with gtk2 dialogs. known to fixes #14318 2010-10-09 13:27:17 +00:00
gtk2lclintfh.inc Gtk2: implemented TGtk2WidgetSet.PromptUser(), fixes various bugs with gtk2 dialogs. known to fixes #14318 2010-10-09 13:27:17 +00:00
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc
gtk2msgqueue.pp
gtk2pagecallback.inc
gtk2privatelist.inc
gtk2privatewidget.inc
gtk2proc.inc Gtk2: ifdefed gtk2proc CaptureMouseForWidget with GTK2_USE_OLD_CAPTURE define. 2010-10-10 18:02:43 +00:00
gtk2proc.pp Gtk2: ifdefed gtk2proc CaptureMouseForWidget with GTK2_USE_OLD_CAPTURE define. 2010-10-10 18:02:43 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas
gtk2trayicon.inc
gtk2widgetset.inc Gtk2: fixed setCapture(), now it uses new way of capturing, old can be used with -dGTK2_USE_OLD_CAPTURE. 2010-10-10 15:26:45 +00:00
gtk2winapi.inc Gtk2: fixed setCapture(), now it uses new way of capturing, old can be used with -dGTK2_USE_OLD_CAPTURE. 2010-10-10 15:26:45 +00:00
gtk2winapih.inc
gtk2winapiwindow.pp
gtk2windows.pas
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wscomctrls.pp
gtk2wscontrols.pp Gtk2: removed unused units. 2010-10-10 18:11:22 +00:00
gtk2wscustomlistview.inc
gtk2wscustommemo.inc
gtk2wsdialogs.pp Gtk2: removed unused units. 2010-10-10 18:11:22 +00:00
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfactory.pas
gtk2wsforms.pp Gtk2: removed unused units. 2010-10-10 18:11:22 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp
gtk2wsspin.pp
gtk2wsstdctrls.pp Gtk2: removed unused units. 2010-10-10 18:11:22 +00:00
interfaces.pas
issues.xml
Makefile
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'.