gi-gtk-3.0.27: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.VSeparator

Contents

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 => IsVSeparator o Source #

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

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

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.