Paned.insertAfter
void insertAfter(gtk.widget.Widget child, gtk.widget.Widget sibling) nothrowInserts a widget afer sibling in the paned.
Parameters
child | a #GtkWidget to insert. |
sibling | the widget after which to insert. |
void insertAfter(gtk.widget.Widget child, gtk.widget.Widget sibling) nothrowInserts a widget afer sibling in the paned.
child | a #GtkWidget to insert. |
sibling | the widget after which to insert. |