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.VPaned

Contents

Description

The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle. See Paned for details.

GtkVPaned has been deprecated, use Paned instead.

Synopsis

Exported types

Methods

new

vPanedNew Source #

Arguments

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

Returns: the new VPaned

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

Create a new VPaned