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

Contents

Description

The tVSeparator 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 tSeparator instead.

Synopsis

Exported types

newtype VSeparator Source #

Memory-managed wrapper type.

Constructors

VSeparator (ManagedPtr VSeparator) 
Instances
Eq VSeparator Source # 
Instance details

Defined in GI.Gtk.Objects.VSeparator

Methods

(==) :: VSeparator -> VSeparator -> Bool

(/=) :: VSeparator -> VSeparator -> Bool

GObject VSeparator Source # 
Instance details

Defined in GI.Gtk.Objects.VSeparator

Methods

gobjectType :: IO GType

IsGValue VSeparator Source #

Convert VSeparator to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.VSeparator

Methods

toGValue :: VSeparator -> IO GValue

fromGValue :: GValue -> IO VSeparator

HasParentTypes VSeparator Source # 
Instance details

Defined in GI.Gtk.Objects.VSeparator

type ParentTypes VSeparator Source # 
Instance details

Defined in GI.Gtk.Objects.VSeparator

type ParentTypes VSeparator = Separator ': (Widget ': (Object ': (ImplementorIface ': (Buildable ': (Orientable ': ([] :: [Type]))))))

class (GObject o, IsDescendantOf VSeparator o) => IsVSeparator o Source #

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

Instances
(GObject o, IsDescendantOf VSeparator o) => IsVSeparator o Source # 
Instance details

Defined in GI.Gtk.Objects.VSeparator

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.

noVSeparator :: Maybe VSeparator Source #

A convenience alias for Nothing :: Maybe VSeparator.

Methods

Overloaded methods

new

vSeparatorNew Source #

Arguments

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

Returns: a new tVSeparator.

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

Creates a new tVSeparator.