lazarus/lcl/interfaces/gtk2
vincents a0311c2cba removed cvs logs
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
..
gtk2int.pas removed cvs logs 2005-08-22 12:30:03 +00:00
gtk2interface.lpk
gtk2interface.pas fixed TBitmap.Canvas.Frame3d 2004-09-29 15:18:27 +00:00
gtk2lclintf.inc removed cvs logs 2005-08-22 12:30:03 +00:00
gtk2lclintfh.inc removed cvs logs 2005-08-22 12:30:03 +00:00
gtk2memostrings.inc * Fix for #859 from Andrew Haines (modified) 2005-04-10 16:30:44 +00:00
gtk2object.inc removed cvs logs 2005-08-22 12:30:03 +00:00
gtk2winapi.inc removed cvs logs 2005-08-22 12:30:03 +00:00
gtk2winapih.inc removed cvs logs 2005-08-22 12:30:03 +00:00
gtk2wsactnlist.pp
gtk2wsarrow.pp
gtk2wsbuttons.pp added TCustomButton, TCustomBitBtn, TCustomSpeedButton 2004-07-15 10:43:39 +00:00
gtk2wscalendar.pp
gtk2wschecklst.pp fixed gtk2 intf compilation 2005-07-23 09:35:00 +00:00
gtk2wsclistbox.pp
gtk2wscomctrls.pp added ldocktree.pas 2005-07-01 18:20:41 +00:00
gtk2wscontrols.pp implemented TMemo text for gtk2, TRadioGroup.OnClick is now called whenever ItemIndex changed, so it works now also under gtk2 Delphi compatible from Andrew Haines 2005-03-25 17:47:55 +00:00
gtk2wscustomlistview.inc removed ifdef ver1 from Martin Smat 2005-08-04 08:41:46 +00:00
gtk2wscustommemo.inc * gtk2 patch from Andrew 2005-04-07 22:04:02 +00:00
gtk2wsdbctrls.pp
gtk2wsdbgrids.pp
gtk2wsdialogs.pp
gtk2wsdirsel.pp
gtk2wseditbtn.pp
gtk2wsextctrls.pp
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsspin.pp
gtk2wsstdctrls.pp fixed gtk2 intf compilation 2005-07-23 09:35:00 +00:00
gtk2wstoolwin.pp
interfaces.pas
Makefile changed unit output directories to fpc format units/CPU-OS 2005-07-22 13:47:35 +00:00
Makefile.fpc changed unit output directories to fpc format units/CPU-OS 2005-07-22 13:47:35 +00:00
README updated gtk2 README 2005-02-18 18:53:31 +00:00
TODOS fixed componentpalette adding via double click 2005-02-21 20:15:28 +00:00

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