| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.TreeViewColumn
Description
Documentation
newtype TreeViewColumn #
Constructors
| TreeViewColumn (ManagedPtr TreeViewColumn) |
Instances
class (GObject o, IsDescendantOf TreeViewColumn o) => IsTreeViewColumn o #
Instances
| (GObject o, IsDescendantOf TreeViewColumn o) => IsTreeViewColumn o | |
Defined in GI.Gtk.Objects.TreeViewColumn | |
type family ResolveTreeViewColumnMethod (t :: Symbol) o where ... #
Equations
data TreeViewColumnAddAttributeMethodInfo #
Instances
| (signature ~ (b -> Text -> Int32 -> m ()), MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => OverloadedMethod TreeViewColumnAddAttributeMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnAddAttributeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnAlignmentPropertyInfo #
Instances
data TreeViewColumnCellAreaPropertyInfo #
Instances
| AttrInfo TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnCellAreaPropertyInfo o => o -> IO (AttrGetType TreeViewColumnCellAreaPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnCellAreaPropertyInfo o, AttrSetTypeConstraint TreeViewColumnCellAreaPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnCellAreaPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnCellAreaPropertyInfo o, AttrSetTypeConstraint TreeViewColumnCellAreaPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnCellAreaPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnCellAreaPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnCellAreaPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnCellAreaPropertyInfo o => o -> AttrGetType TreeViewColumnCellAreaPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnCellAreaPropertyInfo = '['AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnCellAreaPropertyInfo = "cell-area" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
data TreeViewColumnCellGetPositionMethodInfo #
Instances
| (signature ~ (b -> m (Bool, Int32, Int32)), MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => OverloadedMethod TreeViewColumnCellGetPositionMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnCellGetPositionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnCellGetSizeMethodInfo #
Instances
| (signature ~ m (Int32, Int32, Int32, Int32), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnCellGetSizeMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnCellGetSizeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnCellIsVisibleMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnCellIsVisibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnCellIsVisibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnCellSetCellDataMethodInfo #
Instances
| (signature ~ (b -> TreeIter -> Bool -> Bool -> m ()), MonadIO m, IsTreeViewColumn a, IsTreeModel b) => OverloadedMethod TreeViewColumnCellSetCellDataMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnCellSetCellDataMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnClearAttributesMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => OverloadedMethod TreeViewColumnClearAttributesMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnClearAttributesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnClearMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnClearMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnClearMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnClickablePropertyInfo #
Instances
| AttrInfo TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnClickablePropertyInfo o => o -> IO (AttrGetType TreeViewColumnClickablePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnClickablePropertyInfo o, AttrSetTypeConstraint TreeViewColumnClickablePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnClickablePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnClickablePropertyInfo o, AttrSetTypeConstraint TreeViewColumnClickablePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnClickablePropertyInfo o, AttrTransferTypeConstraint TreeViewColumnClickablePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnClickablePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnClickablePropertyInfo o => o -> AttrGetType TreeViewColumnClickablePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnClickablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnClickablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnClickablePropertyInfo = "clickable" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnClickablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnClickablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnClickablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
type TreeViewColumnClickedCallback = IO () #
data TreeViewColumnClickedMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnClickedMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnClickedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnClickedSignalInfo #
Instances
| SignalInfo TreeViewColumnClickedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewColumnClickedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewColumnClickedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||
data TreeViewColumnExpandPropertyInfo #
Instances
| AttrInfo TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnExpandPropertyInfo o => o -> IO (AttrGetType TreeViewColumnExpandPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnExpandPropertyInfo o, AttrSetTypeConstraint TreeViewColumnExpandPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnExpandPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnExpandPropertyInfo o, AttrSetTypeConstraint TreeViewColumnExpandPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnExpandPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnExpandPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnExpandPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnExpandPropertyInfo o => o -> AttrGetType TreeViewColumnExpandPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnExpandPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnExpandPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnExpandPropertyInfo = "expand" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnExpandPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnExpandPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnExpandPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewColumnFixedWidthPropertyInfo #
Instances
| AttrInfo TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnFixedWidthPropertyInfo o => o -> IO (AttrGetType TreeViewColumnFixedWidthPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnFixedWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnFixedWidthPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnFixedWidthPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnFixedWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnFixedWidthPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnFixedWidthPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnFixedWidthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnFixedWidthPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnFixedWidthPropertyInfo o => o -> AttrGetType TreeViewColumnFixedWidthPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnFixedWidthPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnFixedWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnFixedWidthPropertyInfo = "fixed-width" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnFixedWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnFixedWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnFixedWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data TreeViewColumnFocusCellMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => OverloadedMethod TreeViewColumnFocusCellMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnFocusCellMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetAlignmentMethodInfo #
Instances
| (signature ~ m Float, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetAlignmentMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetAlignmentMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetButtonMethodInfo #
Instances
| (signature ~ m Widget, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetButtonMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetButtonMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetClickableMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetClickableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetClickableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetExpandMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetExpandMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetExpandMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetFixedWidthMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetFixedWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetFixedWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetMaxWidthMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetMaxWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetMaxWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetMinWidthMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetMinWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetMinWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetReorderableMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetReorderableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetReorderableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetResizableMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetResizableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetResizableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetSizingMethodInfo #
Instances
| (signature ~ m TreeViewColumnSizing, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetSizingMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetSizingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetSortColumnIdMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetSortColumnIdMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetSortColumnIdMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetSortIndicatorMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetSortIndicatorMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetSortIndicatorMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetSortOrderMethodInfo #
Instances
| (signature ~ m SortType, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetSortOrderMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetSortOrderMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetSpacingMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetSpacingMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetSpacingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetTitleMethodInfo #
Instances
| (signature ~ m Text, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetTitleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetTitleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetTreeViewMethodInfo #
Instances
| (signature ~ m (Maybe Widget), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetTreeViewMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetTreeViewMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetVisibleMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetVisibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetVisibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetWidgetMethodInfo #
Instances
| (signature ~ m (Maybe Widget), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetWidgetMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetWidgetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetWidthMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnGetXOffsetMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnGetXOffsetMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnGetXOffsetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnMaxWidthPropertyInfo #
Instances
| AttrInfo TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnMaxWidthPropertyInfo o => o -> IO (AttrGetType TreeViewColumnMaxWidthPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnMaxWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnMaxWidthPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnMaxWidthPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnMaxWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnMaxWidthPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnMaxWidthPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnMaxWidthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnMaxWidthPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnMaxWidthPropertyInfo o => o -> AttrGetType TreeViewColumnMaxWidthPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnMaxWidthPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnMaxWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnMaxWidthPropertyInfo = "max-width" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnMaxWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnMaxWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnMaxWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnMaxWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data TreeViewColumnMinWidthPropertyInfo #
Instances
| AttrInfo TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnMinWidthPropertyInfo o => o -> IO (AttrGetType TreeViewColumnMinWidthPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnMinWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnMinWidthPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnMinWidthPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnMinWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnMinWidthPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnMinWidthPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnMinWidthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnMinWidthPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnMinWidthPropertyInfo o => o -> AttrGetType TreeViewColumnMinWidthPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnMinWidthPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnMinWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnMinWidthPropertyInfo = "min-width" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnMinWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnMinWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnMinWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnMinWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data TreeViewColumnPackEndMethodInfo #
Instances
| (signature ~ (b -> Bool -> m ()), MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => OverloadedMethod TreeViewColumnPackEndMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnPackEndMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnPackStartMethodInfo #
Instances
| (signature ~ (b -> Bool -> m ()), MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => OverloadedMethod TreeViewColumnPackStartMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnPackStartMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnQueueResizeMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnQueueResizeMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnQueueResizeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnReorderablePropertyInfo #
Instances
| AttrInfo TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnReorderablePropertyInfo o => o -> IO (AttrGetType TreeViewColumnReorderablePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnReorderablePropertyInfo o, AttrSetTypeConstraint TreeViewColumnReorderablePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnReorderablePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnReorderablePropertyInfo o, AttrSetTypeConstraint TreeViewColumnReorderablePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnReorderablePropertyInfo o, AttrTransferTypeConstraint TreeViewColumnReorderablePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnReorderablePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnReorderablePropertyInfo o => o -> AttrGetType TreeViewColumnReorderablePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnReorderablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnReorderablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnReorderablePropertyInfo = "reorderable" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnReorderablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnReorderablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnReorderablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewColumnResizablePropertyInfo #
Instances
| AttrInfo TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnResizablePropertyInfo o => o -> IO (AttrGetType TreeViewColumnResizablePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnResizablePropertyInfo o, AttrSetTypeConstraint TreeViewColumnResizablePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnResizablePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnResizablePropertyInfo o, AttrSetTypeConstraint TreeViewColumnResizablePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnResizablePropertyInfo o, AttrTransferTypeConstraint TreeViewColumnResizablePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnResizablePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnResizablePropertyInfo o => o -> AttrGetType TreeViewColumnResizablePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnResizablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnResizablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnResizablePropertyInfo = "resizable" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnResizablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnResizablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnResizablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnResizablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewColumnSetAlignmentMethodInfo #
Instances
| (signature ~ (Float -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetAlignmentMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetAlignmentMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetCellDataFuncMethodInfo #
Instances
| (signature ~ (b -> Maybe TreeCellDataFunc -> m ()), MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => OverloadedMethod TreeViewColumnSetCellDataFuncMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetCellDataFuncMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetClickableMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetClickableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetClickableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetExpandMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetExpandMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetExpandMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetFixedWidthMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetFixedWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetFixedWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetMaxWidthMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetMaxWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetMaxWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetMinWidthMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetMinWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetMinWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetReorderableMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetReorderableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetReorderableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetResizableMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetResizableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetResizableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetSizingMethodInfo #
Instances
| (signature ~ (TreeViewColumnSizing -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetSizingMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetSizingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetSortColumnIdMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetSortColumnIdMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetSortColumnIdMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetSortIndicatorMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetSortIndicatorMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetSortIndicatorMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetSortOrderMethodInfo #
Instances
| (signature ~ (SortType -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetSortOrderMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetSortOrderMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetSpacingMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetSpacingMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetSpacingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetTitleMethodInfo #
Instances
| (signature ~ (Text -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetTitleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetTitleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetVisibleMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeViewColumn a) => OverloadedMethod TreeViewColumnSetVisibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetVisibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSetWidgetMethodInfo #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsTreeViewColumn a, IsWidget b) => OverloadedMethod TreeViewColumnSetWidgetMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnSetWidgetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeViewColumn Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnSizingPropertyInfo #
Instances
| AttrInfo TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnSizingPropertyInfo o => o -> IO (AttrGetType TreeViewColumnSizingPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnSizingPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSizingPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnSizingPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnSizingPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSizingPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnSizingPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnSizingPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnSizingPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnSizingPropertyInfo o => o -> AttrGetType TreeViewColumnSizingPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnSizingPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnSizingPropertyInfo = "sizing" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnSizingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
data TreeViewColumnSortColumnIdPropertyInfo #
Instances
| AttrInfo TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnSortColumnIdPropertyInfo o => o -> IO (AttrGetType TreeViewColumnSortColumnIdPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnSortColumnIdPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSortColumnIdPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnSortColumnIdPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnSortColumnIdPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSortColumnIdPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnSortColumnIdPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnSortColumnIdPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnSortColumnIdPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnSortColumnIdPropertyInfo o => o -> AttrGetType TreeViewColumnSortColumnIdPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnSortColumnIdPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnSortColumnIdPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnSortColumnIdPropertyInfo = "sort-column-id" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnSortColumnIdPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnSortColumnIdPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnSortColumnIdPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnSortColumnIdPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data TreeViewColumnSortIndicatorPropertyInfo #
Instances
| AttrInfo TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnSortIndicatorPropertyInfo o => o -> IO (AttrGetType TreeViewColumnSortIndicatorPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnSortIndicatorPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSortIndicatorPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnSortIndicatorPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnSortIndicatorPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSortIndicatorPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnSortIndicatorPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnSortIndicatorPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnSortIndicatorPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnSortIndicatorPropertyInfo o => o -> AttrGetType TreeViewColumnSortIndicatorPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnSortIndicatorPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnSortIndicatorPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnSortIndicatorPropertyInfo = "sort-indicator" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnSortIndicatorPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnSortIndicatorPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnSortIndicatorPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnSortIndicatorPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewColumnSortOrderPropertyInfo #
Instances
| AttrInfo TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnSortOrderPropertyInfo o => o -> IO (AttrGetType TreeViewColumnSortOrderPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnSortOrderPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSortOrderPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnSortOrderPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnSortOrderPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSortOrderPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnSortOrderPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnSortOrderPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnSortOrderPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnSortOrderPropertyInfo o => o -> AttrGetType TreeViewColumnSortOrderPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnSortOrderPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnSortOrderPropertyInfo = "sort-order" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnSortOrderPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
data TreeViewColumnSpacingPropertyInfo #
Instances
| AttrInfo TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnSpacingPropertyInfo o => o -> IO (AttrGetType TreeViewColumnSpacingPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnSpacingPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSpacingPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnSpacingPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnSpacingPropertyInfo o, AttrSetTypeConstraint TreeViewColumnSpacingPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnSpacingPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnSpacingPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnSpacingPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnSpacingPropertyInfo o => o -> AttrGetType TreeViewColumnSpacingPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnSpacingPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnSpacingPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnSpacingPropertyInfo = "spacing" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnSpacingPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnSpacingPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnSpacingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnSpacingPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data TreeViewColumnTitlePropertyInfo #
Instances
| AttrInfo TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnTitlePropertyInfo o => o -> IO (AttrGetType TreeViewColumnTitlePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnTitlePropertyInfo o, AttrSetTypeConstraint TreeViewColumnTitlePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnTitlePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnTitlePropertyInfo o, AttrSetTypeConstraint TreeViewColumnTitlePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnTitlePropertyInfo o, AttrTransferTypeConstraint TreeViewColumnTitlePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnTitlePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnTitlePropertyInfo o => o -> AttrGetType TreeViewColumnTitlePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnTitlePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnTitlePropertyInfo = Text | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnTitlePropertyInfo = "title" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnTitlePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnTitlePropertyInfo = Text | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnTitlePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
data TreeViewColumnVisiblePropertyInfo #
Instances
| AttrInfo TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnVisiblePropertyInfo o => o -> IO (AttrGetType TreeViewColumnVisiblePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnVisiblePropertyInfo o, AttrSetTypeConstraint TreeViewColumnVisiblePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnVisiblePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnVisiblePropertyInfo o, AttrSetTypeConstraint TreeViewColumnVisiblePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnVisiblePropertyInfo o, AttrTransferTypeConstraint TreeViewColumnVisiblePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnVisiblePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnVisiblePropertyInfo o => o -> AttrGetType TreeViewColumnVisiblePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnVisiblePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnVisiblePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnVisiblePropertyInfo = "visible" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnVisiblePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnVisiblePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnVisiblePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewColumnWidgetPropertyInfo #
Instances
| AttrInfo TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnWidgetPropertyInfo o => o -> IO (AttrGetType TreeViewColumnWidgetPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnWidgetPropertyInfo o, AttrSetTypeConstraint TreeViewColumnWidgetPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnWidgetPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnWidgetPropertyInfo o, AttrSetTypeConstraint TreeViewColumnWidgetPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnWidgetPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnWidgetPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnWidgetPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnWidgetPropertyInfo o => o -> AttrGetType TreeViewColumnWidgetPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnWidgetPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnWidgetPropertyInfo = "widget" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnWidgetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
data TreeViewColumnWidthPropertyInfo #
Instances
| AttrInfo TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnWidthPropertyInfo o => o -> IO (AttrGetType TreeViewColumnWidthPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnWidthPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnWidthPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnWidthPropertyInfo o, AttrSetTypeConstraint TreeViewColumnWidthPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnWidthPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnWidthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnWidthPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnWidthPropertyInfo o => o -> AttrGetType TreeViewColumnWidthPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnWidthPropertyInfo = '['AttrGet] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnWidthPropertyInfo = "width" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnWidthPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnWidthPropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnWidthPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
data TreeViewColumnXOffsetPropertyInfo #
Instances
| AttrInfo TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewColumnXOffsetPropertyInfo o => o -> IO (AttrGetType TreeViewColumnXOffsetPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewColumnXOffsetPropertyInfo o, AttrSetTypeConstraint TreeViewColumnXOffsetPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewColumnXOffsetPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewColumnXOffsetPropertyInfo o, AttrSetTypeConstraint TreeViewColumnXOffsetPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewColumnXOffsetPropertyInfo o, AttrTransferTypeConstraint TreeViewColumnXOffsetPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewColumnXOffsetPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewColumnXOffsetPropertyInfo o => o -> AttrGetType TreeViewColumnXOffsetPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrAllowedOps TreeViewColumnXOffsetPropertyInfo = '['AttrGet] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrGetType TreeViewColumnXOffsetPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrLabel TreeViewColumnXOffsetPropertyInfo = "x-offset" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrSetTypeConstraint TreeViewColumnXOffsetPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferType TreeViewColumnXOffsetPropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewColumnXOffsetPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeViewColumn type AttrTransferTypeConstraint TreeViewColumnXOffsetPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
afterTreeViewColumnClicked :: (IsTreeViewColumn a, MonadIO m) => a -> ((?self :: a) => TreeViewColumnClickedCallback) -> m SignalHandlerId #
clearTreeViewColumnWidget :: (MonadIO m, IsTreeViewColumn o) => o -> m () #
constructTreeViewColumnAlignment :: (IsTreeViewColumn o, MonadIO m) => Float -> m (GValueConstruct o) #
constructTreeViewColumnCellArea :: (IsTreeViewColumn o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o) #
constructTreeViewColumnClickable :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewColumnExpand :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewColumnFixedWidth :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructTreeViewColumnMaxWidth :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructTreeViewColumnMinWidth :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructTreeViewColumnReorderable :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewColumnResizable :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewColumnSizing :: (IsTreeViewColumn o, MonadIO m) => TreeViewColumnSizing -> m (GValueConstruct o) #
constructTreeViewColumnSortColumnId :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructTreeViewColumnSortIndicator :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewColumnSortOrder :: (IsTreeViewColumn o, MonadIO m) => SortType -> m (GValueConstruct o) #
constructTreeViewColumnSpacing :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructTreeViewColumnTitle :: (IsTreeViewColumn o, MonadIO m) => Text -> m (GValueConstruct o) #
constructTreeViewColumnVisible :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewColumnWidget :: (IsTreeViewColumn o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) #
getTreeViewColumnAlignment :: (MonadIO m, IsTreeViewColumn o) => o -> m Float #
getTreeViewColumnCellArea :: (MonadIO m, IsTreeViewColumn o) => o -> m (Maybe CellArea) #
getTreeViewColumnClickable :: (MonadIO m, IsTreeViewColumn o) => o -> m Bool #
getTreeViewColumnExpand :: (MonadIO m, IsTreeViewColumn o) => o -> m Bool #
getTreeViewColumnFixedWidth :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32 #
getTreeViewColumnMaxWidth :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32 #
getTreeViewColumnMinWidth :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32 #
getTreeViewColumnReorderable :: (MonadIO m, IsTreeViewColumn o) => o -> m Bool #
getTreeViewColumnResizable :: (MonadIO m, IsTreeViewColumn o) => o -> m Bool #
getTreeViewColumnSizing :: (MonadIO m, IsTreeViewColumn o) => o -> m TreeViewColumnSizing #
getTreeViewColumnSortColumnId :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32 #
getTreeViewColumnSortIndicator :: (MonadIO m, IsTreeViewColumn o) => o -> m Bool #
getTreeViewColumnSortOrder :: (MonadIO m, IsTreeViewColumn o) => o -> m SortType #
getTreeViewColumnSpacing :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32 #
getTreeViewColumnTitle :: (MonadIO m, IsTreeViewColumn o) => o -> m Text #
getTreeViewColumnVisible :: (MonadIO m, IsTreeViewColumn o) => o -> m Bool #
getTreeViewColumnWidget :: (MonadIO m, IsTreeViewColumn o) => o -> m (Maybe Widget) #
getTreeViewColumnWidth :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32 #
getTreeViewColumnXOffset :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32 #
onTreeViewColumnClicked :: (IsTreeViewColumn a, MonadIO m) => a -> ((?self :: a) => TreeViewColumnClickedCallback) -> m SignalHandlerId #
setTreeViewColumnAlignment :: (MonadIO m, IsTreeViewColumn o) => o -> Float -> m () #
setTreeViewColumnClickable :: (MonadIO m, IsTreeViewColumn o) => o -> Bool -> m () #
setTreeViewColumnExpand :: (MonadIO m, IsTreeViewColumn o) => o -> Bool -> m () #
setTreeViewColumnFixedWidth :: (MonadIO m, IsTreeViewColumn o) => o -> Int32 -> m () #
setTreeViewColumnMaxWidth :: (MonadIO m, IsTreeViewColumn o) => o -> Int32 -> m () #
setTreeViewColumnMinWidth :: (MonadIO m, IsTreeViewColumn o) => o -> Int32 -> m () #
setTreeViewColumnReorderable :: (MonadIO m, IsTreeViewColumn o) => o -> Bool -> m () #
setTreeViewColumnResizable :: (MonadIO m, IsTreeViewColumn o) => o -> Bool -> m () #
setTreeViewColumnSizing :: (MonadIO m, IsTreeViewColumn o) => o -> TreeViewColumnSizing -> m () #
setTreeViewColumnSortColumnId :: (MonadIO m, IsTreeViewColumn o) => o -> Int32 -> m () #
setTreeViewColumnSortIndicator :: (MonadIO m, IsTreeViewColumn o) => o -> Bool -> m () #
setTreeViewColumnSortOrder :: (MonadIO m, IsTreeViewColumn o) => o -> SortType -> m () #
setTreeViewColumnSpacing :: (MonadIO m, IsTreeViewColumn o) => o -> Int32 -> m () #
setTreeViewColumnTitle :: (MonadIO m, IsTreeViewColumn o) => o -> Text -> m () #
setTreeViewColumnVisible :: (MonadIO m, IsTreeViewColumn o) => o -> Bool -> m () #
setTreeViewColumnWidget :: (MonadIO m, IsTreeViewColumn o, IsWidget a) => o -> a -> m () #
toTreeViewColumn :: (MonadIO m, IsTreeViewColumn o) => o -> m TreeViewColumn #
treeViewColumnAddAttribute :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => a -> b -> Text -> Int32 -> m () #
treeViewColumnAlignment :: AttrLabelProxy "alignment" #
treeViewColumnCellArea :: AttrLabelProxy "cellArea" #
treeViewColumnCellGetPosition :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => a -> b -> m (Bool, Int32, Int32) #
treeViewColumnCellGetSize :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m (Int32, Int32, Int32, Int32) #
treeViewColumnCellIsVisible :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool #
treeViewColumnCellSetCellData :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsTreeModel b) => a -> b -> TreeIter -> Bool -> Bool -> m () #
treeViewColumnClear :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m () #
treeViewColumnClearAttributes :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => a -> b -> m () #
treeViewColumnClickable :: AttrLabelProxy "clickable" #
treeViewColumnClicked :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m () #
treeViewColumnExpand :: AttrLabelProxy "expand" #
treeViewColumnFixedWidth :: AttrLabelProxy "fixedWidth" #
treeViewColumnFocusCell :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => a -> b -> m () #
treeViewColumnGetAlignment :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Float #
treeViewColumnGetButton :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Widget #
treeViewColumnGetClickable :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool #
treeViewColumnGetExpand :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool #
treeViewColumnGetFixedWidth :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32 #
treeViewColumnGetMaxWidth :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32 #
treeViewColumnGetMinWidth :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32 #
treeViewColumnGetReorderable :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool #
treeViewColumnGetResizable :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool #
treeViewColumnGetSizing :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m TreeViewColumnSizing #
treeViewColumnGetSortColumnId :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32 #
treeViewColumnGetSortIndicator :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool #
treeViewColumnGetSortOrder :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m SortType #
treeViewColumnGetSpacing :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32 #
treeViewColumnGetTitle :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Text #
treeViewColumnGetTreeView :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m (Maybe Widget) #
treeViewColumnGetVisible :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool #
treeViewColumnGetWidget :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m (Maybe Widget) #
treeViewColumnGetWidth :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32 #
treeViewColumnGetXOffset :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32 #
treeViewColumnMaxWidth :: AttrLabelProxy "maxWidth" #
treeViewColumnMinWidth :: AttrLabelProxy "minWidth" #
treeViewColumnNew :: (HasCallStack, MonadIO m) => m TreeViewColumn #
treeViewColumnNewWithArea :: (HasCallStack, MonadIO m, IsCellArea a) => a -> m TreeViewColumn #
treeViewColumnPackEnd :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => a -> b -> Bool -> m () #
treeViewColumnPackStart :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => a -> b -> Bool -> m () #
treeViewColumnQueueResize :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m () #
treeViewColumnReorderable :: AttrLabelProxy "reorderable" #
treeViewColumnResizable :: AttrLabelProxy "resizable" #
treeViewColumnSetAlignment :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Float -> m () #
treeViewColumnSetCellDataFunc :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsCellRenderer b) => a -> b -> Maybe TreeCellDataFunc -> m () #
treeViewColumnSetClickable :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m () #
treeViewColumnSetExpand :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m () #
treeViewColumnSetFixedWidth :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Int32 -> m () #
treeViewColumnSetMaxWidth :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Int32 -> m () #
treeViewColumnSetMinWidth :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Int32 -> m () #
treeViewColumnSetReorderable :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m () #
treeViewColumnSetResizable :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m () #
treeViewColumnSetSizing :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> TreeViewColumnSizing -> m () #
treeViewColumnSetSortColumnId :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Int32 -> m () #
treeViewColumnSetSortIndicator :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m () #
treeViewColumnSetSortOrder :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> SortType -> m () #
treeViewColumnSetSpacing :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Int32 -> m () #
treeViewColumnSetTitle :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Text -> m () #
treeViewColumnSetVisible :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m () #
treeViewColumnSetWidget :: (HasCallStack, MonadIO m, IsTreeViewColumn a, IsWidget b) => a -> Maybe b -> m () #
treeViewColumnSizing :: AttrLabelProxy "sizing" #
treeViewColumnSortColumnId :: AttrLabelProxy "sortColumnId" #
treeViewColumnSortIndicator :: AttrLabelProxy "sortIndicator" #
treeViewColumnSortOrder :: AttrLabelProxy "sortOrder" #
treeViewColumnSpacing :: AttrLabelProxy "spacing" #
treeViewColumnTitle :: AttrLabelProxy "title" #
treeViewColumnVisible :: AttrLabelProxy "visible" #
treeViewColumnWidget :: AttrLabelProxy "widget" #
treeViewColumnWidth :: AttrLabelProxy "width" #
treeViewColumnXOffset :: AttrLabelProxy "xOffset" #