lazarus/lcl/interfaces/gtk2
marc 776866aee2 * gtk2 patch from Andrew
git-svn-id: trunk@7064 -
2005-04-07 22:04:02 +00:00
..
gtk2int.pas * gtk2 patch from Andrew 2005-04-07 22:04:02 +00:00
gtk2interface.lpk * Applied patch from Ido 2004-06-24 20:49:10 +00:00
gtk2interface.pas fixed TBitmap.Canvas.Frame3d 2004-09-29 15:18:27 +00:00
gtk2lclintf.inc + Added RemoveProp winapi call 2005-02-23 01:12:47 +00:00
gtk2lclintfh.inc + Added RemoveProp winapi call 2005-02-23 01:12:47 +00:00
gtk2memostrings.inc accelerated TMemo on gtk, gtk2 and win32 interface from Andrew Haines 2005-04-05 19:41:19 +00:00
gtk2object.inc * gtk2 patch from Andrew 2005-04-07 22:04:02 +00:00
gtk2winapi.inc + Added RemoveProp winapi call 2005-02-23 01:12:47 +00:00
gtk2winapih.inc + Added RemoveProp winapi call 2005-02-23 01:12:47 +00:00
gtk2wsactnlist.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsarrow.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsbuttons.pp added TCustomButton, TCustomBitBtn, TCustomSpeedButton 2004-07-15 10:43:39 +00:00
gtk2wscalendar.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wschecklst.pp * gtk2 patch from Andrew 2005-04-07 22:04:02 +00:00
gtk2wsclistbox.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wscomctrls.pp * patch from Adrew Haines 2005-03-03 22:02:58 +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 * Patch from Danny Milosavljevic to access columns 2005-03-10 22:03:40 +00:00
gtk2wscustommemo.inc * gtk2 patch from Andrew 2005-04-07 22:04:02 +00:00
gtk2wsdbctrls.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsdbgrids.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsdialogs.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsdirsel.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wseditbtn.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsextctrls.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsextdlgs.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsfilectrl.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsforms.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsgrids.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsimglist.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsmaskedit.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsmenus.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wspairsplitter.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsspin.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
gtk2wsstdctrls.pp * gtk2 patch from Andrew 2005-04-07 22:04:02 +00:00
gtk2wstoolwin.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
interfaces.pas * Renamed TGtk2Object to TGtk2WidgetSet 2004-03-05 00:41:15 +00:00
Makefile regenerated makefiles, make doesn't need to be in path now 2004-07-26 20:44:22 +00:00
Makefile.fpc splitted output directories for cross compilation 2003-12-20 01:20:53 +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'.