On 6/24/06, JimD <[EMAIL PROTECTED]> wrote: > Is there a way to dynamically insert widgets at runtime with Gtk# when > using Stetic? > > For example, with MD and Stetic I made a window with a VBox that has > three areas/containers (what is the correct term for those in Gtk?). > The first and last area/container I have added widgets while the middle > one is empty. At runtime I want to dynamically create a widget and > insert it into the middle. I only see a PackStart() and PackEnd() for VBox.
There's also the ReorderChild method, or you you could use some other widget (e.g. a label) as a placeholder. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
