lazarus/lcl/interfaces/gtk2
2007-05-15 13:49:33 +00:00
..
tests gtk2 intf: fixed codetools include paths, fixed double painting 2007-04-04 18:08:37 +00:00
gtk2cellrenderer.pas fixed painting of combobox items if they are selected in gtk2 2007-05-04 23:49:36 +00:00
gtk2extra.inc * made gtk2 keyboard initialisation independent of X 2007-01-29 23:07:59 +00:00
gtk2extrah.inc gtk2 intf: fixed TMemo setting echo mode and password char: not suported by TMemo 2007-05-15 13:49:33 +00:00
gtk2int.pas + introduced LCLPlatformDisplayNames (used on screen) and LCLPlatformDirNames (used for compilation) to be able show win32/win64 on screen and use the win32 directory 2007-05-13 14:25:05 +00:00
gtk2interface.lpk
gtk2interface.pas
gtk2lclintf.inc gtk2 intf: TComboBox: fixed gtk crit when ITemCount=0 2007-04-27 11:18:59 +00:00
gtk2lclintfh.inc gtk2 intf: rewrite of the combobox code from Andrew Haines 2007-04-06 09:04:47 +00:00
gtk2memostrings.inc gtk2 interface: use RaiseGDBException 2006-09-12 19:44:55 +00:00
gtk2object.inc + introduced LCLPlatformDisplayNames (used on screen) and LCLPlatformDirNames (used for compilation) to be able show win32/win64 on screen and use the win32 directory 2007-05-13 14:25:05 +00:00
gtk2privatewidget.inc * resolved gtkprivate name conflict 2007-02-27 23:17:33 +00:00
gtk2winapi.inc gtk2 intf: fixed TMemo setting echo mode and password char: not suported by TMemo 2007-05-15 13:49:33 +00:00
gtk2winapih.inc gtk intf: added custom mouse cursor images from Marc 2007-02-09 17:42:52 +00:00
gtk2wsactnlist.pp
gtk2wsarrow.pp
gtk2wsbuttons.pp
gtk2wscalendar.pp
gtk2wschecklst.pp
gtk2wsclistbox.pp
gtk2wscomctrls.pp Implemented TGtk2WSCustomTrackBar.GetPosition to be complete. 2007-04-07 16:33:44 +00:00
gtk2wscontrols.pp
gtk2wscustomlistview.inc * Fixed bug #1854 2007-01-20 02:19:19 +00:00
gtk2wscustommemo.inc gtk2 intf: fixed TMemo setting echo mode and password char: not suported by TMemo 2007-05-15 13:49:33 +00:00
gtk2wsdbctrls.pp
gtk2wsdbgrids.pp
gtk2wsdialogs.pp lcl wsdialogs: use LCLType to have a 64 bits THandle on 64 bits cpus from Giulio Bernardi 2006-11-26 19:19:22 +00:00
gtk2wsdirsel.pp
gtk2wseditbtn.pp
gtk2wsextctrls.pp gtk intf: made creation/freeing of GDI objects more consistent and more strict. gtk2 intf: brush and pen are now created on demand 2007-05-11 16:52:05 +00:00
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp * resolved gtkprivate name conflict 2007-02-27 23:17:33 +00:00
gtk2wsspin.pp
gtk2wsstdctrls.pp gtk2 intf: fixed TMemo setting echo mode and password char: not suported by TMemo 2007-05-15 13:49:33 +00:00
gtk2wstoolwin.pp
interfaces.pas
Makefile regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux 2007-04-01 19:38:53 +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'.