Hello everyone.

I am currently toying with Glade 3.19 on mono.
Is there a way to access Glade (GtkBuilder) classes and set the properties by code if they are not binded in GtkSharp 3.0 yet?

Normally I would access a GUI element with (WidgetType)GtkBuilder.GetObject("nameOfElement") and cast the widget to a variable, then set my properties etc from there on.

But lets say I want to use Gtk.ListBox and Gtk.ListBoxRow which I can not cast because GtkSharp does not know what Gtk.ListBox is.

Is that possible, and how could I do it?

Thanks

Jason
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to