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

Contents

Description

 

Synopsis

Exported types

newtype HeaderBar Source

Instances

GObject HeaderBar Source 
((~) * info (ResolveHeaderBarMethod t HeaderBar), MethodInfo * info HeaderBar p) => IsLabel t (HeaderBar -> p) Source 

Methods

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

((~) * info (ResolveHeaderBarMethod t HeaderBar), MethodInfo * info HeaderBar p) => IsLabelProxy t (HeaderBar -> p) Source 

Methods

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

type ParentTypes HeaderBar Source 
type AttributeList HeaderBar Source 
type SignalList HeaderBar Source 

Methods

headerBarGetCustomTitle

headerBarGetDecorationLayout

headerBarGetHasSubtitle

headerBarGetShowCloseButton

headerBarGetSubtitle

headerBarGetTitle

headerBarNew

headerBarPackEnd

data HeaderBarPackEndMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> m ()), MonadIO m, HeaderBarK a, WidgetK b) => MethodInfo (TYPE Lifted) HeaderBarPackEndMethodInfo a signature Source 

headerBarPackEnd :: (MonadIO m, HeaderBarK a, WidgetK b) => a -> b -> m () Source

headerBarPackStart

headerBarPackStart :: (MonadIO m, HeaderBarK a, WidgetK b) => a -> b -> m () Source

headerBarSetCustomTitle

headerBarSetDecorationLayout

headerBarSetHasSubtitle

headerBarSetShowCloseButton

headerBarSetSubtitle

headerBarSetTitle

Properties

CustomTitle

DecorationLayout

data HeaderBarDecorationLayoutPropertyInfo Source

DecorationLayoutSet

data HeaderBarDecorationLayoutSetPropertyInfo Source

Instances

AttrInfo HeaderBarDecorationLayoutSetPropertyInfo Source 
type AttrLabel HeaderBarDecorationLayoutSetPropertyInfo = "decoration-layout-set" Source 
type AttrGetType HeaderBarDecorationLayoutSetPropertyInfo = Bool Source 
type AttrBaseTypeConstraint HeaderBarDecorationLayoutSetPropertyInfo = HeaderBarK Source 
type AttrSetTypeConstraint HeaderBarDecorationLayoutSetPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps HeaderBarDecorationLayoutSetPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

HasSubtitle

ShowCloseButton

data HeaderBarShowCloseButtonPropertyInfo Source

Spacing

Subtitle

Title

setHeaderBarTitle :: (MonadIO m, HeaderBarK o) => o -> Text -> m () Source