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

Contents

Description

 

Synopsis

Exported types

newtype HBox Source

Constructors

HBox (ForeignPtr HBox) 

Instances

GObject HBox Source 
((~) * info (ResolveHBoxMethod t HBox), MethodInfo * info HBox p) => IsLabel t (HBox -> p) Source 

Methods

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

((~) * info (ResolveHBoxMethod t HBox), MethodInfo * info HBox p) => IsLabelProxy t (HBox -> p) Source 

Methods

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

type ParentTypes HBox Source 
type AttributeList HBox Source 
type SignalList HBox Source 

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