lazarus/lcl/interfaces/gtk2/README.txt
mattias 245402981f renamed README files to README.txt
git-svn-id: trunk@9657 -
2006-07-21 18:31:15 +00:00

24 lines
600 B
Plaintext

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'.