gi-gtk-3.0.32: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.VSeparator

Description

The VSeparator 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 Separator instead.

Synopsis

Exported types

newtype VSeparator Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf VSeparator o) => IsVSeparator o Source #

Type class for types which can be safely cast to VSeparator, for instance with toVSeparator.

Instances

Instances details
(GObject o, IsDescendantOf VSeparator o) => IsVSeparator o Source # 
Instance details

Defined in GI.Gtk.Objects.VSeparator

toVSeparator :: (MonadIO m, IsVSeparator o) => o -> m VSeparator Source #

Cast to VSeparator, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

new

vSeparatorNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m VSeparator

Returns: a new VSeparator.

Deprecated: (Since version 3.2)Use separatorNew with OrientationVertical instead

Creates a new VSeparator.