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
gtk2interface.pas
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
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
gtk2wsarrow.pp
gtk2wsbuttons.pp
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
gtk2wscomctrls.pp
gtk2wscontrols.pp
gtk2wscustomlistview.inc updated finnish translation from Seppo 2005-10-29 13:45:32 +00:00
gtk2wscustommemo.inc
gtk2wsdbctrls.pp
gtk2wsdbgrids.pp
gtk2wsdialogs.pp
gtk2wsdirsel.pp
gtk2wseditbtn.pp
gtk2wsextctrls.pp fixed notebook popupmenu from Andrew Haines 2005-12-06 18:49:41 +00:00
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
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
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
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'.