lazarus/lcl/interfaces/gtk2
mattias f9ef53b540 fixed notebook popupmenu from Andrew Haines
git-svn-id: trunk@8262 -
2005-12-06 18:49:41 +00:00
..
gtk2int.pas fixed notebook popupmenu from Andrew Haines 2005-12-06 18:49:41 +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 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 gtk2 intf can now optionally use the file chooses, compile with HasGTK2_6 2005-11-19 11:55:08 +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 * 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 renamed TWSCalendar to TWSCustomCalendar, fix using TTICalendar (bug #1203) 2005-09-25 19:40:03 +00:00
gtk2wschecklst.pp updated finnish translation from Seppo 2005-10-29 13:45:32 +00:00
gtk2wsclistbox.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
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 updated finnish translation from Seppo 2005-10-29 13:45:32 +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 fixed notebook popupmenu from Andrew Haines 2005-12-06 18:49:41 +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 renamed TSpinEdit to TFloatSpinEdit and added new TSpinEdit with integers 2005-09-22 08:59:42 +00:00
gtk2wsstdctrls.pp fixed gtk2 listbox setborder to TODO 2005-09-16 08:58:06 +00:00
gtk2wstoolwin.pp * Fixes some typos and changes uses clause cases 2004-03-17 19:59:56 +00:00
interfaces.pas * Renamed InterfaceObject to WidgetSet 2005-08-28 23:38:18 +00:00
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'.