gtk.vpaned

Module for [VPaned] class

Types 3

The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle. See #GtkPaned for details.

GtkVPaned has been deprecated, use #GtkPaned instead.

Methods
GType _gType() @property
VPaned self()Returns `this`, for use in `with` statements.
VPanedGidBuilder builder()Get builder for [gtk.vpaned.VPaned] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #GtkVPaned Returns: the new #GtkVPaned

Fluent builder for [gtk.vpaned.VPaned]

Methods