| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.Notebook
Description
Documentation
Constructors
| Notebook (ManagedPtr Notebook) |
Instances
class (GObject o, IsDescendantOf Notebook o) => IsNotebook o #
Instances
| (GObject o, IsDescendantOf Notebook o) => IsNotebook o | |
Defined in GI.Gtk.Objects.Notebook | |
data NotebookAppendPageMenuMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> Maybe d -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => OverloadedMethod NotebookAppendPageMenuMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookAppendPageMenuMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookAppendPageMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookAppendPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookAppendPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type NotebookChangeCurrentPageCallback = Int32 -> IO Bool #
data NotebookChangeCurrentPageSignalInfo #
Instances
| SignalInfo NotebookChangeCurrentPageSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookChangeCurrentPageSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookChangeCurrentPageSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
type NotebookCreateWindowCallback = Widget -> IO (Maybe Notebook) #
data NotebookCreateWindowSignalInfo #
Instances
| SignalInfo NotebookCreateWindowSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookCreateWindowSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookCreateWindowSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookDetachTabMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookDetachTabMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookDetachTabMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookEnablePopupPropertyInfo #
Instances
type NotebookFocusTabCallback = NotebookTab -> IO Bool #
data NotebookFocusTabSignalInfo #
Instances
| SignalInfo NotebookFocusTabSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookFocusTabSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookFocusTabSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookGetActionWidgetMethodInfo #
Instances
| (signature ~ (PackType -> m (Maybe Widget)), MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetActionWidgetMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetActionWidgetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetCurrentPageMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetCurrentPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetCurrentPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetGroupNameMethodInfo #
Instances
| (signature ~ m (Maybe Text), MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetGroupNameMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetGroupNameMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetMenuLabelMethodInfo #
Instances
| (signature ~ (b -> m (Maybe Widget)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetMenuLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetMenuLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetMenuLabelTextMethodInfo #
Instances
| (signature ~ (b -> m (Maybe Text)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetMenuLabelTextMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetMenuLabelTextMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetNPagesMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetNPagesMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetNPagesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetNthPageMethodInfo #
Instances
| (signature ~ (Int32 -> m (Maybe Widget)), MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetNthPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetNthPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetPageMethodInfo #
Instances
| (signature ~ (b -> m NotebookPage), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetPagesMethodInfo #
Instances
| (signature ~ m ListModel, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetPagesMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetPagesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetScrollableMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetScrollableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetScrollableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetShowBorderMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetShowBorderMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetShowBorderMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetShowTabsMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetShowTabsMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetShowTabsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetTabDetachableMethodInfo #
Instances
| (signature ~ (b -> m Bool), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabDetachableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetTabDetachableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetTabLabelMethodInfo #
Instances
| (signature ~ (b -> m (Maybe Widget)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetTabLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetTabLabelTextMethodInfo #
Instances
| (signature ~ (b -> m (Maybe Text)), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabLabelTextMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetTabLabelTextMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetTabPosMethodInfo #
Instances
| (signature ~ m PositionType, MonadIO m, IsNotebook a) => OverloadedMethod NotebookGetTabPosMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetTabPosMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGetTabReorderableMethodInfo #
Instances
| (signature ~ (b -> m Bool), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookGetTabReorderableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookGetTabReorderableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookGroupNamePropertyInfo #
Instances
| AttrInfo NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook Associated Types
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 | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrAllowedOps NotebookGroupNamePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrGetType NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrGetType NotebookGroupNamePropertyInfo = Maybe Text | |||||||||||||||||||||||||||||||||
| type AttrLabel NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrLabel NotebookGroupNamePropertyInfo = "group-name" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrSetTypeConstraint NotebookGroupNamePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
| type AttrTransferType NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferType NotebookGroupNamePropertyInfo = Text | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NotebookGroupNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferTypeConstraint NotebookGroupNamePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
data NotebookInsertPageMenuMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> Maybe d -> Int32 -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => OverloadedMethod NotebookInsertPageMenuMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookInsertPageMenuMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookInsertPageMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> Int32 -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookInsertPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookInsertPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type NotebookMoveFocusOutCallback = DirectionType -> IO () #
data NotebookMoveFocusOutSignalInfo #
Instances
| SignalInfo NotebookMoveFocusOutSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookMoveFocusOutSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookMoveFocusOutSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookNextPageMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookNextPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookNextPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type NotebookPageAddedCallback = Widget -> Word32 -> IO () #
data NotebookPageAddedSignalInfo #
Instances
| SignalInfo NotebookPageAddedSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookPageAddedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookPageAddedSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookPageNumMethodInfo #
Instances
| (signature ~ (b -> m Int32), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookPageNumMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookPageNumMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookPagePropertyInfo #
Instances
| AttrInfo NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook Associated Types
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 | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrAllowedOps NotebookPagePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrGetType NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrGetType NotebookPagePropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrLabel NotebookPagePropertyInfo = "page" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrSetTypeConstraint NotebookPagePropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferType NotebookPagePropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NotebookPagePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferTypeConstraint NotebookPagePropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
type NotebookPageRemovedCallback = Widget -> Word32 -> IO () #
data NotebookPageRemovedSignalInfo #
Instances
| SignalInfo NotebookPageRemovedSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookPageRemovedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookPageRemovedSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
type NotebookPageReorderedCallback = Widget -> Word32 -> IO () #
data NotebookPageReorderedSignalInfo #
Instances
| SignalInfo NotebookPageReorderedSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookPageReorderedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookPageReorderedSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookPagesPropertyInfo #
Instances
| AttrInfo NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook Associated Types
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 | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrAllowedOps NotebookPagesPropertyInfo = '['AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrGetType NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrGetType NotebookPagesPropertyInfo = Maybe ListModel | |||||||||||||||||||||||||||||||||
| type AttrLabel NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrLabel NotebookPagesPropertyInfo = "pages" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrSetTypeConstraint NotebookPagesPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
| type AttrTransferType NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferType NotebookPagesPropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NotebookPagesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferTypeConstraint NotebookPagesPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
data NotebookPopupDisableMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookPopupDisableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookPopupDisableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookPopupEnableMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookPopupEnableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookPopupEnableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookPrependPageMenuMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> Maybe d -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => OverloadedMethod NotebookPrependPageMenuMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookPrependPageMenuMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookPrependPageMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> m Int32), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookPrependPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookPrependPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookPrevPageMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsNotebook a) => OverloadedMethod NotebookPrevPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookPrevPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookRemovePageMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookRemovePageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookRemovePageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookReorderChildMethodInfo #
Instances
| (signature ~ (b -> Int32 -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookReorderChildMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookReorderChildMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type NotebookReorderTabCallback = DirectionType -> Bool -> IO Bool #
data NotebookReorderTabSignalInfo #
Instances
| SignalInfo NotebookReorderTabSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookReorderTabSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookReorderTabSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookScrollablePropertyInfo #
Instances
| AttrInfo NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook Associated Types
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 | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrAllowedOps NotebookScrollablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrGetType NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrGetType NotebookScrollablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrLabel NotebookScrollablePropertyInfo = "scrollable" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrSetTypeConstraint NotebookScrollablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferType NotebookScrollablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NotebookScrollablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferTypeConstraint NotebookScrollablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
type NotebookSelectPageCallback = Bool -> IO Bool #
data NotebookSelectPageSignalInfo #
Instances
| SignalInfo NotebookSelectPageSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookSelectPageSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookSelectPageSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookSetActionWidgetMethodInfo #
Instances
| (signature ~ (b -> PackType -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetActionWidgetMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetActionWidgetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetCurrentPageMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetCurrentPageMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetCurrentPageMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetGroupNameMethodInfo #
Instances
| (signature ~ (Maybe Text -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetGroupNameMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetGroupNameMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetMenuLabelMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> m ()), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookSetMenuLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetMenuLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetMenuLabelTextMethodInfo #
Instances
| (signature ~ (b -> Text -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetMenuLabelTextMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetMenuLabelTextMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetScrollableMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetScrollableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetScrollableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetShowBorderMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetShowBorderMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetShowBorderMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetShowTabsMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetShowTabsMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetShowTabsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetTabDetachableMethodInfo #
Instances
| (signature ~ (b -> Bool -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetTabDetachableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetTabDetachableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetTabLabelMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> m ()), MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => OverloadedMethod NotebookSetTabLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetTabLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetTabLabelTextMethodInfo #
Instances
| (signature ~ (b -> Text -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetTabLabelTextMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetTabLabelTextMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetTabPosMethodInfo #
Instances
| (signature ~ (PositionType -> m ()), MonadIO m, IsNotebook a) => OverloadedMethod NotebookSetTabPosMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetTabPosMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookSetTabReorderableMethodInfo #
Instances
| (signature ~ (b -> Bool -> m ()), MonadIO m, IsNotebook a, IsWidget b) => OverloadedMethod NotebookSetTabReorderableMethodInfo a signature | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NotebookSetTabReorderableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Notebook Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NotebookShowBorderPropertyInfo #
Instances
| AttrInfo NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook Associated Types
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 | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrAllowedOps NotebookShowBorderPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrGetType NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrGetType NotebookShowBorderPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrLabel NotebookShowBorderPropertyInfo = "show-border" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrSetTypeConstraint NotebookShowBorderPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferType NotebookShowBorderPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NotebookShowBorderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferTypeConstraint NotebookShowBorderPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data NotebookShowTabsPropertyInfo #
Instances
| AttrInfo NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook Associated Types
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 | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrAllowedOps NotebookShowTabsPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrGetType NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrGetType NotebookShowTabsPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrLabel NotebookShowTabsPropertyInfo = "show-tabs" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrSetTypeConstraint NotebookShowTabsPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferType NotebookShowTabsPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NotebookShowTabsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrTransferTypeConstraint NotebookShowTabsPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
type NotebookSwitchPageCallback = Widget -> Word32 -> IO () #
data NotebookSwitchPageSignalInfo #
Instances
| SignalInfo NotebookSwitchPageSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType NotebookSwitchPageSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType NotebookSwitchPageSignalInfo | |||||
Defined in GI.Gtk.Objects.Notebook | |||||
data NotebookTabPosPropertyInfo #
Instances
| AttrInfo NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook Associated Types
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 | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrAllowedOps NotebookTabPosPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrGetType NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrLabel NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook type AttrLabel NotebookTabPosPropertyInfo = "tab-pos" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrTransferType NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NotebookTabPosPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Notebook | |||||||||||||||||||||||||||||||||
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 #