GTK+ FAQ | ||
---|---|---|
<<< Previous | Development with GTK+: the begining | Next >>> |
There are two ways to use Glade. The first way is to use Glade's facilities for generating code; the second way is to use the libglade library which directly loads the XML user interface description files that Glade generates into a running program.
Experienced GTK+ programmers generally strongly recommend using libglade; you don't have to worry about the interaction between Glade generating the source and you editing it, and its been shown to be a method that works better for large projects, so there is a lot of example code out there you can look at.
An introduction to using libglade can be found in the libglade API docs (http://developer.gnome.org/doc/API/2.0/libglade/libglade-notes.html#libglade-basics) .
<<< Previous | Home | Next >>> |
Development with GTK+: the begining | Up | How do I write security sensitive/SUID/SGID programs with GTK+? Is GTK+ secure? What's this GTK_MODULES security hole I heard about? [GTK 2.x] |