GOB (GTK+ object builder) 0.91.0 released



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]