gi-gtk-0.3.16.12: 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

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