panel.paned

Module for [Paned] class

Types 3

A #PanelPaned is the concrete widget for a panel area.

Methods
GType _gType() @property
Paned self()Returns `this`, for use in `with` statements.
PanedGidBuilder builder()Get builder for [panel.paned.Paned] Returns: New builder object
void 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.
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #PanelPaned. Returns: a newly created #PanelPaned

Fluent builder for [panel.paned.Paned]

Methods