GOB (GTK+ object builder) 0.91.0 released
- From: George <jirka 5z com>
- To: gnome-announce-list gnome org, gnome-devel-list gnome org
- Subject: GOB (GTK+ object builder) 0.91.0 released
- Date: Mon, 13 Dec 1999 01:47:43 -0800
What is GOB:
Very simple preprocessor for making GTK+ objects with inline C code so that
generated files are not editted. Syntax is inspired by java and yacc or lex.
The implementation is intentionaly kept simple, and no C code parsing is
done.
What's new in 0.91.0:
* WARNING! change the way private data members are done, now you need
to access them through a private structure only available in the
C file, object->member becomes object->_priv->member
* add support for placing the object header anywhere in the C file
* bunch of further sanity checks added
* add some simple examples
Where to get it:
* http://www.5z.com/jirka/linux.html#gob
* ftp://ftp.5z.com/pub/unix/ (tarballs and src and alpha rpms)
George
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]