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

Contents

Description

 

Synopsis

Exported types

newtype Assistant Source

Instances

GObject Assistant Source 
((~) * info (ResolveAssistantMethod t Assistant), MethodInfo * info Assistant p) => IsLabel t (Assistant -> p) Source 

Methods

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

((~) * info (ResolveAssistantMethod t Assistant), MethodInfo * info Assistant p) => IsLabelProxy t (Assistant -> p) Source 

Methods

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

type ParentTypes Assistant Source 
type AttributeList Assistant Source 
type SignalList Assistant Source 

Methods

assistantAddActionWidget

assistantAppendPage

assistantCommit

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

assistantGetCurrentPage

assistantGetNPages

assistantGetNthPage

assistantGetPageComplete

assistantGetPageHasPadding

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

assistantSetPageHasPadding

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