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

GI.Gtk.Objects.Inscription

Description

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

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

Documentation

newtype Inscription #

Instances

Instances details
Eq Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

(==) :: Inscription -> Inscription -> Bool

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

GObject Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

ManagedPtrNewtype Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

TypedObject Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

glibType :: IO GType #

HasParentTypes Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

HasAttributeList Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

(info ~ ResolveInscriptionMethod t Inscription, OverloadedMethod info Inscription p, HasField t Inscription p) => HasField (t :: Symbol) Inscription p 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

getField :: Inscription -> p

(info ~ ResolveInscriptionMethod t Inscription, OverloadedMethodInfo info Inscription) => IsLabel t (MethodProxy info Inscription) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

fromLabel :: MethodProxy info Inscription

(info ~ ResolveInscriptionMethod t Inscription, OverloadedMethod info Inscription p) => IsLabel t (Inscription -> p) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

fromLabel :: Inscription -> p

IsGValue (Maybe Inscription) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttributeList Inscription = InscriptionAttributeList
type ParentTypes Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

type SignalList Inscription 
Instance details

Defined in GI.Gtk.Objects.Inscription

type SignalList Inscription = InscriptionSignalList

data InscriptionAttributesPropertyInfo #

Instances

Instances details
AttrInfo InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionAttributesPropertyInfo = IsInscription
type AttrGetType InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionAttributesPropertyInfo = Maybe AttrList
type AttrSetTypeConstraint InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionAttributesPropertyInfo = Type ~ AttrList
type AttrTransferTypeConstraint InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionAttributesPropertyInfo = Type ~ AttrList
type AttrTransferType InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionAttributesPropertyInfo = AttrList
type AttrLabel InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionAttributesPropertyInfo = "attributes"
type AttrOrigin InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionAttributesPropertyInfo = IsInscription
type AttrGetType InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionAttributesPropertyInfo = Maybe AttrList
type AttrLabel InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionAttributesPropertyInfo = "attributes"
type AttrOrigin InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionAttributesPropertyInfo = Type ~ AttrList
type AttrTransferType InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionAttributesPropertyInfo = AttrList
type AttrTransferTypeConstraint InscriptionAttributesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionAttributesPropertyInfo = Type ~ AttrList

data InscriptionGetAttributesMethodInfo #

Instances

Instances details
(signature ~ m (Maybe AttrList), MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetAttributesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetAttributesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetMinCharsMethodInfo #

Instances

Instances details
(signature ~ m Word32, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetMinCharsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetMinCharsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetMinLinesMethodInfo #

Instances

Instances details
(signature ~ m Word32, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetMinLinesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetMinLinesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetNatCharsMethodInfo #

Instances

Instances details
(signature ~ m Word32, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetNatCharsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetNatCharsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetNatLinesMethodInfo #

Instances

Instances details
(signature ~ m Word32, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetNatLinesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetNatLinesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetTextMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetTextOverflowMethodInfo #

Instances

Instances details
(signature ~ m InscriptionOverflow, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetTextOverflowMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetTextOverflowMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetWrapModeMethodInfo #

Instances

Instances details
(signature ~ m WrapMode, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetWrapModeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetWrapModeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetXalignMethodInfo #

Instances

Instances details
(signature ~ m Float, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetXalignMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetXalignMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionGetYalignMethodInfo #

Instances

Instances details
(signature ~ m Float, MonadIO m, IsInscription a) => OverloadedMethod InscriptionGetYalignMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionGetYalignMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionMarkupPropertyInfo #

Instances

Instances details
AttrInfo InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionMarkupPropertyInfo = IsInscription
type AttrGetType InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionMarkupPropertyInfo = ()
type AttrSetTypeConstraint InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionMarkupPropertyInfo = Text
type AttrLabel InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionMarkupPropertyInfo = "markup"
type AttrOrigin InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionMarkupPropertyInfo = IsInscription
type AttrGetType InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionMarkupPropertyInfo = ()
type AttrLabel InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionMarkupPropertyInfo = "markup"
type AttrOrigin InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionMarkupPropertyInfo = Text
type AttrTransferTypeConstraint InscriptionMarkupPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionMarkupPropertyInfo = Type ~ Text

data InscriptionMinCharsPropertyInfo #

Instances

Instances details
AttrInfo InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionMinCharsPropertyInfo = IsInscription
type AttrGetType InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionMinCharsPropertyInfo = Word32
type AttrSetTypeConstraint InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionMinCharsPropertyInfo = Type ~ Word32
type AttrTransferTypeConstraint InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionMinCharsPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionMinCharsPropertyInfo = Word32
type AttrLabel InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionMinCharsPropertyInfo = "min-chars"
type AttrOrigin InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionMinCharsPropertyInfo = IsInscription
type AttrGetType InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionMinCharsPropertyInfo = Word32
type AttrLabel InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionMinCharsPropertyInfo = "min-chars"
type AttrOrigin InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionMinCharsPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionMinCharsPropertyInfo = Word32
type AttrTransferTypeConstraint InscriptionMinCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionMinCharsPropertyInfo = Type ~ Word32

data InscriptionMinLinesPropertyInfo #

Instances

Instances details
AttrInfo InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionMinLinesPropertyInfo = IsInscription
type AttrGetType InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionMinLinesPropertyInfo = Word32
type AttrSetTypeConstraint InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionMinLinesPropertyInfo = Type ~ Word32
type AttrTransferTypeConstraint InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionMinLinesPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionMinLinesPropertyInfo = Word32
type AttrLabel InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionMinLinesPropertyInfo = "min-lines"
type AttrOrigin InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionMinLinesPropertyInfo = IsInscription
type AttrGetType InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionMinLinesPropertyInfo = Word32
type AttrLabel InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionMinLinesPropertyInfo = "min-lines"
type AttrOrigin InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionMinLinesPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionMinLinesPropertyInfo = Word32
type AttrTransferTypeConstraint InscriptionMinLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionMinLinesPropertyInfo = Type ~ Word32

data InscriptionNatCharsPropertyInfo #

Instances

Instances details
AttrInfo InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionNatCharsPropertyInfo = IsInscription
type AttrGetType InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionNatCharsPropertyInfo = Word32
type AttrSetTypeConstraint InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionNatCharsPropertyInfo = Type ~ Word32
type AttrTransferTypeConstraint InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionNatCharsPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionNatCharsPropertyInfo = Word32
type AttrLabel InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionNatCharsPropertyInfo = "nat-chars"
type AttrOrigin InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionNatCharsPropertyInfo = IsInscription
type AttrGetType InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionNatCharsPropertyInfo = Word32
type AttrLabel InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionNatCharsPropertyInfo = "nat-chars"
type AttrOrigin InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionNatCharsPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionNatCharsPropertyInfo = Word32
type AttrTransferTypeConstraint InscriptionNatCharsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionNatCharsPropertyInfo = Type ~ Word32

data InscriptionNatLinesPropertyInfo #

Instances

Instances details
AttrInfo InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionNatLinesPropertyInfo = IsInscription
type AttrGetType InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionNatLinesPropertyInfo = Word32
type AttrSetTypeConstraint InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionNatLinesPropertyInfo = Type ~ Word32
type AttrTransferTypeConstraint InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionNatLinesPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionNatLinesPropertyInfo = Word32
type AttrLabel InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionNatLinesPropertyInfo = "nat-lines"
type AttrOrigin InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionNatLinesPropertyInfo = IsInscription
type AttrGetType InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionNatLinesPropertyInfo = Word32
type AttrLabel InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionNatLinesPropertyInfo = "nat-lines"
type AttrOrigin InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionNatLinesPropertyInfo = Type ~ Word32
type AttrTransferType InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionNatLinesPropertyInfo = Word32
type AttrTransferTypeConstraint InscriptionNatLinesPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionNatLinesPropertyInfo = Type ~ Word32

data InscriptionSetAttributesMethodInfo #

Instances

Instances details
(signature ~ (Maybe AttrList -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetAttributesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetAttributesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetMarkupMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetMarkupMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetMinCharsMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetMinCharsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetMinCharsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetMinLinesMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetMinLinesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetMinLinesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetNatCharsMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetNatCharsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetNatCharsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetNatLinesMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetNatLinesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetNatLinesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetTextMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetTextOverflowMethodInfo #

Instances

Instances details
(signature ~ (InscriptionOverflow -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetTextOverflowMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetTextOverflowMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetWrapModeMethodInfo #

Instances

Instances details
(signature ~ (WrapMode -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetWrapModeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetWrapModeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetXalignMethodInfo #

Instances

Instances details
(signature ~ (Float -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetXalignMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetXalignMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionSetYalignMethodInfo #

Instances

Instances details
(signature ~ (Float -> m ()), MonadIO m, IsInscription a) => OverloadedMethod InscriptionSetYalignMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo InscriptionSetYalignMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data InscriptionTextOverflowPropertyInfo #

Instances

Instances details
AttrInfo InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionTextOverflowPropertyInfo = Type ~ InscriptionOverflow
type AttrTransferTypeConstraint InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionTextOverflowPropertyInfo = Type ~ InscriptionOverflow
type AttrTransferType InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionTextOverflowPropertyInfo = "text-overflow"
type AttrOrigin InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionTextOverflowPropertyInfo = "text-overflow"
type AttrOrigin InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionTextOverflowPropertyInfo = Type ~ InscriptionOverflow
type AttrTransferType InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionTextOverflowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionTextOverflowPropertyInfo = Type ~ InscriptionOverflow

data InscriptionTextPropertyInfo #

Instances

Instances details
AttrInfo InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionTextPropertyInfo = IsInscription
type AttrGetType InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionTextPropertyInfo = Maybe Text
type AttrSetTypeConstraint InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionTextPropertyInfo = Text
type AttrLabel InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionTextPropertyInfo = "text"
type AttrOrigin InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionTextPropertyInfo = IsInscription
type AttrGetType InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionTextPropertyInfo = Maybe Text
type AttrLabel InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionTextPropertyInfo = "text"
type AttrOrigin InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionTextPropertyInfo = Text
type AttrTransferTypeConstraint InscriptionTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionTextPropertyInfo = Type ~ Text

data InscriptionWrapModePropertyInfo #

Instances

Instances details
AttrInfo InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionWrapModePropertyInfo = IsInscription
type AttrGetType InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionWrapModePropertyInfo = WrapMode
type AttrSetTypeConstraint InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionWrapModePropertyInfo = Type ~ WrapMode
type AttrTransferTypeConstraint InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionWrapModePropertyInfo = Type ~ WrapMode
type AttrTransferType InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionWrapModePropertyInfo = WrapMode
type AttrLabel InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionWrapModePropertyInfo = "wrap-mode"
type AttrOrigin InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionWrapModePropertyInfo = IsInscription
type AttrGetType InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionWrapModePropertyInfo = WrapMode
type AttrLabel InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionWrapModePropertyInfo = "wrap-mode"
type AttrOrigin InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionWrapModePropertyInfo = Type ~ WrapMode
type AttrTransferType InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionWrapModePropertyInfo = WrapMode
type AttrTransferTypeConstraint InscriptionWrapModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionWrapModePropertyInfo = Type ~ WrapMode

data InscriptionXalignPropertyInfo #

Instances

Instances details
AttrInfo InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionXalignPropertyInfo = IsInscription
type AttrGetType InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionXalignPropertyInfo = Float
type AttrSetTypeConstraint InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionXalignPropertyInfo = Type ~ Float
type AttrTransferTypeConstraint InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionXalignPropertyInfo = Type ~ Float
type AttrTransferType InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionXalignPropertyInfo = Float
type AttrLabel InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionXalignPropertyInfo = "xalign"
type AttrOrigin InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionXalignPropertyInfo = IsInscription
type AttrGetType InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionXalignPropertyInfo = Float
type AttrLabel InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionXalignPropertyInfo = "xalign"
type AttrOrigin InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionXalignPropertyInfo = Type ~ Float
type AttrTransferType InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionXalignPropertyInfo = Float
type AttrTransferTypeConstraint InscriptionXalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionXalignPropertyInfo = Type ~ Float

data InscriptionYalignPropertyInfo #

Instances

Instances details
AttrInfo InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Associated Types

type AttrAllowedOps InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionYalignPropertyInfo = IsInscription
type AttrGetType InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionYalignPropertyInfo = Float
type AttrSetTypeConstraint InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionYalignPropertyInfo = Type ~ Float
type AttrTransferTypeConstraint InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionYalignPropertyInfo = Type ~ Float
type AttrTransferType InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionYalignPropertyInfo = Float
type AttrLabel InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionYalignPropertyInfo = "yalign"
type AttrOrigin InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Defined in GI.Gtk.Objects.Inscription

type AttrBaseTypeConstraint InscriptionYalignPropertyInfo = IsInscription
type AttrGetType InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrGetType InscriptionYalignPropertyInfo = Float
type AttrLabel InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrLabel InscriptionYalignPropertyInfo = "yalign"
type AttrOrigin InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrSetTypeConstraint InscriptionYalignPropertyInfo = Type ~ Float
type AttrTransferType InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferType InscriptionYalignPropertyInfo = Float
type AttrTransferTypeConstraint InscriptionYalignPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Inscription

type AttrTransferTypeConstraint InscriptionYalignPropertyInfo = Type ~ Float

class (GObject o, IsDescendantOf Inscription o) => IsInscription o #

Instances

Instances details
(GObject o, IsDescendantOf Inscription o) => IsInscription o 
Instance details

Defined in GI.Gtk.Objects.Inscription

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

Equations

ResolveInscriptionMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo 
ResolveInscriptionMethod "activate" o = WidgetActivateMethodInfo 
ResolveInscriptionMethod "activateAction" o = WidgetActivateActionMethodInfo 
ResolveInscriptionMethod "activateDefault" o = WidgetActivateDefaultMethodInfo 
ResolveInscriptionMethod "addController" o = WidgetAddControllerMethodInfo 
ResolveInscriptionMethod "addCssClass" o = WidgetAddCssClassMethodInfo 
ResolveInscriptionMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo 
ResolveInscriptionMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo 
ResolveInscriptionMethod "allocate" o = WidgetAllocateMethodInfo 
ResolveInscriptionMethod "announce" o = AccessibleAnnounceMethodInfo 
ResolveInscriptionMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveInscriptionMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveInscriptionMethod "childFocus" o = WidgetChildFocusMethodInfo 
ResolveInscriptionMethod "computeBounds" o = WidgetComputeBoundsMethodInfo 
ResolveInscriptionMethod "computeExpand" o = WidgetComputeExpandMethodInfo 
ResolveInscriptionMethod "computePoint" o = WidgetComputePointMethodInfo 
ResolveInscriptionMethod "computeTransform" o = WidgetComputeTransformMethodInfo 
ResolveInscriptionMethod "contains" o = WidgetContainsMethodInfo 
ResolveInscriptionMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo 
ResolveInscriptionMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo 
ResolveInscriptionMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo 
ResolveInscriptionMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo 
ResolveInscriptionMethod "errorBell" o = WidgetErrorBellMethodInfo 
ResolveInscriptionMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveInscriptionMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveInscriptionMethod "getv" o = ObjectGetvMethodInfo 
ResolveInscriptionMethod "grabFocus" o = WidgetGrabFocusMethodInfo 
ResolveInscriptionMethod "hasCssClass" o = WidgetHasCssClassMethodInfo 
ResolveInscriptionMethod "hasDefault" o = WidgetHasDefaultMethodInfo 
ResolveInscriptionMethod "hasFocus" o = WidgetHasFocusMethodInfo 
ResolveInscriptionMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo 
ResolveInscriptionMethod "hide" o = WidgetHideMethodInfo 
ResolveInscriptionMethod "inDestruction" o = WidgetInDestructionMethodInfo 
ResolveInscriptionMethod "initTemplate" o = WidgetInitTemplateMethodInfo 
ResolveInscriptionMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo 
ResolveInscriptionMethod "insertAfter" o = WidgetInsertAfterMethodInfo 
ResolveInscriptionMethod "insertBefore" o = WidgetInsertBeforeMethodInfo 
ResolveInscriptionMethod "isAncestor" o = WidgetIsAncestorMethodInfo 
ResolveInscriptionMethod "isDrawable" o = WidgetIsDrawableMethodInfo 
ResolveInscriptionMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveInscriptionMethod "isFocus" o = WidgetIsFocusMethodInfo 
ResolveInscriptionMethod "isSensitive" o = WidgetIsSensitiveMethodInfo 
ResolveInscriptionMethod "isVisible" o = WidgetIsVisibleMethodInfo 
ResolveInscriptionMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo 
ResolveInscriptionMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo 
ResolveInscriptionMethod "map" o = WidgetMapMethodInfo 
ResolveInscriptionMethod "measure" o = WidgetMeasureMethodInfo 
ResolveInscriptionMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo 
ResolveInscriptionMethod "notify" o = ObjectNotifyMethodInfo 
ResolveInscriptionMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveInscriptionMethod "observeChildren" o = WidgetObserveChildrenMethodInfo 
ResolveInscriptionMethod "observeControllers" o = WidgetObserveControllersMethodInfo 
ResolveInscriptionMethod "pick" o = WidgetPickMethodInfo 
ResolveInscriptionMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo 
ResolveInscriptionMethod "queueDraw" o = WidgetQueueDrawMethodInfo 
ResolveInscriptionMethod "queueResize" o = WidgetQueueResizeMethodInfo 
ResolveInscriptionMethod "realize" o = WidgetRealizeMethodInfo 
ResolveInscriptionMethod "ref" o = ObjectRefMethodInfo 
ResolveInscriptionMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveInscriptionMethod "removeController" o = WidgetRemoveControllerMethodInfo 
ResolveInscriptionMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo 
ResolveInscriptionMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo 
ResolveInscriptionMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo 
ResolveInscriptionMethod "resetProperty" o = AccessibleResetPropertyMethodInfo 
ResolveInscriptionMethod "resetRelation" o = AccessibleResetRelationMethodInfo 
ResolveInscriptionMethod "resetState" o = AccessibleResetStateMethodInfo 
ResolveInscriptionMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveInscriptionMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo 
ResolveInscriptionMethod "show" o = WidgetShowMethodInfo 
ResolveInscriptionMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo 
ResolveInscriptionMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo 
ResolveInscriptionMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveInscriptionMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveInscriptionMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveInscriptionMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo 
ResolveInscriptionMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo 
ResolveInscriptionMethod "unmap" o = WidgetUnmapMethodInfo 
ResolveInscriptionMethod "unparent" o = WidgetUnparentMethodInfo 
ResolveInscriptionMethod "unrealize" o = WidgetUnrealizeMethodInfo 
ResolveInscriptionMethod "unref" o = ObjectUnrefMethodInfo 
ResolveInscriptionMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo 
ResolveInscriptionMethod "updateCaretPosition" o = AccessibleTextUpdateCaretPositionMethodInfo 
ResolveInscriptionMethod "updateContents" o = AccessibleTextUpdateContentsMethodInfo 
ResolveInscriptionMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo 
ResolveInscriptionMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo 
ResolveInscriptionMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo 
ResolveInscriptionMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo 
ResolveInscriptionMethod "updateSelectionBound" o = AccessibleTextUpdateSelectionBoundMethodInfo 
ResolveInscriptionMethod "updateState" o = AccessibleUpdateStateMethodInfo 
ResolveInscriptionMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveInscriptionMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo 
ResolveInscriptionMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo 
ResolveInscriptionMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo 
ResolveInscriptionMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo 
ResolveInscriptionMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo 
ResolveInscriptionMethod "getAllocation" o = WidgetGetAllocationMethodInfo 
ResolveInscriptionMethod "getAncestor" o = WidgetGetAncestorMethodInfo 
ResolveInscriptionMethod "getAtContext" o = AccessibleGetAtContextMethodInfo 
ResolveInscriptionMethod "getAttributes" o = InscriptionGetAttributesMethodInfo 
ResolveInscriptionMethod "getBaseline" o = WidgetGetBaselineMethodInfo 
ResolveInscriptionMethod "getBounds" o = AccessibleGetBoundsMethodInfo 
ResolveInscriptionMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo 
ResolveInscriptionMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo 
ResolveInscriptionMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo 
ResolveInscriptionMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo 
ResolveInscriptionMethod "getClipboard" o = WidgetGetClipboardMethodInfo 
ResolveInscriptionMethod "getColor" o = WidgetGetColorMethodInfo 
ResolveInscriptionMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo 
ResolveInscriptionMethod "getCssName" o = WidgetGetCssNameMethodInfo 
ResolveInscriptionMethod "getCursor" o = WidgetGetCursorMethodInfo 
ResolveInscriptionMethod "getData" o = ObjectGetDataMethodInfo 
ResolveInscriptionMethod "getDirection" o = WidgetGetDirectionMethodInfo 
ResolveInscriptionMethod "getDisplay" o = WidgetGetDisplayMethodInfo 
ResolveInscriptionMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo 
ResolveInscriptionMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo 
ResolveInscriptionMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo 
ResolveInscriptionMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo 
ResolveInscriptionMethod "getFocusable" o = WidgetGetFocusableMethodInfo 
ResolveInscriptionMethod "getFontMap" o = WidgetGetFontMapMethodInfo 
ResolveInscriptionMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo 
ResolveInscriptionMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo 
ResolveInscriptionMethod "getHalign" o = WidgetGetHalignMethodInfo 
ResolveInscriptionMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo 
ResolveInscriptionMethod "getHeight" o = WidgetGetHeightMethodInfo 
ResolveInscriptionMethod "getHexpand" o = WidgetGetHexpandMethodInfo 
ResolveInscriptionMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo 
ResolveInscriptionMethod "getLastChild" o = WidgetGetLastChildMethodInfo 
ResolveInscriptionMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo 
ResolveInscriptionMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo 
ResolveInscriptionMethod "getMapped" o = WidgetGetMappedMethodInfo 
ResolveInscriptionMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo 
ResolveInscriptionMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo 
ResolveInscriptionMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo 
ResolveInscriptionMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo 
ResolveInscriptionMethod "getMinChars" o = InscriptionGetMinCharsMethodInfo 
ResolveInscriptionMethod "getMinLines" o = InscriptionGetMinLinesMethodInfo 
ResolveInscriptionMethod "getName" o = WidgetGetNameMethodInfo 
ResolveInscriptionMethod "getNatChars" o = InscriptionGetNatCharsMethodInfo 
ResolveInscriptionMethod "getNatLines" o = InscriptionGetNatLinesMethodInfo 
ResolveInscriptionMethod "getNative" o = WidgetGetNativeMethodInfo 
ResolveInscriptionMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo 
ResolveInscriptionMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo 
ResolveInscriptionMethod "getOpacity" o = WidgetGetOpacityMethodInfo 
ResolveInscriptionMethod "getOverflow" o = WidgetGetOverflowMethodInfo 
ResolveInscriptionMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo 
ResolveInscriptionMethod "getParent" o = WidgetGetParentMethodInfo 
ResolveInscriptionMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo 
ResolveInscriptionMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo 
ResolveInscriptionMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo 
ResolveInscriptionMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo 
ResolveInscriptionMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveInscriptionMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveInscriptionMethod "getRealized" o = WidgetGetRealizedMethodInfo 
ResolveInscriptionMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo 
ResolveInscriptionMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo 
ResolveInscriptionMethod "getRoot" o = WidgetGetRootMethodInfo 
ResolveInscriptionMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo 
ResolveInscriptionMethod "getSensitive" o = WidgetGetSensitiveMethodInfo 
ResolveInscriptionMethod "getSettings" o = WidgetGetSettingsMethodInfo 
ResolveInscriptionMethod "getSize" o = WidgetGetSizeMethodInfo 
ResolveInscriptionMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo 
ResolveInscriptionMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo 
ResolveInscriptionMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo 
ResolveInscriptionMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo 
ResolveInscriptionMethod "getText" o = InscriptionGetTextMethodInfo 
ResolveInscriptionMethod "getTextOverflow" o = InscriptionGetTextOverflowMethodInfo 
ResolveInscriptionMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo 
ResolveInscriptionMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo 
ResolveInscriptionMethod "getValign" o = WidgetGetValignMethodInfo 
ResolveInscriptionMethod "getVexpand" o = WidgetGetVexpandMethodInfo 
ResolveInscriptionMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo 
ResolveInscriptionMethod "getVisible" o = WidgetGetVisibleMethodInfo 
ResolveInscriptionMethod "getWidth" o = WidgetGetWidthMethodInfo 
ResolveInscriptionMethod "getWrapMode" o = InscriptionGetWrapModeMethodInfo 
ResolveInscriptionMethod "getXalign" o = InscriptionGetXalignMethodInfo 
ResolveInscriptionMethod "getYalign" o = InscriptionGetYalignMethodInfo 
ResolveInscriptionMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo 
ResolveInscriptionMethod "setAttributes" o = InscriptionSetAttributesMethodInfo 
ResolveInscriptionMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo 
ResolveInscriptionMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo 
ResolveInscriptionMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo 
ResolveInscriptionMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo 
ResolveInscriptionMethod "setCursor" o = WidgetSetCursorMethodInfo 
ResolveInscriptionMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo 
ResolveInscriptionMethod "setData" o = ObjectSetDataMethodInfo 
ResolveInscriptionMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveInscriptionMethod "setDirection" o = WidgetSetDirectionMethodInfo 
ResolveInscriptionMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo 
ResolveInscriptionMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo 
ResolveInscriptionMethod "setFocusable" o = WidgetSetFocusableMethodInfo 
ResolveInscriptionMethod "setFontMap" o = WidgetSetFontMapMethodInfo 
ResolveInscriptionMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo 
ResolveInscriptionMethod "setHalign" o = WidgetSetHalignMethodInfo 
ResolveInscriptionMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo 
ResolveInscriptionMethod "setHexpand" o = WidgetSetHexpandMethodInfo 
ResolveInscriptionMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo 
ResolveInscriptionMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo 
ResolveInscriptionMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo 
ResolveInscriptionMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo 
ResolveInscriptionMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo 
ResolveInscriptionMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo 
ResolveInscriptionMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo 
ResolveInscriptionMethod "setMarkup" o = InscriptionSetMarkupMethodInfo 
ResolveInscriptionMethod "setMinChars" o = InscriptionSetMinCharsMethodInfo 
ResolveInscriptionMethod "setMinLines" o = InscriptionSetMinLinesMethodInfo 
ResolveInscriptionMethod "setName" o = WidgetSetNameMethodInfo 
ResolveInscriptionMethod "setNatChars" o = InscriptionSetNatCharsMethodInfo 
ResolveInscriptionMethod "setNatLines" o = InscriptionSetNatLinesMethodInfo 
ResolveInscriptionMethod "setOpacity" o = WidgetSetOpacityMethodInfo 
ResolveInscriptionMethod "setOverflow" o = WidgetSetOverflowMethodInfo 
ResolveInscriptionMethod "setParent" o = WidgetSetParentMethodInfo 
ResolveInscriptionMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveInscriptionMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo 
ResolveInscriptionMethod "setSensitive" o = WidgetSetSensitiveMethodInfo 
ResolveInscriptionMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo 
ResolveInscriptionMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo 
ResolveInscriptionMethod "setText" o = InscriptionSetTextMethodInfo 
ResolveInscriptionMethod "setTextOverflow" o = InscriptionSetTextOverflowMethodInfo 
ResolveInscriptionMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo 
ResolveInscriptionMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo 
ResolveInscriptionMethod "setValign" o = WidgetSetValignMethodInfo 
ResolveInscriptionMethod "setVexpand" o = WidgetSetVexpandMethodInfo 
ResolveInscriptionMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo 
ResolveInscriptionMethod "setVisible" o = WidgetSetVisibleMethodInfo 
ResolveInscriptionMethod "setWrapMode" o = InscriptionSetWrapModeMethodInfo 
ResolveInscriptionMethod "setXalign" o = InscriptionSetXalignMethodInfo 
ResolveInscriptionMethod "setYalign" o = InscriptionSetYalignMethodInfo 
ResolveInscriptionMethod l o = MethodResolutionFailed l o :: Type 

clearInscriptionAttributes :: (MonadIO m, IsInscription o) => o -> m () #

clearInscriptionMarkup :: (MonadIO m, IsInscription o) => o -> m () #

clearInscriptionText :: (MonadIO m, IsInscription o) => o -> m () #

constructInscriptionAttributes :: (IsInscription o, MonadIO m) => AttrList -> m (GValueConstruct o) #

constructInscriptionMarkup :: (IsInscription o, MonadIO m) => Text -> m (GValueConstruct o) #

constructInscriptionMinChars :: (IsInscription o, MonadIO m) => Word32 -> m (GValueConstruct o) #

constructInscriptionMinLines :: (IsInscription o, MonadIO m) => Word32 -> m (GValueConstruct o) #

constructInscriptionNatChars :: (IsInscription o, MonadIO m) => Word32 -> m (GValueConstruct o) #

constructInscriptionNatLines :: (IsInscription o, MonadIO m) => Word32 -> m (GValueConstruct o) #

constructInscriptionText :: (IsInscription o, MonadIO m) => Text -> m (GValueConstruct o) #

constructInscriptionTextOverflow :: (IsInscription o, MonadIO m) => InscriptionOverflow -> m (GValueConstruct o) #

constructInscriptionWrapMode :: (IsInscription o, MonadIO m) => WrapMode -> m (GValueConstruct o) #

constructInscriptionXalign :: (IsInscription o, MonadIO m) => Float -> m (GValueConstruct o) #

constructInscriptionYalign :: (IsInscription o, MonadIO m) => Float -> m (GValueConstruct o) #

getInscriptionAttributes :: (MonadIO m, IsInscription o) => o -> m (Maybe AttrList) #

getInscriptionMinChars :: (MonadIO m, IsInscription o) => o -> m Word32 #

getInscriptionMinLines :: (MonadIO m, IsInscription o) => o -> m Word32 #

getInscriptionNatChars :: (MonadIO m, IsInscription o) => o -> m Word32 #

getInscriptionNatLines :: (MonadIO m, IsInscription o) => o -> m Word32 #

getInscriptionText :: (MonadIO m, IsInscription o) => o -> m (Maybe Text) #

getInscriptionWrapMode :: (MonadIO m, IsInscription o) => o -> m WrapMode #

getInscriptionXalign :: (MonadIO m, IsInscription o) => o -> m Float #

getInscriptionYalign :: (MonadIO m, IsInscription o) => o -> m Float #

inscriptionAttributes :: AttrLabelProxy "attributes" #

inscriptionGetAttributes :: (HasCallStack, MonadIO m, IsInscription a) => a -> m (Maybe AttrList) #

inscriptionGetMinChars :: (HasCallStack, MonadIO m, IsInscription a) => a -> m Word32 #

inscriptionGetMinLines :: (HasCallStack, MonadIO m, IsInscription a) => a -> m Word32 #

inscriptionGetNatChars :: (HasCallStack, MonadIO m, IsInscription a) => a -> m Word32 #

inscriptionGetNatLines :: (HasCallStack, MonadIO m, IsInscription a) => a -> m Word32 #

inscriptionGetText :: (HasCallStack, MonadIO m, IsInscription a) => a -> m (Maybe Text) #

inscriptionGetTextOverflow :: (HasCallStack, MonadIO m, IsInscription a) => a -> m InscriptionOverflow #

inscriptionGetWrapMode :: (HasCallStack, MonadIO m, IsInscription a) => a -> m WrapMode #

inscriptionGetXalign :: (HasCallStack, MonadIO m, IsInscription a) => a -> m Float #

inscriptionGetYalign :: (HasCallStack, MonadIO m, IsInscription a) => a -> m Float #

inscriptionMarkup :: AttrLabelProxy "markup" #

inscriptionMinChars :: AttrLabelProxy "minChars" #

inscriptionMinLines :: AttrLabelProxy "minLines" #

inscriptionNatChars :: AttrLabelProxy "natChars" #

inscriptionNatLines :: AttrLabelProxy "natLines" #

inscriptionNew :: (HasCallStack, MonadIO m) => Maybe Text -> m Inscription #

inscriptionSetAttributes :: (HasCallStack, MonadIO m, IsInscription a) => a -> Maybe AttrList -> m () #

inscriptionSetMarkup :: (HasCallStack, MonadIO m, IsInscription a) => a -> Maybe Text -> m () #

inscriptionSetMinChars :: (HasCallStack, MonadIO m, IsInscription a) => a -> Word32 -> m () #

inscriptionSetMinLines :: (HasCallStack, MonadIO m, IsInscription a) => a -> Word32 -> m () #

inscriptionSetNatChars :: (HasCallStack, MonadIO m, IsInscription a) => a -> Word32 -> m () #

inscriptionSetNatLines :: (HasCallStack, MonadIO m, IsInscription a) => a -> Word32 -> m () #

inscriptionSetText :: (HasCallStack, MonadIO m, IsInscription a) => a -> Maybe Text -> m () #

inscriptionSetTextOverflow :: (HasCallStack, MonadIO m, IsInscription a) => a -> InscriptionOverflow -> m () #

inscriptionSetWrapMode :: (HasCallStack, MonadIO m, IsInscription a) => a -> WrapMode -> m () #

inscriptionSetXalign :: (HasCallStack, MonadIO m, IsInscription a) => a -> Float -> m () #

inscriptionSetYalign :: (HasCallStack, MonadIO m, IsInscription a) => a -> Float -> m () #

inscriptionText :: AttrLabelProxy "text" #

inscriptionTextOverflow :: AttrLabelProxy "textOverflow" #

inscriptionWrapMode :: AttrLabelProxy "wrapMode" #

inscriptionXalign :: AttrLabelProxy "xalign" #

inscriptionYalign :: AttrLabelProxy "yalign" #

setInscriptionAttributes :: (MonadIO m, IsInscription o) => o -> AttrList -> m () #

setInscriptionMarkup :: (MonadIO m, IsInscription o) => o -> Text -> m () #

setInscriptionMinChars :: (MonadIO m, IsInscription o) => o -> Word32 -> m () #

setInscriptionMinLines :: (MonadIO m, IsInscription o) => o -> Word32 -> m () #

setInscriptionNatChars :: (MonadIO m, IsInscription o) => o -> Word32 -> m () #

setInscriptionNatLines :: (MonadIO m, IsInscription o) => o -> Word32 -> m () #

setInscriptionText :: (MonadIO m, IsInscription o) => o -> Text -> m () #

setInscriptionWrapMode :: (MonadIO m, IsInscription o) => o -> WrapMode -> m () #

setInscriptionXalign :: (MonadIO m, IsInscription o) => o -> Float -> m () #

setInscriptionYalign :: (MonadIO m, IsInscription o) => o -> Float -> m () #

toInscription :: (MonadIO m, IsInscription o) => o -> m Inscription #