gi-gtk-0.3.18.12: 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

class GObject o => ToolbarK o Source

Instances

Methods

toolbarGetDropIndex

toolbarGetIconSize

toolbarGetItemIndex

toolbarGetNItems

toolbarGetNthItem

toolbarGetReliefStyle

toolbarGetShowArrow

toolbarGetStyle

toolbarInsert

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