gtk.vseparator

Module for [VSeparator] class

Types 3

The #GtkVSeparator widget is a vertical separator, used to group the widgets within a window. It displays a vertical line with a shadow to make it appear sunken into the interface.

GtkVSeparator has been deprecated, use #GtkSeparator instead.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
VSeparator self() nothrowReturns `this`, for use in `with` statements.
VSeparatorGidBuilder builder() static nothrowGet builder for [gtk.vseparator.VSeparator] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkVSeparator. Returns: a new #GtkVSeparator.

Fluent builder for gtk.vseparator.VSeparator

Methods
VSeparator build() nothrowCreate object from builder. Returns: New object