lazarus/lcl/interfaces/gtk2
2008-01-22 09:56:06 +00:00
..
tests
gtk2cellrenderer.pas gtk2: workaround problem with setting itemIndex in multiselected listbox 2008-01-22 04:43:39 +00:00
gtk2def.pp * Started with object based GDI 2007-11-23 00:07:45 +00:00
gtk2devicecontext.inc * Started with object based GDI 2007-11-23 00:07:45 +00:00
gtk2extra.inc
gtk2extrah.inc gtk2: further improve gtk2 ListBox ItemIndex 2008-01-22 09:56:06 +00:00
gtk2int.pas gtk2: further improve gtk2 ListBox ItemIndex 2008-01-22 09:56:06 +00:00
gtk2interface.lpk
gtk2interface.pas
gtk2lclintf.inc
gtk2lclintfh.inc
gtk2memostrings.inc
gtk2privatelist.inc qt, gtk2: ItemIndex compatibility with win32 2008-01-21 09:01:02 +00:00
gtk2privatewidget.inc
gtk2themes.pas improve gtk2 themed header drawing (used in THeaderControl, build lazarus dialog is nicer now) 2007-11-19 08:39:54 +00:00
gtk2trayicon.inc
gtk2widgetset.inc gtk intf: moved FinishCreateHandle to gtk1 - it is usable for gtk1+2 2008-01-05 22:51:53 +00:00
gtk2winapi.inc * Started with object based GDI 2007-11-23 00:07:45 +00:00
gtk2winapih.inc
gtk2windows.pas
gtk2wsactnlist.pp
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp add set_rc_name to every CreateHandle 2007-12-31 08:12:12 +00:00
gtk2wsclistbox.pp
gtk2wscomctrls.pp
gtk2wscontrols.pp gtk: TGtkWSDragImageList implementation 2008-01-15 03:29:00 +00:00
gtk2wscustomlistview.inc replaced several BoolToStr calls with dbgs 2007-11-18 13:06:38 +00:00
gtk2wscustommemo.inc add set_rc_name to every CreateHandle 2007-12-31 08:12:12 +00:00
gtk2wsdbctrls.pp
gtk2wsdbgrids.pp
gtk2wsdialogs.pp - gtk: move dialogs related stuff to gtkwsdialogs and gtk2wsdialogs 2007-12-27 09:51:27 +00:00
gtk2wsdirsel.pp
gtk2wseditbtn.pp
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp * fixed crash in checklistbox 2008-01-07 23:58:16 +00:00
gtk2wsspin.pp
gtk2wsstdctrls.pp gtk2: further improve gtk2 ListBox ItemIndex 2008-01-22 09:56:06 +00:00
gtk2wstoolwin.pp
interfaces.pas LCL:replace direct call of TXXWidgetset.Create by indirect CreateWidgetset(TXXWidgetset) to move some initialization code from units initialization (from graphics.pp) to that new procedure. This fix memory leaks in lazbuild tool which indirectly uses many lcl units but doesnot work with widgetset. 2007-11-28 10:03:28 +00:00
Makefile regenerated Makefiles with fixed fpc 2.3 fpcmake 2007-11-12 23:00:57 +00:00
Makefile.fpc
README.txt
TODOS

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'.