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

GI.Gtk.Objects.NotebookPage

Description

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

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

Documentation

newtype NotebookPage #

Instances

Instances details
Eq NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

(==) :: NotebookPage -> NotebookPage -> Bool

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

GObject NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

ManagedPtrNewtype NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

TypedObject NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

glibType :: IO GType #

HasParentTypes NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

HasAttributeList NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

(info ~ ResolveNotebookPageMethod t NotebookPage, OverloadedMethod info NotebookPage p, HasField t NotebookPage p) => HasField (t :: Symbol) NotebookPage p 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

getField :: NotebookPage -> p

(info ~ ResolveNotebookPageMethod t NotebookPage, OverloadedMethodInfo info NotebookPage) => IsLabel t (MethodProxy info NotebookPage) 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

fromLabel :: MethodProxy info NotebookPage

(info ~ ResolveNotebookPageMethod t NotebookPage, OverloadedMethod info NotebookPage p) => IsLabel t (NotebookPage -> p) 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

fromLabel :: NotebookPage -> p

IsGValue (Maybe NotebookPage) 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttributeList NotebookPage = NotebookPageAttributeList
type ParentTypes NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type ParentTypes NotebookPage = '[Object]
type SignalList NotebookPage 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type SignalList NotebookPage = NotebookPageSignalList

class (GObject o, IsDescendantOf NotebookPage o) => IsNotebookPage o #

Instances

Instances details
(GObject o, IsDescendantOf NotebookPage o) => IsNotebookPage o 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

data NotebookPageChildPropertyInfo #

Instances

Instances details
AttrInfo NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageChildPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageChildPropertyInfo = IsWidget
type AttrTransferTypeConstraint NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageChildPropertyInfo = IsWidget
type AttrTransferType NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageChildPropertyInfo = Widget
type AttrLabel NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageChildPropertyInfo = "child"
type AttrOrigin NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageChildPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageChildPropertyInfo = "child"
type AttrOrigin NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageChildPropertyInfo = IsWidget
type AttrTransferType NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageChildPropertyInfo = Widget
type AttrTransferTypeConstraint NotebookPageChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageChildPropertyInfo = IsWidget

data NotebookPageDetachablePropertyInfo #

Instances

Instances details
AttrInfo NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageDetachablePropertyInfo = Bool
type AttrSetTypeConstraint NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageDetachablePropertyInfo = Bool
type AttrLabel NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageDetachablePropertyInfo = "detachable"
type AttrOrigin NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageDetachablePropertyInfo = Bool
type AttrLabel NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageDetachablePropertyInfo = "detachable"
type AttrOrigin NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageDetachablePropertyInfo = Bool
type AttrTransferTypeConstraint NotebookPageDetachablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageDetachablePropertyInfo = Type ~ Bool

data NotebookPageGetChildMethodInfo #

Instances

Instances details
(signature ~ m Widget, MonadIO m, IsNotebookPage a) => OverloadedMethod NotebookPageGetChildMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NotebookPageGetChildMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NotebookPageMenuLabelPropertyInfo #

Instances

Instances details
AttrInfo NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageMenuLabelPropertyInfo = Maybe Text
type AttrSetTypeConstraint NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageMenuLabelPropertyInfo = Text
type AttrLabel NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageMenuLabelPropertyInfo = "menu-label"
type AttrOrigin NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageMenuLabelPropertyInfo = Maybe Text
type AttrLabel NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageMenuLabelPropertyInfo = "menu-label"
type AttrOrigin NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageMenuLabelPropertyInfo = Text
type AttrTransferTypeConstraint NotebookPageMenuLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageMenuLabelPropertyInfo = Type ~ Text

data NotebookPageMenuPropertyInfo #

Instances

Instances details
AttrInfo NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageMenuPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageMenuPropertyInfo = Maybe Widget
type AttrSetTypeConstraint NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageMenuPropertyInfo = IsWidget
type AttrTransferTypeConstraint NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageMenuPropertyInfo = IsWidget
type AttrTransferType NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageMenuPropertyInfo = Widget
type AttrLabel NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageMenuPropertyInfo = "menu"
type AttrOrigin NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageMenuPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageMenuPropertyInfo = Maybe Widget
type AttrLabel NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageMenuPropertyInfo = "menu"
type AttrOrigin NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageMenuPropertyInfo = IsWidget
type AttrTransferType NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageMenuPropertyInfo = Widget
type AttrTransferTypeConstraint NotebookPageMenuPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageMenuPropertyInfo = IsWidget

data NotebookPagePositionPropertyInfo #

Instances

Instances details
AttrInfo NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPagePositionPropertyInfo = IsNotebookPage
type AttrGetType NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPagePositionPropertyInfo = Int32
type AttrSetTypeConstraint NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPagePositionPropertyInfo = Int32
type AttrLabel NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPagePositionPropertyInfo = "position"
type AttrOrigin NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPagePositionPropertyInfo = IsNotebookPage
type AttrGetType NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPagePositionPropertyInfo = Int32
type AttrLabel NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPagePositionPropertyInfo = "position"
type AttrOrigin NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPagePositionPropertyInfo = Int32
type AttrTransferTypeConstraint NotebookPagePositionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPagePositionPropertyInfo = Type ~ Int32

data NotebookPageReorderablePropertyInfo #

Instances

Instances details
AttrInfo NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageReorderablePropertyInfo = Bool
type AttrSetTypeConstraint NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageReorderablePropertyInfo = Bool
type AttrLabel NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageReorderablePropertyInfo = "reorderable"
type AttrOrigin NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageReorderablePropertyInfo = Bool
type AttrLabel NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageReorderablePropertyInfo = "reorderable"
type AttrOrigin NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageReorderablePropertyInfo = Bool
type AttrTransferTypeConstraint NotebookPageReorderablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageReorderablePropertyInfo = Type ~ Bool

data NotebookPageTabExpandPropertyInfo #

Instances

Instances details
AttrInfo NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabExpandPropertyInfo = Bool
type AttrSetTypeConstraint NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabExpandPropertyInfo = Bool
type AttrLabel NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabExpandPropertyInfo = "tab-expand"
type AttrOrigin NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabExpandPropertyInfo = Bool
type AttrLabel NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabExpandPropertyInfo = "tab-expand"
type AttrOrigin NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabExpandPropertyInfo = Bool
type AttrTransferTypeConstraint NotebookPageTabExpandPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageTabExpandPropertyInfo = Type ~ Bool

data NotebookPageTabFillPropertyInfo #

Instances

Instances details
AttrInfo NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageTabFillPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabFillPropertyInfo = Bool
type AttrSetTypeConstraint NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabFillPropertyInfo = Bool
type AttrLabel NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabFillPropertyInfo = "tab-fill"
type AttrOrigin NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageTabFillPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabFillPropertyInfo = Bool
type AttrLabel NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabFillPropertyInfo = "tab-fill"
type AttrOrigin NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabFillPropertyInfo = Bool
type AttrTransferTypeConstraint NotebookPageTabFillPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageTabFillPropertyInfo = Type ~ Bool

data NotebookPageTabLabelPropertyInfo #

Instances

Instances details
AttrInfo NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageTabLabelPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabLabelPropertyInfo = Maybe Text
type AttrSetTypeConstraint NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabLabelPropertyInfo = Text
type AttrLabel NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabLabelPropertyInfo = "tab-label"
type AttrOrigin NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageTabLabelPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabLabelPropertyInfo = Maybe Text
type AttrLabel NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabLabelPropertyInfo = "tab-label"
type AttrOrigin NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabLabelPropertyInfo = Text
type AttrTransferTypeConstraint NotebookPageTabLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageTabLabelPropertyInfo = Type ~ Text

data NotebookPageTabPropertyInfo #

Instances

Instances details
AttrInfo NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Associated Types

type AttrAllowedOps NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageTabPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabPropertyInfo = Maybe Widget
type AttrSetTypeConstraint NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageTabPropertyInfo = IsWidget
type AttrTransferTypeConstraint NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageTabPropertyInfo = IsWidget
type AttrTransferType NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabPropertyInfo = Widget
type AttrLabel NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabPropertyInfo = "tab"
type AttrOrigin NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

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

Defined in GI.Gtk.Objects.NotebookPage

type AttrBaseTypeConstraint NotebookPageTabPropertyInfo = IsNotebookPage
type AttrGetType NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrGetType NotebookPageTabPropertyInfo = Maybe Widget
type AttrLabel NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrLabel NotebookPageTabPropertyInfo = "tab"
type AttrOrigin NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrSetTypeConstraint NotebookPageTabPropertyInfo = IsWidget
type AttrTransferType NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferType NotebookPageTabPropertyInfo = Widget
type AttrTransferTypeConstraint NotebookPageTabPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

type AttrTransferTypeConstraint NotebookPageTabPropertyInfo = IsWidget

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

Equations

ResolveNotebookPageMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveNotebookPageMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveNotebookPageMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveNotebookPageMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveNotebookPageMethod "getv" o = ObjectGetvMethodInfo 
ResolveNotebookPageMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveNotebookPageMethod "notify" o = ObjectNotifyMethodInfo 
ResolveNotebookPageMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveNotebookPageMethod "ref" o = ObjectRefMethodInfo 
ResolveNotebookPageMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveNotebookPageMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveNotebookPageMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveNotebookPageMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveNotebookPageMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveNotebookPageMethod "unref" o = ObjectUnrefMethodInfo 
ResolveNotebookPageMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveNotebookPageMethod "getChild" o = NotebookPageGetChildMethodInfo 
ResolveNotebookPageMethod "getData" o = ObjectGetDataMethodInfo 
ResolveNotebookPageMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveNotebookPageMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveNotebookPageMethod "setData" o = ObjectSetDataMethodInfo 
ResolveNotebookPageMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveNotebookPageMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveNotebookPageMethod l o = MethodResolutionFailed l o :: Type 

clearNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m () #

clearNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m () #

constructNotebookPageChild :: (IsNotebookPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) #

constructNotebookPageDetachable :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookPageMenu :: (IsNotebookPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) #

constructNotebookPageMenuLabel :: (IsNotebookPage o, MonadIO m) => Text -> m (GValueConstruct o) #

constructNotebookPagePosition :: (IsNotebookPage o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructNotebookPageReorderable :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookPageTab :: (IsNotebookPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) #

constructNotebookPageTabExpand :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookPageTabFill :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNotebookPageTabLabel :: (IsNotebookPage o, MonadIO m) => Text -> m (GValueConstruct o) #

getNotebookPageChild :: (MonadIO m, IsNotebookPage o) => o -> m Widget #

getNotebookPageDetachable :: (MonadIO m, IsNotebookPage o) => o -> m Bool #

getNotebookPageMenu :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Widget) #

getNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Text) #

getNotebookPagePosition :: (MonadIO m, IsNotebookPage o) => o -> m Int32 #

getNotebookPageReorderable :: (MonadIO m, IsNotebookPage o) => o -> m Bool #

getNotebookPageTab :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Widget) #

getNotebookPageTabExpand :: (MonadIO m, IsNotebookPage o) => o -> m Bool #

getNotebookPageTabFill :: (MonadIO m, IsNotebookPage o) => o -> m Bool #

getNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Text) #

notebookPageChild :: AttrLabelProxy "child" #

notebookPageDetachable :: AttrLabelProxy "detachable" #

notebookPageGetChild :: (HasCallStack, MonadIO m, IsNotebookPage a) => a -> m Widget #

notebookPageMenu :: AttrLabelProxy "menu" #

notebookPageMenuLabel :: AttrLabelProxy "menuLabel" #

notebookPagePosition :: AttrLabelProxy "position" #

notebookPageReorderable :: AttrLabelProxy "reorderable" #

notebookPageTab :: AttrLabelProxy "tab" #

notebookPageTabExpand :: AttrLabelProxy "tabExpand" #

notebookPageTabFill :: AttrLabelProxy "tabFill" #

notebookPageTabLabel :: AttrLabelProxy "tabLabel" #

setNotebookPageDetachable :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () #

setNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m () #

setNotebookPagePosition :: (MonadIO m, IsNotebookPage o) => o -> Int32 -> m () #

setNotebookPageReorderable :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () #

setNotebookPageTabExpand :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () #

setNotebookPageTabFill :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () #

setNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m () #

toNotebookPage :: (MonadIO m, IsNotebookPage o) => o -> m NotebookPage #