| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.Grid
Description
Documentation
Constructors
| Grid (ManagedPtr Grid) |
Instances
| Eq Grid | |
| GObject Grid | |
Defined in GI.Gtk.Objects.Grid | |
| ManagedPtrNewtype Grid | |
Defined in GI.Gtk.Objects.Grid Methods toManagedPtr :: Grid -> ManagedPtr Grid # | |
| TypedObject Grid | |
Defined in GI.Gtk.Objects.Grid | |
| HasParentTypes Grid | |
Defined in GI.Gtk.Objects.Grid | |
| HasAttributeList Grid | |
Defined in GI.Gtk.Objects.Grid | |
| (info ~ ResolveGridMethod t Grid, OverloadedMethod info Grid p, HasField t Grid p) => HasField (t :: Symbol) Grid p | |
Defined in GI.Gtk.Objects.Grid | |
| (info ~ ResolveGridMethod t Grid, OverloadedMethodInfo info Grid) => IsLabel t (MethodProxy info Grid) | |
Defined in GI.Gtk.Objects.Grid | |
| (info ~ ResolveGridMethod t Grid, OverloadedMethod info Grid p) => IsLabel t (Grid -> p) | |
Defined in GI.Gtk.Objects.Grid | |
| IsGValue (Maybe Grid) | |
Defined in GI.Gtk.Objects.Grid Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe Grid -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe Grid) # | |
| type AttributeList Grid | |
Defined in GI.Gtk.Objects.Grid type AttributeList Grid = GridAttributeList | |
| type ParentTypes Grid | |
Defined in GI.Gtk.Objects.Grid | |
| type SignalList Grid | |
Defined in GI.Gtk.Objects.Grid type SignalList Grid = GridSignalList | |
data GridAttachMethodInfo #
Instances
| (signature ~ (b -> Int32 -> Int32 -> Int32 -> Int32 -> m ()), MonadIO m, IsGrid a, IsWidget b) => OverloadedMethod GridAttachMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridAttachMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridAttachNextToMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> PositionType -> Int32 -> Int32 -> m ()), MonadIO m, IsGrid a, IsWidget b, IsWidget c) => OverloadedMethod GridAttachNextToMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridAttachNextToMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridBaselineRowPropertyInfo #
Instances
| AttrInfo GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid Associated Types
Methods attrGet :: AttrBaseTypeConstraint GridBaselineRowPropertyInfo o => o -> IO (AttrGetType GridBaselineRowPropertyInfo) attrSet :: (AttrBaseTypeConstraint GridBaselineRowPropertyInfo o, AttrSetTypeConstraint GridBaselineRowPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint GridBaselineRowPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint GridBaselineRowPropertyInfo o, AttrSetTypeConstraint GridBaselineRowPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint GridBaselineRowPropertyInfo o, AttrTransferTypeConstraint GridBaselineRowPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType GridBaselineRowPropertyInfo) attrPut :: AttrBaseTypeConstraint GridBaselineRowPropertyInfo o => o -> AttrGetType GridBaselineRowPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrAllowedOps GridBaselineRowPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrGetType GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrGetType GridBaselineRowPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrLabel GridBaselineRowPropertyInfo = "baseline-row" | |||||||||||||||||||||||||||||||||
| type AttrOrigin GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrSetTypeConstraint GridBaselineRowPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferType GridBaselineRowPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint GridBaselineRowPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferTypeConstraint GridBaselineRowPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data GridColumnHomogeneousPropertyInfo #
Instances
data GridColumnSpacingPropertyInfo #
Instances
| AttrInfo GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid Associated Types
Methods attrGet :: AttrBaseTypeConstraint GridColumnSpacingPropertyInfo o => o -> IO (AttrGetType GridColumnSpacingPropertyInfo) attrSet :: (AttrBaseTypeConstraint GridColumnSpacingPropertyInfo o, AttrSetTypeConstraint GridColumnSpacingPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint GridColumnSpacingPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint GridColumnSpacingPropertyInfo o, AttrSetTypeConstraint GridColumnSpacingPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint GridColumnSpacingPropertyInfo o, AttrTransferTypeConstraint GridColumnSpacingPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType GridColumnSpacingPropertyInfo) attrPut :: AttrBaseTypeConstraint GridColumnSpacingPropertyInfo o => o -> AttrGetType GridColumnSpacingPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrAllowedOps GridColumnSpacingPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrGetType GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrGetType GridColumnSpacingPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrLabel GridColumnSpacingPropertyInfo = "column-spacing" | |||||||||||||||||||||||||||||||||
| type AttrOrigin GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrSetTypeConstraint GridColumnSpacingPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferType GridColumnSpacingPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint GridColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferTypeConstraint GridColumnSpacingPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data GridGetBaselineRowMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsGrid a) => OverloadedMethod GridGetBaselineRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridGetBaselineRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridGetChildAtMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Maybe Widget)), MonadIO m, IsGrid a) => OverloadedMethod GridGetChildAtMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridGetChildAtMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridGetColumnHomogeneousMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsGrid a) => OverloadedMethod GridGetColumnHomogeneousMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridGetColumnHomogeneousMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridGetColumnSpacingMethodInfo #
Instances
| (signature ~ m Word32, MonadIO m, IsGrid a) => OverloadedMethod GridGetColumnSpacingMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridGetColumnSpacingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridGetRowBaselinePositionMethodInfo #
Instances
| (signature ~ (Int32 -> m BaselinePosition), MonadIO m, IsGrid a) => OverloadedMethod GridGetRowBaselinePositionMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridGetRowBaselinePositionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridGetRowHomogeneousMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsGrid a) => OverloadedMethod GridGetRowHomogeneousMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridGetRowHomogeneousMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridGetRowSpacingMethodInfo #
Instances
| (signature ~ m Word32, MonadIO m, IsGrid a) => OverloadedMethod GridGetRowSpacingMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridGetRowSpacingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridInsertColumnMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridInsertColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridInsertColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridInsertNextToMethodInfo #
Instances
| (signature ~ (b -> PositionType -> m ()), MonadIO m, IsGrid a, IsWidget b) => OverloadedMethod GridInsertNextToMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridInsertNextToMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridInsertRowMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridInsertRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridInsertRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridQueryChildMethodInfo #
Instances
| (signature ~ (b -> m (Int32, Int32, Int32, Int32)), MonadIO m, IsGrid a, IsWidget b) => OverloadedMethod GridQueryChildMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridQueryChildMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridRemoveColumnMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridRemoveColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridRemoveColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridRemoveMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsGrid a, IsWidget b) => OverloadedMethod GridRemoveMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridRemoveMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridRemoveRowMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridRemoveRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridRemoveRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridRowHomogeneousPropertyInfo #
Instances
| AttrInfo GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid Associated Types
Methods attrGet :: AttrBaseTypeConstraint GridRowHomogeneousPropertyInfo o => o -> IO (AttrGetType GridRowHomogeneousPropertyInfo) attrSet :: (AttrBaseTypeConstraint GridRowHomogeneousPropertyInfo o, AttrSetTypeConstraint GridRowHomogeneousPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint GridRowHomogeneousPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint GridRowHomogeneousPropertyInfo o, AttrSetTypeConstraint GridRowHomogeneousPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint GridRowHomogeneousPropertyInfo o, AttrTransferTypeConstraint GridRowHomogeneousPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType GridRowHomogeneousPropertyInfo) attrPut :: AttrBaseTypeConstraint GridRowHomogeneousPropertyInfo o => o -> AttrGetType GridRowHomogeneousPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrAllowedOps GridRowHomogeneousPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrGetType GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrGetType GridRowHomogeneousPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrLabel GridRowHomogeneousPropertyInfo = "row-homogeneous" | |||||||||||||||||||||||||||||||||
| type AttrOrigin GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrSetTypeConstraint GridRowHomogeneousPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferType GridRowHomogeneousPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint GridRowHomogeneousPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferTypeConstraint GridRowHomogeneousPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data GridRowSpacingPropertyInfo #
Instances
| AttrInfo GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid Associated Types
Methods attrGet :: AttrBaseTypeConstraint GridRowSpacingPropertyInfo o => o -> IO (AttrGetType GridRowSpacingPropertyInfo) attrSet :: (AttrBaseTypeConstraint GridRowSpacingPropertyInfo o, AttrSetTypeConstraint GridRowSpacingPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint GridRowSpacingPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint GridRowSpacingPropertyInfo o, AttrSetTypeConstraint GridRowSpacingPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint GridRowSpacingPropertyInfo o, AttrTransferTypeConstraint GridRowSpacingPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType GridRowSpacingPropertyInfo) attrPut :: AttrBaseTypeConstraint GridRowSpacingPropertyInfo o => o -> AttrGetType GridRowSpacingPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrAllowedOps GridRowSpacingPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrGetType GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrGetType GridRowSpacingPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrLabel GridRowSpacingPropertyInfo = "row-spacing" | |||||||||||||||||||||||||||||||||
| type AttrOrigin GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrSetTypeConstraint GridRowSpacingPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferType GridRowSpacingPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint GridRowSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Grid type AttrTransferTypeConstraint GridRowSpacingPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data GridSetBaselineRowMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridSetBaselineRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridSetBaselineRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridSetColumnHomogeneousMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridSetColumnHomogeneousMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridSetColumnHomogeneousMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridSetColumnSpacingMethodInfo #
Instances
| (signature ~ (Word32 -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridSetColumnSpacingMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridSetColumnSpacingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridSetRowBaselinePositionMethodInfo #
Instances
| (signature ~ (Int32 -> BaselinePosition -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridSetRowBaselinePositionMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridSetRowBaselinePositionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridSetRowHomogeneousMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridSetRowHomogeneousMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridSetRowHomogeneousMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GridSetRowSpacingMethodInfo #
Instances
| (signature ~ (Word32 -> m ()), MonadIO m, IsGrid a) => OverloadedMethod GridSetRowSpacingMethodInfo a signature | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GridSetRowSpacingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Grid Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (GObject o, IsDescendantOf Grid o) => IsGrid o #
Instances
| (GObject o, IsDescendantOf Grid o) => IsGrid o | |
Defined in GI.Gtk.Objects.Grid | |
type family ResolveGridMethod (t :: Symbol) o where ... #
Equations
| ResolveGridMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo | |
| ResolveGridMethod "activate" o = WidgetActivateMethodInfo | |
| ResolveGridMethod "activateAction" o = WidgetActivateActionMethodInfo | |
| ResolveGridMethod "activateDefault" o = WidgetActivateDefaultMethodInfo | |
| ResolveGridMethod "addController" o = WidgetAddControllerMethodInfo | |
| ResolveGridMethod "addCssClass" o = WidgetAddCssClassMethodInfo | |
| ResolveGridMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo | |
| ResolveGridMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo | |
| ResolveGridMethod "allocate" o = WidgetAllocateMethodInfo | |
| ResolveGridMethod "announce" o = AccessibleAnnounceMethodInfo | |
| ResolveGridMethod "attach" o = GridAttachMethodInfo | |
| ResolveGridMethod "attachNextTo" o = GridAttachNextToMethodInfo | |
| ResolveGridMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveGridMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveGridMethod "childFocus" o = WidgetChildFocusMethodInfo | |
| ResolveGridMethod "computeBounds" o = WidgetComputeBoundsMethodInfo | |
| ResolveGridMethod "computeExpand" o = WidgetComputeExpandMethodInfo | |
| ResolveGridMethod "computePoint" o = WidgetComputePointMethodInfo | |
| ResolveGridMethod "computeTransform" o = WidgetComputeTransformMethodInfo | |
| ResolveGridMethod "contains" o = WidgetContainsMethodInfo | |
| ResolveGridMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo | |
| ResolveGridMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo | |
| ResolveGridMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo | |
| ResolveGridMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo | |
| ResolveGridMethod "errorBell" o = WidgetErrorBellMethodInfo | |
| ResolveGridMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveGridMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveGridMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveGridMethod "grabFocus" o = WidgetGrabFocusMethodInfo | |
| ResolveGridMethod "hasCssClass" o = WidgetHasCssClassMethodInfo | |
| ResolveGridMethod "hasDefault" o = WidgetHasDefaultMethodInfo | |
| ResolveGridMethod "hasFocus" o = WidgetHasFocusMethodInfo | |
| ResolveGridMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo | |
| ResolveGridMethod "hide" o = WidgetHideMethodInfo | |
| ResolveGridMethod "inDestruction" o = WidgetInDestructionMethodInfo | |
| ResolveGridMethod "initTemplate" o = WidgetInitTemplateMethodInfo | |
| ResolveGridMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo | |
| ResolveGridMethod "insertAfter" o = WidgetInsertAfterMethodInfo | |
| ResolveGridMethod "insertBefore" o = WidgetInsertBeforeMethodInfo | |
| ResolveGridMethod "insertColumn" o = GridInsertColumnMethodInfo | |
| ResolveGridMethod "insertNextTo" o = GridInsertNextToMethodInfo | |
| ResolveGridMethod "insertRow" o = GridInsertRowMethodInfo | |
| ResolveGridMethod "isAncestor" o = WidgetIsAncestorMethodInfo | |
| ResolveGridMethod "isDrawable" o = WidgetIsDrawableMethodInfo | |
| ResolveGridMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveGridMethod "isFocus" o = WidgetIsFocusMethodInfo | |
| ResolveGridMethod "isSensitive" o = WidgetIsSensitiveMethodInfo | |
| ResolveGridMethod "isVisible" o = WidgetIsVisibleMethodInfo | |
| ResolveGridMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo | |
| ResolveGridMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo | |
| ResolveGridMethod "map" o = WidgetMapMethodInfo | |
| ResolveGridMethod "measure" o = WidgetMeasureMethodInfo | |
| ResolveGridMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo | |
| ResolveGridMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveGridMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveGridMethod "observeChildren" o = WidgetObserveChildrenMethodInfo | |
| ResolveGridMethod "observeControllers" o = WidgetObserveControllersMethodInfo | |
| ResolveGridMethod "pick" o = WidgetPickMethodInfo | |
| ResolveGridMethod "queryChild" o = GridQueryChildMethodInfo | |
| ResolveGridMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo | |
| ResolveGridMethod "queueDraw" o = WidgetQueueDrawMethodInfo | |
| ResolveGridMethod "queueResize" o = WidgetQueueResizeMethodInfo | |
| ResolveGridMethod "realize" o = WidgetRealizeMethodInfo | |
| ResolveGridMethod "ref" o = ObjectRefMethodInfo | |
| ResolveGridMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveGridMethod "remove" o = GridRemoveMethodInfo | |
| ResolveGridMethod "removeColumn" o = GridRemoveColumnMethodInfo | |
| ResolveGridMethod "removeController" o = WidgetRemoveControllerMethodInfo | |
| ResolveGridMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo | |
| ResolveGridMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo | |
| ResolveGridMethod "removeRow" o = GridRemoveRowMethodInfo | |
| ResolveGridMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo | |
| ResolveGridMethod "resetProperty" o = AccessibleResetPropertyMethodInfo | |
| ResolveGridMethod "resetRelation" o = AccessibleResetRelationMethodInfo | |
| ResolveGridMethod "resetState" o = AccessibleResetStateMethodInfo | |
| ResolveGridMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveGridMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo | |
| ResolveGridMethod "show" o = WidgetShowMethodInfo | |
| ResolveGridMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo | |
| ResolveGridMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo | |
| ResolveGridMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveGridMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveGridMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveGridMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo | |
| ResolveGridMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo | |
| ResolveGridMethod "unmap" o = WidgetUnmapMethodInfo | |
| ResolveGridMethod "unparent" o = WidgetUnparentMethodInfo | |
| ResolveGridMethod "unrealize" o = WidgetUnrealizeMethodInfo | |
| ResolveGridMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveGridMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo | |
| ResolveGridMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo | |
| ResolveGridMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo | |
| ResolveGridMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo | |
| ResolveGridMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo | |
| ResolveGridMethod "updateState" o = AccessibleUpdateStateMethodInfo | |
| ResolveGridMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveGridMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo | |
| ResolveGridMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo | |
| ResolveGridMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo | |
| ResolveGridMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo | |
| ResolveGridMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo | |
| ResolveGridMethod "getAllocation" o = WidgetGetAllocationMethodInfo | |
| ResolveGridMethod "getAncestor" o = WidgetGetAncestorMethodInfo | |
| ResolveGridMethod "getAtContext" o = AccessibleGetAtContextMethodInfo | |
| ResolveGridMethod "getBaseline" o = WidgetGetBaselineMethodInfo | |
| ResolveGridMethod "getBaselineRow" o = GridGetBaselineRowMethodInfo | |
| ResolveGridMethod "getBounds" o = AccessibleGetBoundsMethodInfo | |
| ResolveGridMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo | |
| ResolveGridMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo | |
| ResolveGridMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo | |
| ResolveGridMethod "getChildAt" o = GridGetChildAtMethodInfo | |
| ResolveGridMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo | |
| ResolveGridMethod "getClipboard" o = WidgetGetClipboardMethodInfo | |
| ResolveGridMethod "getColor" o = WidgetGetColorMethodInfo | |
| ResolveGridMethod "getColumnHomogeneous" o = GridGetColumnHomogeneousMethodInfo | |
| ResolveGridMethod "getColumnSpacing" o = GridGetColumnSpacingMethodInfo | |
| ResolveGridMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo | |
| ResolveGridMethod "getCssName" o = WidgetGetCssNameMethodInfo | |
| ResolveGridMethod "getCursor" o = WidgetGetCursorMethodInfo | |
| ResolveGridMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveGridMethod "getDirection" o = WidgetGetDirectionMethodInfo | |
| ResolveGridMethod "getDisplay" o = WidgetGetDisplayMethodInfo | |
| ResolveGridMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo | |
| ResolveGridMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo | |
| ResolveGridMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo | |
| ResolveGridMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo | |
| ResolveGridMethod "getFocusable" o = WidgetGetFocusableMethodInfo | |
| ResolveGridMethod "getFontMap" o = WidgetGetFontMapMethodInfo | |
| ResolveGridMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo | |
| ResolveGridMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo | |
| ResolveGridMethod "getHalign" o = WidgetGetHalignMethodInfo | |
| ResolveGridMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo | |
| ResolveGridMethod "getHeight" o = WidgetGetHeightMethodInfo | |
| ResolveGridMethod "getHexpand" o = WidgetGetHexpandMethodInfo | |
| ResolveGridMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo | |
| ResolveGridMethod "getLastChild" o = WidgetGetLastChildMethodInfo | |
| ResolveGridMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo | |
| ResolveGridMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo | |
| ResolveGridMethod "getMapped" o = WidgetGetMappedMethodInfo | |
| ResolveGridMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo | |
| ResolveGridMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo | |
| ResolveGridMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo | |
| ResolveGridMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo | |
| ResolveGridMethod "getName" o = WidgetGetNameMethodInfo | |
| ResolveGridMethod "getNative" o = WidgetGetNativeMethodInfo | |
| ResolveGridMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo | |
| ResolveGridMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo | |
| ResolveGridMethod "getOpacity" o = WidgetGetOpacityMethodInfo | |
| ResolveGridMethod "getOrientation" o = OrientableGetOrientationMethodInfo | |
| ResolveGridMethod "getOverflow" o = WidgetGetOverflowMethodInfo | |
| ResolveGridMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo | |
| ResolveGridMethod "getParent" o = WidgetGetParentMethodInfo | |
| ResolveGridMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo | |
| ResolveGridMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo | |
| ResolveGridMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo | |
| ResolveGridMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo | |
| ResolveGridMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveGridMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveGridMethod "getRealized" o = WidgetGetRealizedMethodInfo | |
| ResolveGridMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo | |
| ResolveGridMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo | |
| ResolveGridMethod "getRoot" o = WidgetGetRootMethodInfo | |
| ResolveGridMethod "getRowBaselinePosition" o = GridGetRowBaselinePositionMethodInfo | |
| ResolveGridMethod "getRowHomogeneous" o = GridGetRowHomogeneousMethodInfo | |
| ResolveGridMethod "getRowSpacing" o = GridGetRowSpacingMethodInfo | |
| ResolveGridMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo | |
| ResolveGridMethod "getSensitive" o = WidgetGetSensitiveMethodInfo | |
| ResolveGridMethod "getSettings" o = WidgetGetSettingsMethodInfo | |
| ResolveGridMethod "getSize" o = WidgetGetSizeMethodInfo | |
| ResolveGridMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo | |
| ResolveGridMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo | |
| ResolveGridMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo | |
| ResolveGridMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo | |
| ResolveGridMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo | |
| ResolveGridMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo | |
| ResolveGridMethod "getValign" o = WidgetGetValignMethodInfo | |
| ResolveGridMethod "getVexpand" o = WidgetGetVexpandMethodInfo | |
| ResolveGridMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo | |
| ResolveGridMethod "getVisible" o = WidgetGetVisibleMethodInfo | |
| ResolveGridMethod "getWidth" o = WidgetGetWidthMethodInfo | |
| ResolveGridMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo | |
| ResolveGridMethod "setBaselineRow" o = GridSetBaselineRowMethodInfo | |
| ResolveGridMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo | |
| ResolveGridMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo | |
| ResolveGridMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo | |
| ResolveGridMethod "setColumnHomogeneous" o = GridSetColumnHomogeneousMethodInfo | |
| ResolveGridMethod "setColumnSpacing" o = GridSetColumnSpacingMethodInfo | |
| ResolveGridMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo | |
| ResolveGridMethod "setCursor" o = WidgetSetCursorMethodInfo | |
| ResolveGridMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo | |
| ResolveGridMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveGridMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveGridMethod "setDirection" o = WidgetSetDirectionMethodInfo | |
| ResolveGridMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo | |
| ResolveGridMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo | |
| ResolveGridMethod "setFocusable" o = WidgetSetFocusableMethodInfo | |
| ResolveGridMethod "setFontMap" o = WidgetSetFontMapMethodInfo | |
| ResolveGridMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo | |
| ResolveGridMethod "setHalign" o = WidgetSetHalignMethodInfo | |
| ResolveGridMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo | |
| ResolveGridMethod "setHexpand" o = WidgetSetHexpandMethodInfo | |
| ResolveGridMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo | |
| ResolveGridMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo | |
| ResolveGridMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo | |
| ResolveGridMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo | |
| ResolveGridMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo | |
| ResolveGridMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo | |
| ResolveGridMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo | |
| ResolveGridMethod "setName" o = WidgetSetNameMethodInfo | |
| ResolveGridMethod "setOpacity" o = WidgetSetOpacityMethodInfo | |
| ResolveGridMethod "setOrientation" o = OrientableSetOrientationMethodInfo | |
| ResolveGridMethod "setOverflow" o = WidgetSetOverflowMethodInfo | |
| ResolveGridMethod "setParent" o = WidgetSetParentMethodInfo | |
| ResolveGridMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveGridMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo | |
| ResolveGridMethod "setRowBaselinePosition" o = GridSetRowBaselinePositionMethodInfo | |
| ResolveGridMethod "setRowHomogeneous" o = GridSetRowHomogeneousMethodInfo | |
| ResolveGridMethod "setRowSpacing" o = GridSetRowSpacingMethodInfo | |
| ResolveGridMethod "setSensitive" o = WidgetSetSensitiveMethodInfo | |
| ResolveGridMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo | |
| ResolveGridMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo | |
| ResolveGridMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo | |
| ResolveGridMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo | |
| ResolveGridMethod "setValign" o = WidgetSetValignMethodInfo | |
| ResolveGridMethod "setVexpand" o = WidgetSetVexpandMethodInfo | |
| ResolveGridMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo | |
| ResolveGridMethod "setVisible" o = WidgetSetVisibleMethodInfo | |
| ResolveGridMethod l o = MethodResolutionFailed l o :: Type |
constructGridBaselineRow :: (IsGrid o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructGridColumnHomogeneous :: (IsGrid o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructGridColumnSpacing :: (IsGrid o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructGridRowHomogeneous :: (IsGrid o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructGridRowSpacing :: (IsGrid o, MonadIO m) => Int32 -> m (GValueConstruct o) #
getGridBaselineRow :: (MonadIO m, IsGrid o) => o -> m Int32 #
getGridColumnHomogeneous :: (MonadIO m, IsGrid o) => o -> m Bool #
getGridColumnSpacing :: (MonadIO m, IsGrid o) => o -> m Int32 #
getGridRowHomogeneous :: (MonadIO m, IsGrid o) => o -> m Bool #
getGridRowSpacing :: (MonadIO m, IsGrid o) => o -> m Int32 #
gridAttach :: (HasCallStack, MonadIO m, IsGrid a, IsWidget b) => a -> b -> Int32 -> Int32 -> Int32 -> Int32 -> m () #
gridAttachNextTo :: (HasCallStack, MonadIO m, IsGrid a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> PositionType -> Int32 -> Int32 -> m () #
gridBaselineRow :: AttrLabelProxy "baselineRow" #
gridColumnHomogeneous :: AttrLabelProxy "columnHomogeneous" #
gridColumnSpacing :: AttrLabelProxy "columnSpacing" #
gridGetBaselineRow :: (HasCallStack, MonadIO m, IsGrid a) => a -> m Int32 #
gridGetChildAt :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> Int32 -> m (Maybe Widget) #
gridGetColumnHomogeneous :: (HasCallStack, MonadIO m, IsGrid a) => a -> m Bool #
gridGetColumnSpacing :: (HasCallStack, MonadIO m, IsGrid a) => a -> m Word32 #
gridGetRowBaselinePosition :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> m BaselinePosition #
gridGetRowHomogeneous :: (HasCallStack, MonadIO m, IsGrid a) => a -> m Bool #
gridGetRowSpacing :: (HasCallStack, MonadIO m, IsGrid a) => a -> m Word32 #
gridInsertColumn :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> m () #
gridInsertNextTo :: (HasCallStack, MonadIO m, IsGrid a, IsWidget b) => a -> b -> PositionType -> m () #
gridInsertRow :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> m () #
gridQueryChild :: (HasCallStack, MonadIO m, IsGrid a, IsWidget b) => a -> b -> m (Int32, Int32, Int32, Int32) #
gridRemove :: (HasCallStack, MonadIO m, IsGrid a, IsWidget b) => a -> b -> m () #
gridRemoveColumn :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> m () #
gridRemoveRow :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> m () #
gridRowHomogeneous :: AttrLabelProxy "rowHomogeneous" #
gridRowSpacing :: AttrLabelProxy "rowSpacing" #
gridSetBaselineRow :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> m () #
gridSetColumnHomogeneous :: (HasCallStack, MonadIO m, IsGrid a) => a -> Bool -> m () #
gridSetColumnSpacing :: (HasCallStack, MonadIO m, IsGrid a) => a -> Word32 -> m () #
gridSetRowBaselinePosition :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> BaselinePosition -> m () #
gridSetRowHomogeneous :: (HasCallStack, MonadIO m, IsGrid a) => a -> Bool -> m () #
gridSetRowSpacing :: (HasCallStack, MonadIO m, IsGrid a) => a -> Word32 -> m () #
setGridBaselineRow :: (MonadIO m, IsGrid o) => o -> Int32 -> m () #
setGridColumnHomogeneous :: (MonadIO m, IsGrid o) => o -> Bool -> m () #
setGridColumnSpacing :: (MonadIO m, IsGrid o) => o -> Int32 -> m () #
setGridRowHomogeneous :: (MonadIO m, IsGrid o) => o -> Bool -> m () #
setGridRowSpacing :: (MonadIO m, IsGrid o) => o -> Int32 -> m () #