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

Description

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

GtkHPaned has been deprecated, use Paned instead.

Synopsis

Exported types

newtype HPaned Source #

Memory-managed wrapper type.

Constructors

HPaned (ManagedPtr HPaned) 

Instances

Instances details
Eq HPaned Source # 
Instance details

Defined in GI.Gtk.Objects.HPaned

Methods

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

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

IsGValue HPaned Source #

Convert HPaned to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.HPaned

GObject HPaned Source # 
Instance details

Defined in GI.Gtk.Objects.HPaned

Methods

gobjectType :: IO GType #

HasParentTypes HPaned Source # 
Instance details

Defined in GI.Gtk.Objects.HPaned

type ParentTypes HPaned Source # 
Instance details

Defined in GI.Gtk.Objects.HPaned

class (GObject o, IsDescendantOf HPaned o) => IsHPaned o Source #

Type class for types which can be safely cast to HPaned, for instance with toHPaned.

Instances

Instances details
(GObject o, IsDescendantOf HPaned o) => IsHPaned o Source # 
Instance details

Defined in GI.Gtk.Objects.HPaned

toHPaned :: (MonadIO m, IsHPaned o) => o -> m HPaned Source #

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

noHPaned :: Maybe HPaned Source #

A convenience alias for Nothing :: Maybe HPaned.

Methods

Overloaded methods

new

hPanedNew Source #

Arguments

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

Returns: the new HPaned

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

Create a new HPaned