aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtoolkit/pkg-descr
blob: c0f73b5aef8ac1c5809623e2bb8ea5d9c3d2d5a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GToolKit is a (relatively) small library that implements a simple and easy to
use Objective-C interface to the GTK+ widget set. Well, the library in itself
does not do very much, of course. It just allows you to write your favourite
program in my favourite programming language ;-). 

Currently implemented features: 

- wrapper classes for all classes in GTK+-1.2 (but not GDK) 
- builds with GNUstep base or libFoundation library 
- OpenStep-like API naming conventions (example) 
- OpenStep-like Application class (GTKApplication) 
- Application and Window delegates 
- Notifications (ApplicationWillTerminate etc.) 
- can load user interfaces created with Glade 
- works in multi-threaded programs (not well tested) 

LICENSE: LGPL2 or later

WWW: http://www.informatik.uni-osnabrueck.de/elmar/projects/gtoolkit/