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

Contents

Description

 

Synopsis

Exported types

newtype HBox Source #

Constructors

HBox (ManagedPtr HBox) 

Instances

GObject HBox Source # 
IsObject HBox Source # 
IsWidget HBox Source # 
IsContainer HBox Source # 
IsBox HBox Source # 
IsOrientable HBox Source # 
IsBuildable HBox Source # 
IsImplementorIface HBox Source # 
IsHBox 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

HasAttributeList * HBox Source # 
type SignalList HBox Source # 
type SignalList HBox
type AttributeList HBox Source # 
type AttributeList HBox

class GObject o => IsHBox o Source #

Instances

(GObject a, UnknownAncestorError Constraint HBox a) => IsHBox a Source # 
IsHBox HBox Source # 

toHBox :: IsHBox o => o -> IO HBox Source #

Methods

new

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