gi-gtk-0.3.18.13: 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 (ForeignPtr VBox) 

Instances

GObject 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

type ParentTypes VBox Source 
type AttributeList VBox Source 
type SignalList VBox Source 

class GObject o => VBoxK o Source

Instances

toVBox :: VBoxK o => o -> IO VBox Source

Methods

vBoxNew

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