panel.paned
Module for [Paned] class
Types 3
A #PanelPaned is the concrete widget for a panel area.
Methods
PanedGidBuilder builder()Get builder for [panel.paned.Paned] Returns: New builder objectvoid append(gtk.widget.Widget child)Append a widget in the paned.uint getNChildren()Gets the number of children in the paned. Returns: the number of children.gtk.widget.Widget getNthChild(uint nth)Gets the child at position nth.void insert(int position, gtk.widget.Widget child)Inserts a widget at position in the paned.void insertAfter(gtk.widget.Widget child, gtk.widget.Widget sibling)Inserts a widget afer sibling in the paned.void prepend(gtk.widget.Widget child)Prepends a widget in the paned.void remove(gtk.widget.Widget child)Removes a widget from the paned.