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

GI.Gtk.Objects.ConstraintGuide

Description

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

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

Documentation

newtype ConstraintGuide #

Instances

Instances details
Eq ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

GObject ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

ManagedPtrNewtype ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

TypedObject ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

glibType :: IO GType #

HasParentTypes ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

HasAttributeList ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

(info ~ ResolveConstraintGuideMethod t ConstraintGuide, OverloadedMethod info ConstraintGuide p, HasField t ConstraintGuide p) => HasField (t :: Symbol) ConstraintGuide p 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

getField :: ConstraintGuide -> p

(info ~ ResolveConstraintGuideMethod t ConstraintGuide, OverloadedMethodInfo info ConstraintGuide) => IsLabel t (MethodProxy info ConstraintGuide) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

fromLabel :: MethodProxy info ConstraintGuide

(info ~ ResolveConstraintGuideMethod t ConstraintGuide, OverloadedMethod info ConstraintGuide p) => IsLabel t (ConstraintGuide -> p) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

fromLabel :: ConstraintGuide -> p

IsGValue (Maybe ConstraintGuide) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttributeList ConstraintGuide = ConstraintGuideAttributeList
type ParentTypes ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type ParentTypes ConstraintGuide = '[Object, ConstraintTarget]
type SignalList ConstraintGuide 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type SignalList ConstraintGuide = ConstraintGuideSignalList

data ConstraintGuideGetMaxSizeMethodInfo #

Instances

Instances details
(signature ~ m (Int32, Int32), MonadIO m, IsConstraintGuide a) => OverloadedMethod ConstraintGuideGetMaxSizeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideGetMaxSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideGetMinSizeMethodInfo #

Instances

Instances details
(signature ~ m (Int32, Int32), MonadIO m, IsConstraintGuide a) => OverloadedMethod ConstraintGuideGetMinSizeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideGetMinSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideGetNameMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideGetNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideGetNatSizeMethodInfo #

Instances

Instances details
(signature ~ m (Int32, Int32), MonadIO m, IsConstraintGuide a) => OverloadedMethod ConstraintGuideGetNatSizeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideGetNatSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideGetStrengthMethodInfo #

Instances

Instances details
(signature ~ m ConstraintStrength, MonadIO m, IsConstraintGuide a) => OverloadedMethod ConstraintGuideGetStrengthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideGetStrengthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideMaxHeightPropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxHeightPropertyInfo = Int32
type AttrSetTypeConstraint ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMaxHeightPropertyInfo = Int32
type AttrLabel ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMaxHeightPropertyInfo = "max-height"
type AttrOrigin ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxHeightPropertyInfo = Int32
type AttrLabel ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMaxHeightPropertyInfo = "max-height"
type AttrOrigin ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMaxHeightPropertyInfo = Int32
type AttrTransferTypeConstraint ConstraintGuideMaxHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideMaxHeightPropertyInfo = Type ~ Int32

data ConstraintGuideMaxWidthPropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxWidthPropertyInfo = Int32
type AttrSetTypeConstraint ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMaxWidthPropertyInfo = Int32
type AttrLabel ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMaxWidthPropertyInfo = "max-width"
type AttrOrigin ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMaxWidthPropertyInfo = Int32
type AttrLabel ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMaxWidthPropertyInfo = "max-width"
type AttrOrigin ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMaxWidthPropertyInfo = Int32
type AttrTransferTypeConstraint ConstraintGuideMaxWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideMaxWidthPropertyInfo = Type ~ Int32

data ConstraintGuideMinHeightPropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinHeightPropertyInfo = Int32
type AttrSetTypeConstraint ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMinHeightPropertyInfo = Int32
type AttrLabel ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMinHeightPropertyInfo = "min-height"
type AttrOrigin ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinHeightPropertyInfo = Int32
type AttrLabel ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMinHeightPropertyInfo = "min-height"
type AttrOrigin ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMinHeightPropertyInfo = Int32
type AttrTransferTypeConstraint ConstraintGuideMinHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideMinHeightPropertyInfo = Type ~ Int32

data ConstraintGuideMinWidthPropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinWidthPropertyInfo = Int32
type AttrSetTypeConstraint ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMinWidthPropertyInfo = Int32
type AttrLabel ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMinWidthPropertyInfo = "min-width"
type AttrOrigin ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideMinWidthPropertyInfo = Int32
type AttrLabel ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideMinWidthPropertyInfo = "min-width"
type AttrOrigin ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideMinWidthPropertyInfo = Int32
type AttrTransferTypeConstraint ConstraintGuideMinWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideMinWidthPropertyInfo = Type ~ Int32

data ConstraintGuideNamePropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNamePropertyInfo = Maybe Text
type AttrSetTypeConstraint ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideNamePropertyInfo = Text
type AttrLabel ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideNamePropertyInfo = "name"
type AttrOrigin ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNamePropertyInfo = Maybe Text
type AttrLabel ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideNamePropertyInfo = "name"
type AttrOrigin ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideNamePropertyInfo = Text
type AttrTransferTypeConstraint ConstraintGuideNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideNamePropertyInfo = Type ~ Text

data ConstraintGuideNatHeightPropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatHeightPropertyInfo = Int32
type AttrSetTypeConstraint ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideNatHeightPropertyInfo = Int32
type AttrLabel ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideNatHeightPropertyInfo = "nat-height"
type AttrOrigin ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatHeightPropertyInfo = Int32
type AttrLabel ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideNatHeightPropertyInfo = "nat-height"
type AttrOrigin ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideNatHeightPropertyInfo = Int32
type AttrTransferTypeConstraint ConstraintGuideNatHeightPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideNatHeightPropertyInfo = Type ~ Int32

data ConstraintGuideNatWidthPropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatWidthPropertyInfo = Int32
type AttrSetTypeConstraint ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideNatWidthPropertyInfo = Int32
type AttrLabel ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideNatWidthPropertyInfo = "nat-width"
type AttrOrigin ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideNatWidthPropertyInfo = Int32
type AttrLabel ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideNatWidthPropertyInfo = "nat-width"
type AttrOrigin ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferType ConstraintGuideNatWidthPropertyInfo = Int32
type AttrTransferTypeConstraint ConstraintGuideNatWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideNatWidthPropertyInfo = Type ~ Int32

data ConstraintGuideSetMaxSizeMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideSetMaxSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideSetMinSizeMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideSetMinSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideSetNameMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideSetNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideSetNatSizeMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideSetNatSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideSetStrengthMethodInfo #

Instances

Instances details
(signature ~ (ConstraintStrength -> m ()), MonadIO m, IsConstraintGuide a) => OverloadedMethod ConstraintGuideSetStrengthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ConstraintGuideSetStrengthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ConstraintGuideStrengthPropertyInfo #

Instances

Instances details
AttrInfo ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Associated Types

type AttrAllowedOps ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideStrengthPropertyInfo = Type ~ ConstraintStrength
type AttrTransferTypeConstraint ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideStrengthPropertyInfo = Type ~ ConstraintStrength
type AttrTransferType ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideStrengthPropertyInfo = "strength"
type AttrOrigin ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrGetType ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrLabel ConstraintGuideStrengthPropertyInfo = "strength"
type AttrOrigin ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrSetTypeConstraint ConstraintGuideStrengthPropertyInfo = Type ~ ConstraintStrength
type AttrTransferType ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideStrengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

type AttrTransferTypeConstraint ConstraintGuideStrengthPropertyInfo = Type ~ ConstraintStrength

class (GObject o, IsDescendantOf ConstraintGuide o) => IsConstraintGuide o #

Instances

Instances details
(GObject o, IsDescendantOf ConstraintGuide o) => IsConstraintGuide o 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

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

Equations

ResolveConstraintGuideMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveConstraintGuideMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveConstraintGuideMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveConstraintGuideMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveConstraintGuideMethod "getv" o = ObjectGetvMethodInfo 
ResolveConstraintGuideMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveConstraintGuideMethod "notify" o = ObjectNotifyMethodInfo 
ResolveConstraintGuideMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveConstraintGuideMethod "ref" o = ObjectRefMethodInfo 
ResolveConstraintGuideMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveConstraintGuideMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveConstraintGuideMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveConstraintGuideMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveConstraintGuideMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveConstraintGuideMethod "unref" o = ObjectUnrefMethodInfo 
ResolveConstraintGuideMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveConstraintGuideMethod "getData" o = ObjectGetDataMethodInfo 
ResolveConstraintGuideMethod "getMaxSize" o = ConstraintGuideGetMaxSizeMethodInfo 
ResolveConstraintGuideMethod "getMinSize" o = ConstraintGuideGetMinSizeMethodInfo 
ResolveConstraintGuideMethod "getName" o = ConstraintGuideGetNameMethodInfo 
ResolveConstraintGuideMethod "getNatSize" o = ConstraintGuideGetNatSizeMethodInfo 
ResolveConstraintGuideMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveConstraintGuideMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveConstraintGuideMethod "getStrength" o = ConstraintGuideGetStrengthMethodInfo 
ResolveConstraintGuideMethod "setData" o = ObjectSetDataMethodInfo 
ResolveConstraintGuideMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveConstraintGuideMethod "setMaxSize" o = ConstraintGuideSetMaxSizeMethodInfo 
ResolveConstraintGuideMethod "setMinSize" o = ConstraintGuideSetMinSizeMethodInfo 
ResolveConstraintGuideMethod "setName" o = ConstraintGuideSetNameMethodInfo 
ResolveConstraintGuideMethod "setNatSize" o = ConstraintGuideSetNatSizeMethodInfo 
ResolveConstraintGuideMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveConstraintGuideMethod "setStrength" o = ConstraintGuideSetStrengthMethodInfo 
ResolveConstraintGuideMethod l o = MethodResolutionFailed l o :: Type 

clearConstraintGuideName :: (MonadIO m, IsConstraintGuide o) => o -> m () #

constraintGuideGetMaxSize :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> m (Int32, Int32) #

constraintGuideGetMinSize :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> m (Int32, Int32) #

constraintGuideGetName :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> m (Maybe Text) #

constraintGuideGetNatSize :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> m (Int32, Int32) #

constraintGuideGetStrength :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> m ConstraintStrength #

constraintGuideMaxHeight :: AttrLabelProxy "maxHeight" #

constraintGuideMaxWidth :: AttrLabelProxy "maxWidth" #

constraintGuideMinHeight :: AttrLabelProxy "minHeight" #

constraintGuideMinWidth :: AttrLabelProxy "minWidth" #

constraintGuideName :: AttrLabelProxy "name" #

constraintGuideNatHeight :: AttrLabelProxy "natHeight" #

constraintGuideNatWidth :: AttrLabelProxy "natWidth" #

constraintGuideNew :: (HasCallStack, MonadIO m) => m ConstraintGuide #

constraintGuideSetMaxSize :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> Int32 -> Int32 -> m () #

constraintGuideSetMinSize :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> Int32 -> Int32 -> m () #

constraintGuideSetName :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> Maybe Text -> m () #

constraintGuideSetNatSize :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> Int32 -> Int32 -> m () #

constraintGuideSetStrength :: (HasCallStack, MonadIO m, IsConstraintGuide a) => a -> ConstraintStrength -> m () #

constraintGuideStrength :: AttrLabelProxy "strength" #

constructConstraintGuideMaxHeight :: (IsConstraintGuide o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructConstraintGuideMaxWidth :: (IsConstraintGuide o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructConstraintGuideMinHeight :: (IsConstraintGuide o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructConstraintGuideMinWidth :: (IsConstraintGuide o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructConstraintGuideName :: (IsConstraintGuide o, MonadIO m) => Text -> m (GValueConstruct o) #

constructConstraintGuideNatHeight :: (IsConstraintGuide o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructConstraintGuideNatWidth :: (IsConstraintGuide o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructConstraintGuideStrength :: (IsConstraintGuide o, MonadIO m) => ConstraintStrength -> m (GValueConstruct o) #

getConstraintGuideMaxHeight :: (MonadIO m, IsConstraintGuide o) => o -> m Int32 #

getConstraintGuideMaxWidth :: (MonadIO m, IsConstraintGuide o) => o -> m Int32 #

getConstraintGuideMinHeight :: (MonadIO m, IsConstraintGuide o) => o -> m Int32 #

getConstraintGuideMinWidth :: (MonadIO m, IsConstraintGuide o) => o -> m Int32 #

getConstraintGuideName :: (MonadIO m, IsConstraintGuide o) => o -> m (Maybe Text) #

getConstraintGuideNatHeight :: (MonadIO m, IsConstraintGuide o) => o -> m Int32 #

getConstraintGuideNatWidth :: (MonadIO m, IsConstraintGuide o) => o -> m Int32 #

setConstraintGuideMaxHeight :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m () #

setConstraintGuideMaxWidth :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m () #

setConstraintGuideMinHeight :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m () #

setConstraintGuideMinWidth :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m () #

setConstraintGuideName :: (MonadIO m, IsConstraintGuide o) => o -> Text -> m () #

setConstraintGuideNatHeight :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m () #

setConstraintGuideNatWidth :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m () #