gi-gtk-0.3.16.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.Assistant

Contents

Description

 

Synopsis

Exported types

Methods

assistantAddActionWidget

assistantAppendPage

assistantCommit

assistantCommit :: (MonadIO m, AssistantK a) => a -> m () Source

assistantGetCurrentPage

assistantGetNPages

assistantGetNthPage

assistantGetPageComplete

assistantGetPageHeaderImage

assistantGetPageHeaderImage :: (MonadIO m, AssistantK a, WidgetK b) => a -> b -> m Pixbuf Source

Deprecated: (Since version 3.2)Since GTK+ 3.2, a header is no longer shown; add your header decoration to the page content instead.

assistantGetPageSideImage

assistantGetPageSideImage :: (MonadIO m, AssistantK a, WidgetK b) => a -> b -> m Pixbuf Source

Deprecated: (Since version 3.2)Since GTK+ 3.2, sidebar images are not shown anymore.

assistantGetPageTitle

assistantGetPageType

assistantInsertPage

assistantNew

assistantNextPage

assistantPrependPage

assistantPreviousPage

assistantRemoveActionWidget

assistantRemovePage

assistantSetCurrentPage

assistantSetForwardPageFunc

assistantSetPageComplete

assistantSetPageComplete :: (MonadIO m, AssistantK a, WidgetK b) => a -> b -> Bool -> m () Source

assistantSetPageHeaderImage

assistantSetPageHeaderImage :: (MonadIO m, AssistantK a, WidgetK b, PixbufK c) => a -> b -> Maybe c -> m () Source

Deprecated: (Since version 3.2)Since GTK+ 3.2, a header is no longer shown; add your header decoration to the page content instead.

assistantSetPageSideImage

assistantSetPageSideImage :: (MonadIO m, AssistantK a, WidgetK b, PixbufK c) => a -> b -> Maybe c -> m () Source

Deprecated: (Since version 3.2)Since GTK+ 3.2, sidebar images are not shown anymore.

assistantSetPageTitle

assistantSetPageTitle :: (MonadIO m, AssistantK a, WidgetK b) => a -> b -> Text -> m () Source

assistantSetPageType

assistantUpdateButtonsState

Properties

UseHeaderBar

Signals

Apply

type AssistantApplyCallbackC = Ptr () -> Ptr () -> IO () Source

Cancel

type AssistantCancelCallbackC = Ptr () -> Ptr () -> IO () Source

Close

type AssistantCloseCallbackC = Ptr () -> Ptr () -> IO () Source

Escape

type AssistantEscapeCallbackC = Ptr () -> Ptr () -> IO () Source

Prepare