lazarus/lcl/interfaces/gtk2
paul d30b9718ac - merging part of gtk2themes with gtkthemes
- adjusting splitter drawing (may fix gtk bug with wrong dots alignment)

git-svn-id: trunk@11277 -
2007-06-04 09:38:47 +00:00
..
tests gtk2 intf: fixed codetools include paths, fixed double painting 2007-04-04 18:08:37 +00:00
gtk2cellrenderer.pas Fixed gtk2 combobox painting 2007-06-02 01:09:17 +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 - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
gtk2interface.lpk
gtk2interface.pas
gtk2lclintf.inc gtk intf: resize messages for fixed/client widgets are now kept back and sent for main widgets 2007-05-23 17:32:10 +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 LCL: implemented TStaticText.DialogChar to focus FocusControl, gtk2 intf: shortcuts of buttons, radiobuttons, checkboxes are now handled by the LCL 2007-05-31 21:38:56 +00:00
gtk2privatewidget.inc * resolved gtkprivate name conflict 2007-02-27 23:17:33 +00:00
gtk2themes.pas - merging part of gtk2themes with gtkthemes 2007-06-04 09:38:47 +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 gtk2 intf: improved resizing code to not need the caching trick 2007-05-29 00:30:26 +00:00
gtk2wsextdlgs.pp
gtk2wsfilectrl.pp
gtk2wsforms.pp LCL: TSpeedButton: if mouse capture lost then update state, fixed state when invoking Click which triggers ShowModal 2007-05-28 12:12:51 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmaskedit.pp
gtk2wsmenus.pp
gtk2wspairsplitter.pp
gtk2wsprivate.pp splitter and pairsplitter improvements: 2007-05-29 09:19:34 +00:00
gtk2wsspin.pp gtk2 intf: installing handler for TSpinEdit 2007-05-15 14:51:09 +00:00
gtk2wsstdctrls.pp gtk1+2 intf: clean up from Andrew 2007-06-02 14:02:18 +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'.