gi-gtk-0.3.18.15: 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.HBox

Contents

Description

 

Synopsis

Exported types

newtype HBox Source

Constructors

HBox (ForeignPtr HBox) 

Instances

GObject HBox 
((~) * info (ResolveHBoxMethod t HBox), MethodInfo * info HBox p) => IsLabelProxy t (HBox -> p) 
type ParentTypes HBox 
type AttributeList HBox 
type SignalList HBox 

class GObject o => HBoxK o Source

Instances

toHBox :: HBoxK o => o -> IO HBox Source

Methods

hBoxNew

hBoxNew :: MonadIO m => Bool -> Int32 -> m HBox Source

Deprecated: (Since version 3.2)You can use gtk_box_new() with %GTK_ORIENTATION_HORIZONTAL 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].