gi-gtk-3.0.33: 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.VPaned

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

newtype VPaned Source #

Memory-managed wrapper type.

Constructors

VPaned (ManagedPtr VPaned) 

Instances

Instances details
Eq VPaned Source # 
Instance details

Defined in GI.Gtk.Objects.VPaned

Methods

(==) :: VPaned -> VPaned -> Bool #

(/=) :: VPaned -> VPaned -> Bool #

IsGValue VPaned Source #

Convert VPaned to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.VPaned

GObject VPaned Source # 
Instance details

Defined in GI.Gtk.Objects.VPaned

Methods

gobjectType :: IO GType #

HasParentTypes VPaned Source # 
Instance details

Defined in GI.Gtk.Objects.VPaned

type ParentTypes VPaned Source # 
Instance details

Defined in GI.Gtk.Objects.VPaned

class (GObject o, IsDescendantOf VPaned o) => IsVPaned o Source #

Type class for types which can be safely cast to VPaned, for instance with toVPaned.

Instances

Instances details
(GObject o, IsDescendantOf VPaned o) => IsVPaned o Source # 
Instance details

Defined in GI.Gtk.Objects.VPaned

toVPaned :: (MonadIO m, IsVPaned o) => o -> m VPaned Source #

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

Methods

Overloaded 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