[Gtk-sharp-list] GTK# Glade back end

fd fd0h1440@yahoo.co.uk
08 Mar 2003 19:04:53 +0000


On Sat, 2003-03-08 at 18:50, Andrew Smith wrote:
> Is there or will there ever be a gtk# code generator for glade, or
> just libglade?

Code generation was the bane of the first-generation Glade system. It
introduces code that developers have no control over, and which causes
hassle when APIs change, or when people try to "tweak" the generated
code. There is no justification for Glade code generation.

That said, it would be easy to put together a Glade XML parser that
generates declarations marked with [GladeWidget] attributes for easy
inclusion in your code.