On Wed, Aug 27, 2008 at 4:48 PM, Markus Uhr <[EMAIL PROTECTED]> 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
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to