panel.paned

Module for [Paned] class

Types 3

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

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Paned self() nothrowReturns `this`, for use in `with` statements.
PanedGidBuilder builder() static nothrowGet builder for [panel.paned.Paned] Returns: New builder object
void append(gtk.widget.Widget child) nothrowAppend a widget in the paned.
uint getNChildren() nothrowGets the number of children in the paned. Returns: the number of children.
gtk.widget.Widget getNthChild(uint nth) nothrowGets the child at position nth.
void insert(int position, gtk.widget.Widget child) nothrowInserts a widget at position in the paned.
void insertAfter(gtk.widget.Widget child, gtk.widget.Widget sibling) nothrowInserts a widget afer sibling in the paned.
void prepend(gtk.widget.Widget child) nothrowPrepends a widget in the paned.
void remove(gtk.widget.Widget child) nothrowRemoves 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
Paned build() nothrowCreate object from builder. Returns: New object