1b81e7d6e8
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 - Fix dependencies and missing defines - do configure in configure step - make portlint happy - use variables in plist - honor it does install in Local, not in System PR: 33843 Submitted by: flynn@energyhq.homeip.net
19 lines
835 B
Text
19 lines
835 B
Text
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)
|
|
|
|
WWW: http://www.informatik.uni-osnabrueck.de/elmar/projects/gtoolkit/
|
|
|
|
Miguel Mendez <flynn@energyhq.homeip.net>
|