gi-gtk-3.0.11: 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

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.