panel.paned
Module for [Paned] class
Types 3
A #PanelPaned is the concrete widget for a panel area.
Methods
PanedGidBuilder builder() static nothrowGet builder for [panel.paned.Paned] Returns: New builder objectuint getNChildren() nothrowGets the number of children in the paned. Returns: the number of children.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.classPanedGidBuilderImpl(T) : gtk.widget.WidgetGidBuilderImpl!T, gtk.orientable.OrientableGidBuilderImpl!T
Fluent builder implementation template for panel.paned.Paned
Fluent builder for panel.paned.Paned