MultiPaned

This widget is similar to #GtkPaned except that it allows adding more than two children to the widget. For each additional child added to the #DzlMultiPaned, an additional resize grip is added.

Constructors

this
this(DzlMultiPaned* dzlMultiPaned, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

addOnResizeDragBegin
gulong addOnResizeDragBegin(void delegate(Widget, MultiPaned) dlg, ConnectFlags connectFlags)
addOnResizeDragEnd
gulong addOnResizeDragEnd(void delegate(Widget, MultiPaned) dlg, ConnectFlags connectFlags)
getAtPoint
Widget getAtPoint(int x, int y)

Locates the widget at position x,y within widget.

getMultiPanedStruct
DzlMultiPaned* getMultiPanedStruct(bool transferOwnership)

Get the main Gtk struct

getNChildren
uint getNChildren()
getNthChild
Widget getNthChild(uint nth)

Gets the @nth child of the #DzlMultiPaned.

getStruct
void* getStruct()

the main Gtk struct as a void*

Mixins

__anonymous
mixin OrientableT!(DzlMultiPaned)
Undocumented in source.

Static functions

getType
GType getType()

Variables

dzlMultiPaned
DzlMultiPaned* dzlMultiPaned;

the main Gtk struct

Meta