VSeparator

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.

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Creates a new #GtkVSeparator.

Members

Functions

self
VSeparator self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
VSeparatorGidBuilder builder()

Get builder for gtk.vseparator.VSeparator

Inherited Members

From Separator

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
Separator self()

Returns this, for use in with statements.

builder
SeparatorGidBuilder builder()

Get builder for gtk.separator.Separator