[Mono-list] Little glade xml to .cs stub generator

Rafael Ferreira lists at ophion.org
Tue May 31 16:09:50 EDT 2005


Hey guys, 

After talking about this little tool I had written on #mono the other
day I decided to package it up and put it out for anyone else that might
find it useful. 

gladestub.exe is a very simple glade xml parser that generates a .cs
file with all of the widgets and signals ready for use. 

Some shortcomings include (but are not limited to): 
	* not able to parse thought a glade file with multiple widget-roots. 
	* the generated code is kinda plain 
	* There's only 1 template to use - this could be easily extended
	* Overwrites the .cs file every time it is run
	* other stuff I can't think of right now.

Of course, this works for me (tm), your mileage may vary... and please
email me any questions/comments.

- Rafael

download it here:
http://ophion.org/~rafael/static/download/GladeStub.tar.bz2



More information about the Mono-list mailing list