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

GI.Gtk.Objects.CellAreaContext

Description

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

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

Documentation

newtype CellAreaContext #

Instances

Instances details
Eq CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

GObject CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

ManagedPtrNewtype CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

TypedObject CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

glibType :: IO GType #

HasParentTypes CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

HasAttributeList CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

(info ~ ResolveCellAreaContextMethod t CellAreaContext, OverloadedMethod info CellAreaContext p, HasField t CellAreaContext p) => HasField (t :: Symbol) CellAreaContext p 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

getField :: CellAreaContext -> p

(info ~ ResolveCellAreaContextMethod t CellAreaContext, OverloadedMethodInfo info CellAreaContext) => IsLabel t (MethodProxy info CellAreaContext) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

fromLabel :: MethodProxy info CellAreaContext

(info ~ ResolveCellAreaContextMethod t CellAreaContext, OverloadedMethod info CellAreaContext p) => IsLabel t (CellAreaContext -> p) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

fromLabel :: CellAreaContext -> p

IsGValue (Maybe CellAreaContext) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttributeList CellAreaContext = CellAreaContextAttributeList
type ParentTypes CellAreaContext 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type SignalList CellAreaContext = CellAreaContextSignalList

data CellAreaContextAllocateMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextAllocateMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextAreaPropertyInfo #

Instances

Instances details
AttrInfo CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Associated Types

type AttrAllowedOps CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextAreaPropertyInfo = IsCellArea
type AttrTransferTypeConstraint CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferTypeConstraint CellAreaContextAreaPropertyInfo = IsCellArea
type AttrTransferType CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextAreaPropertyInfo = "area"
type AttrOrigin CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextAreaPropertyInfo = "area"
type AttrOrigin CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextAreaPropertyInfo = IsCellArea
type AttrTransferType CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferTypeConstraint CellAreaContextAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferTypeConstraint CellAreaContextAreaPropertyInfo = IsCellArea

data CellAreaContextGetAllocationMethodInfo #

Instances

Instances details
(signature ~ m (Int32, Int32), MonadIO m, IsCellAreaContext a) => OverloadedMethod CellAreaContextGetAllocationMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextGetAllocationMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextGetAreaMethodInfo #

Instances

Instances details
(signature ~ m CellArea, MonadIO m, IsCellAreaContext a) => OverloadedMethod CellAreaContextGetAreaMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextGetAreaMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextGetPreferredHeightForWidthMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextGetPreferredHeightForWidthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextGetPreferredHeightMethodInfo #

Instances

Instances details
(signature ~ m (Int32, Int32), MonadIO m, IsCellAreaContext a) => OverloadedMethod CellAreaContextGetPreferredHeightMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextGetPreferredHeightMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextGetPreferredWidthForHeightMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextGetPreferredWidthForHeightMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextGetPreferredWidthMethodInfo #

Instances

Instances details
(signature ~ m (Int32, Int32), MonadIO m, IsCellAreaContext a) => OverloadedMethod CellAreaContextGetPreferredWidthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextGetPreferredWidthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextMinimumHeightPropertyInfo #

Instances

Instances details
AttrInfo CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Associated Types

type AttrAllowedOps CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextMinimumHeightPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextMinimumHeightPropertyInfo = ()
type AttrLabel CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextMinimumHeightPropertyInfo = "minimum-height"
type AttrOrigin CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextMinimumHeightPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextMinimumHeightPropertyInfo = "minimum-height"
type AttrOrigin CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextMinimumHeightPropertyInfo = ()
type AttrTransferTypeConstraint CellAreaContextMinimumHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferTypeConstraint CellAreaContextMinimumHeightPropertyInfo = Type ~ ()

data CellAreaContextMinimumWidthPropertyInfo #

Instances

Instances details
AttrInfo CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Associated Types

type AttrAllowedOps CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextMinimumWidthPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextMinimumWidthPropertyInfo = ()
type AttrLabel CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextMinimumWidthPropertyInfo = "minimum-width"
type AttrOrigin CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextMinimumWidthPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextMinimumWidthPropertyInfo = "minimum-width"
type AttrOrigin CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextMinimumWidthPropertyInfo = ()
type AttrTransferTypeConstraint CellAreaContextMinimumWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferTypeConstraint CellAreaContextMinimumWidthPropertyInfo = Type ~ ()

data CellAreaContextNaturalHeightPropertyInfo #

Instances

Instances details
AttrInfo CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Associated Types

type AttrAllowedOps CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextNaturalHeightPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextNaturalHeightPropertyInfo = ()
type AttrLabel CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextNaturalHeightPropertyInfo = "natural-height"
type AttrOrigin CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextNaturalHeightPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextNaturalHeightPropertyInfo = "natural-height"
type AttrOrigin CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextNaturalHeightPropertyInfo = ()
type AttrTransferTypeConstraint CellAreaContextNaturalHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferTypeConstraint CellAreaContextNaturalHeightPropertyInfo = Type ~ ()

data CellAreaContextNaturalWidthPropertyInfo #

Instances

Instances details
AttrInfo CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Associated Types

type AttrAllowedOps CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextNaturalWidthPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextNaturalWidthPropertyInfo = ()
type AttrLabel CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextNaturalWidthPropertyInfo = "natural-width"
type AttrOrigin CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrAllowedOps CellAreaContextNaturalWidthPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrGetType CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrLabel CellAreaContextNaturalWidthPropertyInfo = "natural-width"
type AttrOrigin CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrSetTypeConstraint CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferType CellAreaContextNaturalWidthPropertyInfo = ()
type AttrTransferTypeConstraint CellAreaContextNaturalWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

type AttrTransferTypeConstraint CellAreaContextNaturalWidthPropertyInfo = Type ~ ()

data CellAreaContextPushPreferredHeightMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextPushPreferredHeightMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextPushPreferredWidthMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextPushPreferredWidthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data CellAreaContextResetMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsCellAreaContext a) => OverloadedMethod CellAreaContextResetMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo CellAreaContextResetMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

class (GObject o, IsDescendantOf CellAreaContext o) => IsCellAreaContext o #

Instances

Instances details
(GObject o, IsDescendantOf CellAreaContext o) => IsCellAreaContext o 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

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

Equations

ResolveCellAreaContextMethod "allocate" o = CellAreaContextAllocateMethodInfo 
ResolveCellAreaContextMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveCellAreaContextMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveCellAreaContextMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveCellAreaContextMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveCellAreaContextMethod "getv" o = ObjectGetvMethodInfo 
ResolveCellAreaContextMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveCellAreaContextMethod "notify" o = ObjectNotifyMethodInfo 
ResolveCellAreaContextMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveCellAreaContextMethod "pushPreferredHeight" o = CellAreaContextPushPreferredHeightMethodInfo 
ResolveCellAreaContextMethod "pushPreferredWidth" o = CellAreaContextPushPreferredWidthMethodInfo 
ResolveCellAreaContextMethod "ref" o = ObjectRefMethodInfo 
ResolveCellAreaContextMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveCellAreaContextMethod "reset" o = CellAreaContextResetMethodInfo 
ResolveCellAreaContextMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveCellAreaContextMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveCellAreaContextMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveCellAreaContextMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveCellAreaContextMethod "unref" o = ObjectUnrefMethodInfo 
ResolveCellAreaContextMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveCellAreaContextMethod "getAllocation" o = CellAreaContextGetAllocationMethodInfo 
ResolveCellAreaContextMethod "getArea" o = CellAreaContextGetAreaMethodInfo 
ResolveCellAreaContextMethod "getData" o = ObjectGetDataMethodInfo 
ResolveCellAreaContextMethod "getPreferredHeight" o = CellAreaContextGetPreferredHeightMethodInfo 
ResolveCellAreaContextMethod "getPreferredHeightForWidth" o = CellAreaContextGetPreferredHeightForWidthMethodInfo 
ResolveCellAreaContextMethod "getPreferredWidth" o = CellAreaContextGetPreferredWidthMethodInfo 
ResolveCellAreaContextMethod "getPreferredWidthForHeight" o = CellAreaContextGetPreferredWidthForHeightMethodInfo 
ResolveCellAreaContextMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveCellAreaContextMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveCellAreaContextMethod "setData" o = ObjectSetDataMethodInfo 
ResolveCellAreaContextMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveCellAreaContextMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveCellAreaContextMethod l o = MethodResolutionFailed l o :: Type 

cellAreaContextAllocate :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> Int32 -> Int32 -> m () #

cellAreaContextArea :: AttrLabelProxy "area" #

cellAreaContextGetAllocation :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> m (Int32, Int32) #

cellAreaContextGetArea :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> m CellArea #

cellAreaContextGetPreferredHeight :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> m (Int32, Int32) #

cellAreaContextGetPreferredHeightForWidth :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> Int32 -> m (Int32, Int32) #

cellAreaContextGetPreferredWidth :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> m (Int32, Int32) #

cellAreaContextGetPreferredWidthForHeight :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> Int32 -> m (Int32, Int32) #

cellAreaContextMinimumHeight :: AttrLabelProxy "minimumHeight" #

cellAreaContextMinimumWidth :: AttrLabelProxy "minimumWidth" #

cellAreaContextNaturalHeight :: AttrLabelProxy "naturalHeight" #

cellAreaContextNaturalWidth :: AttrLabelProxy "naturalWidth" #

cellAreaContextPushPreferredHeight :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> Int32 -> Int32 -> m () #

cellAreaContextPushPreferredWidth :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> Int32 -> Int32 -> m () #

cellAreaContextReset :: (HasCallStack, MonadIO m, IsCellAreaContext a) => a -> m () #

constructCellAreaContextArea :: (IsCellAreaContext o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o) #

getCellAreaContextMinimumHeight :: (MonadIO m, IsCellAreaContext o) => o -> m Int32 #

getCellAreaContextMinimumWidth :: (MonadIO m, IsCellAreaContext o) => o -> m Int32 #

getCellAreaContextNaturalHeight :: (MonadIO m, IsCellAreaContext o) => o -> m Int32 #

getCellAreaContextNaturalWidth :: (MonadIO m, IsCellAreaContext o) => o -> m Int32 #