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

Contents

Description

 

Synopsis

Exported types

newtype Toolbar Source

Constructors

Toolbar (ForeignPtr Toolbar) 

Instances

GObject Toolbar Source 
((~) * info (ResolveToolbarMethod t Toolbar), MethodInfo * info Toolbar p) => IsLabel t (Toolbar -> p) Source 

Methods

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

((~) * info (ResolveToolbarMethod t Toolbar), MethodInfo * info Toolbar p) => IsLabelProxy t (Toolbar -> p) Source 

Methods

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

type ParentTypes Toolbar Source 
type AttributeList Toolbar Source 
type SignalList Toolbar Source 

class GObject o => ToolbarK o Source

Instances

Methods

toolbarGetDropIndex

toolbarGetIconSize

toolbarGetItemIndex

toolbarGetNItems

toolbarGetNthItem

toolbarGetReliefStyle

toolbarGetShowArrow

toolbarGetStyle

toolbarInsert

data ToolbarInsertMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> Int32 -> m ()), MonadIO m, ToolbarK a, ToolItemK b) => MethodInfo (TYPE Lifted) ToolbarInsertMethodInfo a signature Source 

toolbarInsert :: (MonadIO m, ToolbarK a, ToolItemK b) => a -> b -> Int32 -> m () Source

toolbarNew

toolbarSetDropHighlightItem

toolbarSetIconSize

toolbarSetShowArrow

toolbarSetShowArrow :: (MonadIO m, ToolbarK a) => a -> Bool -> m () Source

toolbarSetStyle

toolbarUnsetIconSize

toolbarUnsetStyle

toolbarUnsetStyle :: (MonadIO m, ToolbarK a) => a -> m () Source

Properties

IconSize

IconSizeSet

ShowArrow

setToolbarShowArrow :: (MonadIO m, ToolbarK o) => o -> Bool -> m () Source

ToolbarStyle

Signals

FocusHomeOrEnd

OrientationChanged

PopupContextMenu

StyleChanged