gi-gtk-3.0.9: 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.VBox

Contents

Description

 

Synopsis

Exported types

newtype VBox Source #

Constructors

VBox (ManagedPtr VBox) 

Instances

GObject VBox Source # 
IsObject VBox Source # 
IsWidget VBox Source # 
IsContainer VBox Source # 
IsBox VBox Source # 
IsOrientable VBox Source # 
IsBuildable VBox Source # 
IsImplementorIface VBox Source # 
IsVBox VBox Source # 
((~) * info (ResolveVBoxMethod t VBox), MethodInfo * info VBox p) => IsLabel t (VBox -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> VBox -> p #

((~) * info (ResolveVBoxMethod t VBox), MethodInfo * info VBox p) => IsLabelProxy t (VBox -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> VBox -> p

HasAttributeList * VBox Source # 
type SignalList VBox Source # 
type SignalList VBox
type AttributeList VBox Source # 
type AttributeList VBox

class GObject o => IsVBox o Source #

Instances

(GObject a, UnknownAncestorError Constraint VBox a) => IsVBox a Source # 
IsVBox VBox Source # 

toVBox :: IsVBox o => o -> IO VBox Source #

Methods

new

vBoxNew :: MonadIO m => Bool -> Int32 -> m VBox Source #

Deprecated: (Since version 3.2)You can use gtk_box_new() with %GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkBox is going to go away eventually. See [Migrating from other containers to GtkGrid][gtk-migrating-GtkGrid].