gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.Notebook

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.Notebook module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype Notebook #

Constructors

Notebook (ManagedPtr Notebook) 

Instances

Instances details
Eq Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

(==) :: Notebook -> Notebook -> Bool

(/=) :: Notebook -> Notebook -> Bool

GObject Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

ManagedPtrNewtype Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

TypedObject Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

glibType :: IO GType #

HasParentTypes Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

HasAttributeList Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

(info ~ ResolveNotebookMethod t Notebook, OverloadedMethod info Notebook p, HasField t Notebook p) => HasField (t :: Symbol) Notebook p 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

getField :: Notebook -> p

(info ~ ResolveNotebookMethod t Notebook, OverloadedMethodInfo info Notebook) => IsLabel t (MethodProxy info Notebook) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

fromLabel :: MethodProxy info Notebook

(info ~ ResolveNotebookMethod t Notebook, OverloadedMethod info Notebook p) => IsLabel t (Notebook -> p) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

fromLabel :: Notebook -> p

IsGValue (Maybe Notebook) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Notebook -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Notebook) #

type AttributeList Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttributeList Notebook = NotebookAttributeList
type ParentTypes Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

type ParentTypes Notebook = '[Widget, Object, Accessible, Buildable, ConstraintTarget]
type SignalList Notebook 
Instance details

Defined in GI.Gtk.Objects.Notebook

type SignalList Notebook = NotebookSignalList

class (GObject o, IsDescendantOf Notebook o) => IsNotebook o #

Instances

Instances details
(GObject o, IsDescendantOf Notebook o) => IsNotebook o 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookAppendPageMenuMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> Maybe d -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => OverloadedMethod NotebookAppendPageMenuMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookAppendPageMenuMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookAppendPageMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookAppendPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookAppendPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

type NotebookChangeCurrentPageCallback = Int32 -> IO Bool #

data NotebookChangeCurrentPageSignalInfo #

Instances

Instances details
SignalInfo NotebookChangeCurrentPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookChangeCurrentPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookChangeCurrentPageSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookChangeCurrentPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookCreateWindowSignalInfo #

Instances

Instances details
SignalInfo NotebookCreateWindowSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookCreateWindowSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookCreateWindowSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookCreateWindowSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookDetachTabMethodInfo #

Instances

Instances details
(signature ~ (b -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookDetachTabMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookDetachTabMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookEnablePopupPropertyInfo #

Instances

Instances details
AttrInfo NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookEnablePopupPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo = IsNotebook
type AttrGetType NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookEnablePopupPropertyInfo = Bool
type AttrSetTypeConstraint NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookEnablePopupPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookEnablePopupPropertyInfo = Type ~ Bool
type AttrTransferType NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookEnablePopupPropertyInfo = Bool
type AttrLabel NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookEnablePopupPropertyInfo = "enable-popup"
type AttrOrigin NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo o => o -> IO (AttrGetType NotebookEnablePopupPropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo o, AttrSetTypeConstraint NotebookEnablePopupPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo o, AttrSetTypeConstraint NotebookEnablePopupPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo o, AttrTransferTypeConstraint NotebookEnablePopupPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookEnablePopupPropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo o => o -> AttrGetType NotebookEnablePopupPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookEnablePopupPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookEnablePopupPropertyInfo = IsNotebook
type AttrGetType NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookEnablePopupPropertyInfo = Bool
type AttrLabel NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookEnablePopupPropertyInfo = "enable-popup"
type AttrOrigin NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookEnablePopupPropertyInfo = Type ~ Bool
type AttrTransferType NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookEnablePopupPropertyInfo = Bool
type AttrTransferTypeConstraint NotebookEnablePopupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookEnablePopupPropertyInfo = Type ~ Bool

data NotebookFocusTabSignalInfo #

Instances

Instances details
SignalInfo NotebookFocusTabSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookFocusTabSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookFocusTabSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookFocusTabSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookGetActionWidgetMethodInfo #

Instances

Instances details
(signature ~ (PackType -> m (Maybe Widget)), MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetActionWidgetMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetActionWidgetMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetCurrentPageMethodInfo #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetCurrentPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetCurrentPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetGroupNameMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Text), MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetGroupNameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetGroupNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetMenuLabelMethodInfo #

Instances

Instances details
(signature ~ (b -> m (Maybe Widget)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetMenuLabelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetMenuLabelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetMenuLabelTextMethodInfo #

Instances

Instances details
(signature ~ (b -> m (Maybe Text)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetMenuLabelTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetMenuLabelTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetNPagesMethodInfo #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetNPagesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetNPagesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetNthPageMethodInfo #

Instances

Instances details
(signature ~ (Int32 -> m (Maybe Widget)), MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetNthPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetNthPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetPageMethodInfo #

Instances

Instances details
(signature ~ (b -> m NotebookPage), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetPagesMethodInfo #

Instances

Instances details
(signature ~ m ListModel, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetPagesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetPagesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetScrollableMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetScrollableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetScrollableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetShowBorderMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetShowBorderMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetShowBorderMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetShowTabsMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetShowTabsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetShowTabsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetTabDetachableMethodInfo #

Instances

Instances details
(signature ~ (b -> m Bool), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabDetachableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetTabDetachableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetTabLabelMethodInfo #

Instances

Instances details
(signature ~ (b -> m (Maybe Widget)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabLabelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetTabLabelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetTabLabelTextMethodInfo #

Instances

Instances details
(signature ~ (b -> m (Maybe Text)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabLabelTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetTabLabelTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetTabPosMethodInfo #

Instances

Instances details
(signature ~ m PositionType, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetTabPosMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetTabPosMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGetTabReorderableMethodInfo #

Instances

Instances details
(signature ~ (b -> m Bool), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabReorderableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookGetTabReorderableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookGroupNamePropertyInfo #

Instances

Instances details
AttrInfo NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookGroupNamePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookGroupNamePropertyInfo = IsNotebook
type AttrGetType NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookGroupNamePropertyInfo = Maybe Text
type AttrSetTypeConstraint NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookGroupNamePropertyInfo = Type ~ Text
type AttrTransferTypeConstraint NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookGroupNamePropertyInfo = Type ~ Text
type AttrTransferType NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookGroupNamePropertyInfo = Text
type AttrLabel NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookGroupNamePropertyInfo = "group-name"
type AttrOrigin NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookGroupNamePropertyInfo o => o -> IO (AttrGetType NotebookGroupNamePropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookGroupNamePropertyInfo o, AttrSetTypeConstraint NotebookGroupNamePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookGroupNamePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookGroupNamePropertyInfo o, AttrSetTypeConstraint NotebookGroupNamePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookGroupNamePropertyInfo o, AttrTransferTypeConstraint NotebookGroupNamePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookGroupNamePropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookGroupNamePropertyInfo o => o -> AttrGetType NotebookGroupNamePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookGroupNamePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookGroupNamePropertyInfo = IsNotebook
type AttrGetType NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookGroupNamePropertyInfo = Maybe Text
type AttrLabel NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookGroupNamePropertyInfo = "group-name"
type AttrOrigin NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookGroupNamePropertyInfo = Type ~ Text
type AttrTransferType NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookGroupNamePropertyInfo = Text
type AttrTransferTypeConstraint NotebookGroupNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookGroupNamePropertyInfo = Type ~ Text

data NotebookInsertPageMenuMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> Maybe d -> Int32 -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => OverloadedMethod NotebookInsertPageMenuMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookInsertPageMenuMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookInsertPageMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> Int32 -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookInsertPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookInsertPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookMoveFocusOutSignalInfo #

Instances

Instances details
SignalInfo NotebookMoveFocusOutSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookMoveFocusOutSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookMoveFocusOutSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookMoveFocusOutSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookNextPageMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookNextPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookNextPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

type NotebookPageAddedCallback = Widget -> Word32 -> IO () #

data NotebookPageAddedSignalInfo #

Instances

Instances details
SignalInfo NotebookPageAddedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookPageAddedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookPageAddedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookPageAddedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookPageNumMethodInfo #

Instances

Instances details
(signature ~ (b -> m Int32), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookPageNumMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookPageNumMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookPagePropertyInfo #

Instances

Instances details
AttrInfo NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookPagePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookPagePropertyInfo = IsNotebook
type AttrGetType NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookPagePropertyInfo = Int32
type AttrSetTypeConstraint NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookPagePropertyInfo = Type ~ Int32
type AttrTransferTypeConstraint NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookPagePropertyInfo = Type ~ Int32
type AttrTransferType NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookPagePropertyInfo = Int32
type AttrLabel NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookPagePropertyInfo = "page"
type AttrOrigin NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookPagePropertyInfo o => o -> IO (AttrGetType NotebookPagePropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookPagePropertyInfo o, AttrSetTypeConstraint NotebookPagePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookPagePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookPagePropertyInfo o, AttrSetTypeConstraint NotebookPagePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookPagePropertyInfo o, AttrTransferTypeConstraint NotebookPagePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookPagePropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookPagePropertyInfo o => o -> AttrGetType NotebookPagePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookPagePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookPagePropertyInfo = IsNotebook
type AttrGetType NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookPagePropertyInfo = Int32
type AttrLabel NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookPagePropertyInfo = "page"
type AttrOrigin NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookPagePropertyInfo = Type ~ Int32
type AttrTransferType NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookPagePropertyInfo = Int32
type AttrTransferTypeConstraint NotebookPagePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookPagePropertyInfo = Type ~ Int32

type NotebookPageRemovedCallback = Widget -> Word32 -> IO () #

data NotebookPageRemovedSignalInfo #

Instances

Instances details
SignalInfo NotebookPageRemovedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookPageRemovedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookPageRemovedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookPageRemovedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type NotebookPageReorderedCallback = Widget -> Word32 -> IO () #

data NotebookPageReorderedSignalInfo #

Instances

Instances details
SignalInfo NotebookPageReorderedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookPageReorderedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookPageReorderedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookPageReorderedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookPagesPropertyInfo #

Instances

Instances details
AttrInfo NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookPagesPropertyInfo = '['AttrGet, 'AttrClear]
type AttrBaseTypeConstraint NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookPagesPropertyInfo = IsNotebook
type AttrGetType NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookPagesPropertyInfo = Maybe ListModel
type AttrSetTypeConstraint NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookPagesPropertyInfo = Type ~ ()
type AttrTransferTypeConstraint NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookPagesPropertyInfo = Type ~ ()
type AttrTransferType NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookPagesPropertyInfo = ()
type AttrLabel NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookPagesPropertyInfo = "pages"
type AttrOrigin NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookPagesPropertyInfo o => o -> IO (AttrGetType NotebookPagesPropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookPagesPropertyInfo o, AttrSetTypeConstraint NotebookPagesPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookPagesPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookPagesPropertyInfo o, AttrSetTypeConstraint NotebookPagesPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookPagesPropertyInfo o, AttrTransferTypeConstraint NotebookPagesPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookPagesPropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookPagesPropertyInfo o => o -> AttrGetType NotebookPagesPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookPagesPropertyInfo = '['AttrGet, 'AttrClear]
type AttrBaseTypeConstraint NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookPagesPropertyInfo = IsNotebook
type AttrGetType NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookPagesPropertyInfo = Maybe ListModel
type AttrLabel NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookPagesPropertyInfo = "pages"
type AttrOrigin NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookPagesPropertyInfo = Type ~ ()
type AttrTransferType NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookPagesPropertyInfo = ()
type AttrTransferTypeConstraint NotebookPagesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookPagesPropertyInfo = Type ~ ()

data NotebookPopupDisableMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookPopupDisableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookPopupDisableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookPopupEnableMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookPopupEnableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookPopupEnableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookPrependPageMenuMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> Maybe d -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => OverloadedMethod NotebookPrependPageMenuMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookPrependPageMenuMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookPrependPageMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookPrependPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookPrependPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookPrevPageMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookPrevPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookPrevPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookRemovePageMethodInfo #

Instances

Instances details
(signature ~ (Int32 -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookRemovePageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookRemovePageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookReorderChildMethodInfo #

Instances

Instances details
(signature ~ (b -> Int32 -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookReorderChildMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookReorderChildMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

type NotebookReorderTabCallback = DirectionType -> Bool -> IO Bool #

data NotebookReorderTabSignalInfo #

Instances

Instances details
SignalInfo NotebookReorderTabSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookReorderTabSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookReorderTabSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookReorderTabSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookScrollablePropertyInfo #

Instances

Instances details
AttrInfo NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookScrollablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookScrollablePropertyInfo = IsNotebook
type AttrGetType NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookScrollablePropertyInfo = Bool
type AttrSetTypeConstraint NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookScrollablePropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookScrollablePropertyInfo = Type ~ Bool
type AttrTransferType NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookScrollablePropertyInfo = Bool
type AttrLabel NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookScrollablePropertyInfo = "scrollable"
type AttrOrigin NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookScrollablePropertyInfo o => o -> IO (AttrGetType NotebookScrollablePropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookScrollablePropertyInfo o, AttrSetTypeConstraint NotebookScrollablePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookScrollablePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookScrollablePropertyInfo o, AttrSetTypeConstraint NotebookScrollablePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookScrollablePropertyInfo o, AttrTransferTypeConstraint NotebookScrollablePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookScrollablePropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookScrollablePropertyInfo o => o -> AttrGetType NotebookScrollablePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookScrollablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookScrollablePropertyInfo = IsNotebook
type AttrGetType NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookScrollablePropertyInfo = Bool
type AttrLabel NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookScrollablePropertyInfo = "scrollable"
type AttrOrigin NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookScrollablePropertyInfo = Type ~ Bool
type AttrTransferType NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookScrollablePropertyInfo = Bool
type AttrTransferTypeConstraint NotebookScrollablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookScrollablePropertyInfo = Type ~ Bool

type NotebookSelectPageCallback = Bool -> IO Bool #

data NotebookSelectPageSignalInfo #

Instances

Instances details
SignalInfo NotebookSelectPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookSelectPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookSelectPageSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookSelectPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookSetActionWidgetMethodInfo #

Instances

Instances details
(signature ~ (b -> PackType -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetActionWidgetMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetActionWidgetMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetCurrentPageMethodInfo #

Instances

Instances details
(signature ~ (Int32 -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetCurrentPageMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetCurrentPageMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetGroupNameMethodInfo #

Instances

Instances details
(signature ~ (Maybe Text -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetGroupNameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetGroupNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetMenuLabelMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> m ()), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookSetMenuLabelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetMenuLabelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetMenuLabelTextMethodInfo #

Instances

Instances details
(signature ~ (b -> Text -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetMenuLabelTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetMenuLabelTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetScrollableMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetScrollableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetScrollableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetShowBorderMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetShowBorderMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetShowBorderMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetShowTabsMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetShowTabsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetShowTabsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetTabDetachableMethodInfo #

Instances

Instances details
(signature ~ (b -> Bool -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetTabDetachableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetTabDetachableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetTabLabelMethodInfo #

Instances

Instances details
(signature ~ (b -> Maybe c -> m ()), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookSetTabLabelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetTabLabelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetTabLabelTextMethodInfo #

Instances

Instances details
(signature ~ (b -> Text -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetTabLabelTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetTabLabelTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetTabPosMethodInfo #

Instances

Instances details
(signature ~ (PositionType -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetTabPosMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetTabPosMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookSetTabReorderableMethodInfo #

Instances

Instances details
(signature ~ (b -> Bool -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetTabReorderableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookSetTabReorderableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookShowBorderPropertyInfo #

Instances

Instances details
AttrInfo NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookShowBorderPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookShowBorderPropertyInfo = IsNotebook
type AttrGetType NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookShowBorderPropertyInfo = Bool
type AttrSetTypeConstraint NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookShowBorderPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookShowBorderPropertyInfo = Type ~ Bool
type AttrTransferType NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookShowBorderPropertyInfo = Bool
type AttrLabel NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookShowBorderPropertyInfo = "show-border"
type AttrOrigin NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookShowBorderPropertyInfo o => o -> IO (AttrGetType NotebookShowBorderPropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookShowBorderPropertyInfo o, AttrSetTypeConstraint NotebookShowBorderPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookShowBorderPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookShowBorderPropertyInfo o, AttrSetTypeConstraint NotebookShowBorderPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookShowBorderPropertyInfo o, AttrTransferTypeConstraint NotebookShowBorderPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookShowBorderPropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookShowBorderPropertyInfo o => o -> AttrGetType NotebookShowBorderPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookShowBorderPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookShowBorderPropertyInfo = IsNotebook
type AttrGetType NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookShowBorderPropertyInfo = Bool
type AttrLabel NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookShowBorderPropertyInfo = "show-border"
type AttrOrigin NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookShowBorderPropertyInfo = Type ~ Bool
type AttrTransferType NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookShowBorderPropertyInfo = Bool
type AttrTransferTypeConstraint NotebookShowBorderPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookShowBorderPropertyInfo = Type ~ Bool

data NotebookShowTabsPropertyInfo #

Instances

Instances details
AttrInfo NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookShowTabsPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookShowTabsPropertyInfo = IsNotebook
type AttrGetType NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookShowTabsPropertyInfo = Bool
type AttrSetTypeConstraint NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookShowTabsPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookShowTabsPropertyInfo = Type ~ Bool
type AttrTransferType NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookShowTabsPropertyInfo = Bool
type AttrLabel NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookShowTabsPropertyInfo = "show-tabs"
type AttrOrigin NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookShowTabsPropertyInfo o => o -> IO (AttrGetType NotebookShowTabsPropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookShowTabsPropertyInfo o, AttrSetTypeConstraint NotebookShowTabsPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookShowTabsPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookShowTabsPropertyInfo o, AttrSetTypeConstraint NotebookShowTabsPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookShowTabsPropertyInfo o, AttrTransferTypeConstraint NotebookShowTabsPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookShowTabsPropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookShowTabsPropertyInfo o => o -> AttrGetType NotebookShowTabsPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookShowTabsPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookShowTabsPropertyInfo = IsNotebook
type AttrGetType NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrGetType NotebookShowTabsPropertyInfo = Bool
type AttrLabel NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookShowTabsPropertyInfo = "show-tabs"
type AttrOrigin NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookShowTabsPropertyInfo = Type ~ Bool
type AttrTransferType NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferType NotebookShowTabsPropertyInfo = Bool
type AttrTransferTypeConstraint NotebookShowTabsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookShowTabsPropertyInfo = Type ~ Bool

type NotebookSwitchPageCallback = Widget -> Word32 -> IO () #

data NotebookSwitchPageSignalInfo #

Instances

Instances details
SignalInfo NotebookSwitchPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type HaskellCallbackType NotebookSwitchPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookSwitchPageSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NotebookSwitchPageSignalInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

data NotebookTabPosPropertyInfo #

Instances

Instances details
AttrInfo NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Associated Types

type AttrAllowedOps NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookTabPosPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookTabPosPropertyInfo = IsNotebook
type AttrGetType NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookTabPosPropertyInfo = Type ~ PositionType
type AttrTransferTypeConstraint NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookTabPosPropertyInfo = Type ~ PositionType
type AttrTransferType NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookTabPosPropertyInfo = "tab-pos"
type AttrOrigin NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

attrGet :: AttrBaseTypeConstraint NotebookTabPosPropertyInfo o => o -> IO (AttrGetType NotebookTabPosPropertyInfo)

attrSet :: (AttrBaseTypeConstraint NotebookTabPosPropertyInfo o, AttrSetTypeConstraint NotebookTabPosPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint NotebookTabPosPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint NotebookTabPosPropertyInfo o, AttrSetTypeConstraint NotebookTabPosPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint NotebookTabPosPropertyInfo o, AttrTransferTypeConstraint NotebookTabPosPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NotebookTabPosPropertyInfo)

attrPut :: AttrBaseTypeConstraint NotebookTabPosPropertyInfo o => o -> AttrGetType NotebookTabPosPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrAllowedOps NotebookTabPosPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrBaseTypeConstraint NotebookTabPosPropertyInfo = IsNotebook
type AttrGetType NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrLabel NotebookTabPosPropertyInfo = "tab-pos"
type AttrOrigin NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrSetTypeConstraint NotebookTabPosPropertyInfo = Type ~ PositionType
type AttrTransferType NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookTabPosPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Notebook

type AttrTransferTypeConstraint NotebookTabPosPropertyInfo = Type ~ PositionType

type family ResolveNotebookMethod (t :: Symbol) o where ... #

Equations

ResolveNotebookMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo 
ResolveNotebookMethod "activate" o = WidgetActivateMethodInfo 
ResolveNotebookMethod "activateAction" o = WidgetActivateActionMethodInfo 
ResolveNotebookMethod "activateDefault" o = WidgetActivateDefaultMethodInfo 
ResolveNotebookMethod "addController" o = WidgetAddControllerMethodInfo 
ResolveNotebookMethod "addCssClass" o = WidgetAddCssClassMethodInfo 
ResolveNotebookMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo 
ResolveNotebookMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo 
ResolveNotebookMethod "allocate" o = WidgetAllocateMethodInfo 
ResolveNotebookMethod "announce" o = AccessibleAnnounceMethodInfo 
ResolveNotebookMethod "appendPage" o = NotebookAppendPageMethodInfo 
ResolveNotebookMethod "appendPageMenu" o = NotebookAppendPageMenuMethodInfo 
ResolveNotebookMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveNotebookMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveNotebookMethod "childFocus" o = WidgetChildFocusMethodInfo 
ResolveNotebookMethod "computeBounds" o = WidgetComputeBoundsMethodInfo 
ResolveNotebookMethod "computeExpand" o = WidgetComputeExpandMethodInfo 
ResolveNotebookMethod "computePoint" o = WidgetComputePointMethodInfo 
ResolveNotebookMethod "computeTransform" o = WidgetComputeTransformMethodInfo 
ResolveNotebookMethod "contains" o = WidgetContainsMethodInfo 
ResolveNotebookMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo 
ResolveNotebookMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo 
ResolveNotebookMethod "detachTab" o = NotebookDetachTabMethodInfo 
ResolveNotebookMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo 
ResolveNotebookMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo 
ResolveNotebookMethod "errorBell" o = WidgetErrorBellMethodInfo 
ResolveNotebookMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveNotebookMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveNotebookMethod "getv" o = ObjectGetvMethodInfo 
ResolveNotebookMethod "grabFocus" o = WidgetGrabFocusMethodInfo 
ResolveNotebookMethod "hasCssClass" o = WidgetHasCssClassMethodInfo 
ResolveNotebookMethod "hasDefault" o = WidgetHasDefaultMethodInfo 
ResolveNotebookMethod "hasFocus" o = WidgetHasFocusMethodInfo 
ResolveNotebookMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo 
ResolveNotebookMethod "hide" o = WidgetHideMethodInfo 
ResolveNotebookMethod "inDestruction" o = WidgetInDestructionMethodInfo 
ResolveNotebookMethod "initTemplate" o = WidgetInitTemplateMethodInfo 
ResolveNotebookMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo 
ResolveNotebookMethod "insertAfter" o = WidgetInsertAfterMethodInfo 
ResolveNotebookMethod "insertBefore" o = WidgetInsertBeforeMethodInfo 
ResolveNotebookMethod "insertPage" o = NotebookInsertPageMethodInfo 
ResolveNotebookMethod "insertPageMenu" o = NotebookInsertPageMenuMethodInfo 
ResolveNotebookMethod "isAncestor" o = WidgetIsAncestorMethodInfo 
ResolveNotebookMethod "isDrawable" o = WidgetIsDrawableMethodInfo 
ResolveNotebookMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveNotebookMethod "isFocus" o = WidgetIsFocusMethodInfo 
ResolveNotebookMethod "isSensitive" o = WidgetIsSensitiveMethodInfo 
ResolveNotebookMethod "isVisible" o = WidgetIsVisibleMethodInfo 
ResolveNotebookMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo 
ResolveNotebookMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo 
ResolveNotebookMethod "map" o = WidgetMapMethodInfo 
ResolveNotebookMethod "measure" o = WidgetMeasureMethodInfo 
ResolveNotebookMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo 
ResolveNotebookMethod "nextPage" o = NotebookNextPageMethodInfo 
ResolveNotebookMethod "notify" o = ObjectNotifyMethodInfo 
ResolveNotebookMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveNotebookMethod "observeChildren" o = WidgetObserveChildrenMethodInfo 
ResolveNotebookMethod "observeControllers" o = WidgetObserveControllersMethodInfo 
ResolveNotebookMethod "pageNum" o = NotebookPageNumMethodInfo 
ResolveNotebookMethod "pick" o = WidgetPickMethodInfo 
ResolveNotebookMethod "popupDisable" o = NotebookPopupDisableMethodInfo 
ResolveNotebookMethod "popupEnable" o = NotebookPopupEnableMethodInfo 
ResolveNotebookMethod "prependPage" o = NotebookPrependPageMethodInfo 
ResolveNotebookMethod "prependPageMenu" o = NotebookPrependPageMenuMethodInfo 
ResolveNotebookMethod "prevPage" o = NotebookPrevPageMethodInfo 
ResolveNotebookMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo 
ResolveNotebookMethod "queueDraw" o = WidgetQueueDrawMethodInfo 
ResolveNotebookMethod "queueResize" o = WidgetQueueResizeMethodInfo 
ResolveNotebookMethod "realize" o = WidgetRealizeMethodInfo 
ResolveNotebookMethod "ref" o = ObjectRefMethodInfo 
ResolveNotebookMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveNotebookMethod "removeController" o = WidgetRemoveControllerMethodInfo 
ResolveNotebookMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo 
ResolveNotebookMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo 
ResolveNotebookMethod "removePage" o = NotebookRemovePageMethodInfo 
ResolveNotebookMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo 
ResolveNotebookMethod "reorderChild" o = NotebookReorderChildMethodInfo 
ResolveNotebookMethod "resetProperty" o = AccessibleResetPropertyMethodInfo 
ResolveNotebookMethod "resetRelation" o = AccessibleResetRelationMethodInfo 
ResolveNotebookMethod "resetState" o = AccessibleResetStateMethodInfo 
ResolveNotebookMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveNotebookMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo 
ResolveNotebookMethod "show" o = WidgetShowMethodInfo 
ResolveNotebookMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo 
ResolveNotebookMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo 
ResolveNotebookMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveNotebookMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveNotebookMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveNotebookMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo 
ResolveNotebookMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo 
ResolveNotebookMethod "unmap" o = WidgetUnmapMethodInfo 
ResolveNotebookMethod "unparent" o = WidgetUnparentMethodInfo 
ResolveNotebookMethod "unrealize" o = WidgetUnrealizeMethodInfo 
ResolveNotebookMethod "unref" o = ObjectUnrefMethodInfo 
ResolveNotebookMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo 
ResolveNotebookMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo 
ResolveNotebookMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo 
ResolveNotebookMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo 
ResolveNotebookMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo 
ResolveNotebookMethod "updateState" o = AccessibleUpdateStateMethodInfo 
ResolveNotebookMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveNotebookMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo 
ResolveNotebookMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo 
ResolveNotebookMethod "getActionWidget" o = NotebookGetActionWidgetMethodInfo 
ResolveNotebookMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo 
ResolveNotebookMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo 
ResolveNotebookMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo 
ResolveNotebookMethod "getAllocation" o = WidgetGetAllocationMethodInfo 
ResolveNotebookMethod "getAncestor" o = WidgetGetAncestorMethodInfo 
ResolveNotebookMethod "getAtContext" o = AccessibleGetAtContextMethodInfo 
ResolveNotebookMethod "getBaseline" o = WidgetGetBaselineMethodInfo 
ResolveNotebookMethod "getBounds" o = AccessibleGetBoundsMethodInfo 
ResolveNotebookMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo 
ResolveNotebookMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo 
ResolveNotebookMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo 
ResolveNotebookMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo 
ResolveNotebookMethod "getClipboard" o = WidgetGetClipboardMethodInfo 
ResolveNotebookMethod "getColor" o = WidgetGetColorMethodInfo 
ResolveNotebookMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo 
ResolveNotebookMethod "getCssName" o = WidgetGetCssNameMethodInfo 
ResolveNotebookMethod "getCurrentPage" o = NotebookGetCurrentPageMethodInfo 
ResolveNotebookMethod "getCursor" o = WidgetGetCursorMethodInfo 
ResolveNotebookMethod "getData" o = ObjectGetDataMethodInfo 
ResolveNotebookMethod "getDirection" o = WidgetGetDirectionMethodInfo 
ResolveNotebookMethod "getDisplay" o = WidgetGetDisplayMethodInfo 
ResolveNotebookMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo 
ResolveNotebookMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo 
ResolveNotebookMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo 
ResolveNotebookMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo 
ResolveNotebookMethod "getFocusable" o = WidgetGetFocusableMethodInfo 
ResolveNotebookMethod "getFontMap" o = WidgetGetFontMapMethodInfo 
ResolveNotebookMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo 
ResolveNotebookMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo 
ResolveNotebookMethod "getGroupName" o = NotebookGetGroupNameMethodInfo 
ResolveNotebookMethod "getHalign" o = WidgetGetHalignMethodInfo 
ResolveNotebookMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo 
ResolveNotebookMethod "getHeight" o = WidgetGetHeightMethodInfo 
ResolveNotebookMethod "getHexpand" o = WidgetGetHexpandMethodInfo 
ResolveNotebookMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo 
ResolveNotebookMethod "getLastChild" o = WidgetGetLastChildMethodInfo 
ResolveNotebookMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo 
ResolveNotebookMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo 
ResolveNotebookMethod "getMapped" o = WidgetGetMappedMethodInfo 
ResolveNotebookMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo 
ResolveNotebookMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo 
ResolveNotebookMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo 
ResolveNotebookMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo 
ResolveNotebookMethod "getMenuLabel" o = NotebookGetMenuLabelMethodInfo 
ResolveNotebookMethod "getMenuLabelText" o = NotebookGetMenuLabelTextMethodInfo 
ResolveNotebookMethod "getNPages" o = NotebookGetNPagesMethodInfo 
ResolveNotebookMethod "getName" o = WidgetGetNameMethodInfo 
ResolveNotebookMethod "getNative" o = WidgetGetNativeMethodInfo 
ResolveNotebookMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo 
ResolveNotebookMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo 
ResolveNotebookMethod "getNthPage" o = NotebookGetNthPageMethodInfo 
ResolveNotebookMethod "getOpacity" o = WidgetGetOpacityMethodInfo 
ResolveNotebookMethod "getOverflow" o = WidgetGetOverflowMethodInfo 
ResolveNotebookMethod "getPage" o = NotebookGetPageMethodInfo 
ResolveNotebookMethod "getPages" o = NotebookGetPagesMethodInfo 
ResolveNotebookMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo 
ResolveNotebookMethod "getParent" o = WidgetGetParentMethodInfo 
ResolveNotebookMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo 
ResolveNotebookMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo 
ResolveNotebookMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo 
ResolveNotebookMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo 
ResolveNotebookMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveNotebookMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveNotebookMethod "getRealized" o = WidgetGetRealizedMethodInfo 
ResolveNotebookMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo 
ResolveNotebookMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo 
ResolveNotebookMethod "getRoot" o = WidgetGetRootMethodInfo 
ResolveNotebookMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo 
ResolveNotebookMethod "getScrollable" o = NotebookGetScrollableMethodInfo 
ResolveNotebookMethod "getSensitive" o = WidgetGetSensitiveMethodInfo 
ResolveNotebookMethod "getSettings" o = WidgetGetSettingsMethodInfo 
ResolveNotebookMethod "getShowBorder" o = NotebookGetShowBorderMethodInfo 
ResolveNotebookMethod "getShowTabs" o = NotebookGetShowTabsMethodInfo 
ResolveNotebookMethod "getSize" o = WidgetGetSizeMethodInfo 
ResolveNotebookMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo 
ResolveNotebookMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo 
ResolveNotebookMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo 
ResolveNotebookMethod "getTabDetachable" o = NotebookGetTabDetachableMethodInfo 
ResolveNotebookMethod "getTabLabel" o = NotebookGetTabLabelMethodInfo 
ResolveNotebookMethod "getTabLabelText" o = NotebookGetTabLabelTextMethodInfo 
ResolveNotebookMethod "getTabPos" o = NotebookGetTabPosMethodInfo 
ResolveNotebookMethod "getTabReorderable" o = NotebookGetTabReorderableMethodInfo 
ResolveNotebookMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo 
ResolveNotebookMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo 
ResolveNotebookMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo 
ResolveNotebookMethod "getValign" o = WidgetGetValignMethodInfo 
ResolveNotebookMethod "getVexpand" o = WidgetGetVexpandMethodInfo 
ResolveNotebookMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo 
ResolveNotebookMethod "getVisible" o = WidgetGetVisibleMethodInfo 
ResolveNotebookMethod "getWidth" o = WidgetGetWidthMethodInfo 
ResolveNotebookMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo 
ResolveNotebookMethod "setActionWidget" o = NotebookSetActionWidgetMethodInfo 
ResolveNotebookMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo 
ResolveNotebookMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo 
ResolveNotebookMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo 
ResolveNotebookMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo 
ResolveNotebookMethod "setCurrentPage" o = NotebookSetCurrentPageMethodInfo 
ResolveNotebookMethod "setCursor" o = WidgetSetCursorMethodInfo 
ResolveNotebookMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo 
ResolveNotebookMethod "setData" o = ObjectSetDataMethodInfo 
ResolveNotebookMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveNotebookMethod "setDirection" o = WidgetSetDirectionMethodInfo 
ResolveNotebookMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo 
ResolveNotebookMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo 
ResolveNotebookMethod "setFocusable" o = WidgetSetFocusableMethodInfo 
ResolveNotebookMethod "setFontMap" o = WidgetSetFontMapMethodInfo 
ResolveNotebookMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo 
ResolveNotebookMethod "setGroupName" o = NotebookSetGroupNameMethodInfo 
ResolveNotebookMethod "setHalign" o = WidgetSetHalignMethodInfo 
ResolveNotebookMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo 
ResolveNotebookMethod "setHexpand" o = WidgetSetHexpandMethodInfo 
ResolveNotebookMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo 
ResolveNotebookMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo 
ResolveNotebookMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo 
ResolveNotebookMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo 
ResolveNotebookMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo 
ResolveNotebookMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo 
ResolveNotebookMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo 
ResolveNotebookMethod "setMenuLabel" o = NotebookSetMenuLabelMethodInfo 
ResolveNotebookMethod "setMenuLabelText" o = NotebookSetMenuLabelTextMethodInfo 
ResolveNotebookMethod "setName" o = WidgetSetNameMethodInfo 
ResolveNotebookMethod "setOpacity" o = WidgetSetOpacityMethodInfo 
ResolveNotebookMethod "setOverflow" o = WidgetSetOverflowMethodInfo 
ResolveNotebookMethod "setParent" o = WidgetSetParentMethodInfo 
ResolveNotebookMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveNotebookMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo 
ResolveNotebookMethod "setScrollable" o = NotebookSetScrollableMethodInfo 
ResolveNotebookMethod "setSensitive" o = WidgetSetSensitiveMethodInfo 
ResolveNotebookMethod "setShowBorder" o = NotebookSetShowBorderMethodInfo 
ResolveNotebookMethod "setShowTabs" o = NotebookSetShowTabsMethodInfo 
ResolveNotebookMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo 
ResolveNotebookMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo 
ResolveNotebookMethod "setTabDetachable" o = NotebookSetTabDetachableMethodInfo 
ResolveNotebookMethod "setTabLabel" o = NotebookSetTabLabelMethodInfo 
ResolveNotebookMethod "setTabLabelText" o = NotebookSetTabLabelTextMethodInfo 
ResolveNotebookMethod "setTabPos" o = NotebookSetTabPosMethodInfo 
ResolveNotebookMethod "setTabReorderable" o = NotebookSetTabReorderableMethodInfo 
ResolveNotebookMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo 
ResolveNotebookMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo 
ResolveNotebookMethod "setValign" o = WidgetSetValignMethodInfo 
ResolveNotebookMethod "setVexpand" o = WidgetSetVexpandMethodInfo 
ResolveNotebookMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo 
ResolveNotebookMethod "setVisible" o = WidgetSetVisibleMethodInfo 
ResolveNotebookMethod l o = MethodResolutionFailed l o :: Type 

afterNotebookChangeCurrentPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookChangeCurrentPageCallback) -> m SignalHandlerId #

afterNotebookCreateWindow :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookCreateWindowCallback) -> m SignalHandlerId #

afterNotebookFocusTab :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookFocusTabCallback) -> m SignalHandlerId #

afterNotebookMoveFocusOut :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookMoveFocusOutCallback) -> m SignalHandlerId #

afterNotebookPageAdded :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageAddedCallback) -> m SignalHandlerId #

afterNotebookPageRemoved :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageRemovedCallback) -> m SignalHandlerId #

afterNotebookPageReordered :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageReorderedCallback) -> m SignalHandlerId #

afterNotebookReorderTab :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookReorderTabCallback) -> m SignalHandlerId #

afterNotebookSelectPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSelectPageCallback) -> m SignalHandlerId #

afterNotebookSwitchPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSwitchPageCallback) -> m SignalHandlerId #

clearNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m () #

constructNotebookEnablePopup :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookGroupName :: (IsNotebook o, MonadIO m) => Text -> m (GValueConstruct o) #

constructNotebookPage :: (IsNotebook o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructNotebookScrollable :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookShowBorder :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookShowTabs :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookTabPos :: (IsNotebook o, MonadIO m) => PositionType -> m (GValueConstruct o) #

getNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> m Bool #

getNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m (Maybe Text) #

getNotebookPage :: (MonadIO m, IsNotebook o) => o -> m Int32 #

getNotebookPages :: (MonadIO m, IsNotebook o) => o -> m (Maybe ListModel) #

getNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> m Bool #

getNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> m Bool #

getNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> m Bool #

getNotebookTabPos :: (MonadIO m, IsNotebook o) => o -> m PositionType #

notebookAppendPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m Int32 #

notebookAppendPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> m Int32 #

notebookDetachTab :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m () #

notebookEnablePopup :: AttrLabelProxy "enablePopup" #

notebookGetActionWidget :: (HasCallStack, MonadIO m, IsNotebook a) => a -> PackType -> m (Maybe Widget) #

notebookGetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32 #

notebookGetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m (Maybe Text) #

notebookGetMenuLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Widget) #

notebookGetMenuLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Text) #

notebookGetNPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32 #

notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m (Maybe Widget) #

notebookGetPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m NotebookPage #

notebookGetPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ListModel #

notebookGetScrollable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool #

notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool #

notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool #

notebookGetTabDetachable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Bool #

notebookGetTabLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Widget) #

notebookGetTabLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Text) #

notebookGetTabPos :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m PositionType #

notebookGetTabReorderable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Bool #

notebookGroupName :: AttrLabelProxy "groupName" #

notebookInsertPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> Int32 -> m Int32 #

notebookInsertPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> Int32 -> m Int32 #

notebookNew :: (HasCallStack, MonadIO m) => m Notebook #

notebookNextPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m () #

notebookPage :: AttrLabelProxy "page" #

notebookPageNum :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Int32 #

notebookPages :: AttrLabelProxy "pages" #

notebookPopupDisable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m () #

notebookPopupEnable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m () #

notebookPrependPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m Int32 #

notebookPrependPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> m Int32 #

notebookPrevPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m () #

notebookRemovePage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m () #

notebookReorderChild :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Int32 -> m () #

notebookScrollable :: AttrLabelProxy "scrollable" #

notebookSetActionWidget :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> PackType -> m () #

notebookSetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m () #

notebookSetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Maybe Text -> m () #

notebookSetMenuLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m () #

notebookSetMenuLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Text -> m () #

notebookSetScrollable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m () #

notebookSetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m () #

notebookSetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m () #

notebookSetTabDetachable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Bool -> m () #

notebookSetTabLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m () #

notebookSetTabLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Text -> m () #

notebookSetTabPos :: (HasCallStack, MonadIO m, IsNotebook a) => a -> PositionType -> m () #

notebookSetTabReorderable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Bool -> m () #

notebookShowBorder :: AttrLabelProxy "showBorder" #

notebookShowTabs :: AttrLabelProxy "showTabs" #

notebookTabPos :: AttrLabelProxy "tabPos" #

onNotebookChangeCurrentPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookChangeCurrentPageCallback) -> m SignalHandlerId #

onNotebookCreateWindow :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookCreateWindowCallback) -> m SignalHandlerId #

onNotebookFocusTab :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookFocusTabCallback) -> m SignalHandlerId #

onNotebookMoveFocusOut :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookMoveFocusOutCallback) -> m SignalHandlerId #

onNotebookPageAdded :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageAddedCallback) -> m SignalHandlerId #

onNotebookPageRemoved :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageRemovedCallback) -> m SignalHandlerId #

onNotebookPageReordered :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageReorderedCallback) -> m SignalHandlerId #

onNotebookReorderTab :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookReorderTabCallback) -> m SignalHandlerId #

onNotebookSelectPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSelectPageCallback) -> m SignalHandlerId #

onNotebookSwitchPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSwitchPageCallback) -> m SignalHandlerId #

setNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> Bool -> m () #

setNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> Text -> m () #

setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m () #

setNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> Bool -> m () #

setNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> Bool -> m () #

setNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> Bool -> m () #

setNotebookTabPos :: (MonadIO m, IsNotebook o) => o -> PositionType -> m () #

toNotebook :: (MonadIO m, IsNotebook o) => o -> m Notebook #