[Gtk-sharp-list] Can't find Gtk.Builder

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Aug 28 13:38:30 EDT 2008


On Wed, Aug 27, 2008 at 4:48 PM, Markus Uhr <uhrm at student.ethz.ch> wrote:
> Hello all
>
> I'm trying to write a GTK# GUI using the new XML features of GTK. The
> problem is I can only find the Gtk.UIManager class but not the
> Gtk.Builder class. Am I just too stupid or is it not supported?
>
> Btw, I'm using GTK# 2.10.2.

GTK builder was added in GTK+ 2.12, and hence is only available in GTK# 2.12.

With 2.10, you can use libglade (which is the precursor to GtkBuilder)
or Stetic, which is built into MonoDevelop. Stetic will likely be the
best-supported GTK# GUI markup/design system for the foreseeable
future.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Gtk-sharp-list mailing list