| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.TreeView
Description
Documentation
Constructors
| TreeView (ManagedPtr TreeView) |
Instances
class (GObject o, IsDescendantOf TreeView o) => IsTreeView o #
Instances
| (GObject o, IsDescendantOf TreeView o) => IsTreeView o | |
Defined in GI.Gtk.Objects.TreeView | |
type family ResolveTreeViewMethod (t :: Symbol) o where ... #
Equations
data TreeViewActivateOnSingleClickPropertyInfo #
Instances
data TreeViewAppendColumnMethodInfo #
Instances
| (signature ~ (b -> m Int32), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewAppendColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewAppendColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewCollapseAllMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewCollapseAllMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewCollapseAllMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewCollapseRowMethodInfo #
Instances
| (signature ~ (TreePath -> m Bool), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewCollapseRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewCollapseRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewColumnsAutosizeMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewColumnsAutosizeMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewColumnsAutosizeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type TreeViewColumnsChangedCallback = IO () #
data TreeViewColumnsChangedSignalInfo #
Instances
| SignalInfo TreeViewColumnsChangedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewColumnsChangedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewColumnsChangedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
data TreeViewConvertBinWindowToTreeCoordsMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewConvertBinWindowToTreeCoordsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewConvertBinWindowToTreeCoordsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewConvertBinWindowToWidgetCoordsMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewConvertBinWindowToWidgetCoordsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewConvertBinWindowToWidgetCoordsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewConvertTreeToBinWindowCoordsMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewConvertTreeToBinWindowCoordsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewConvertTreeToBinWindowCoordsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewConvertTreeToWidgetCoordsMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewConvertTreeToWidgetCoordsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewConvertTreeToWidgetCoordsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewConvertWidgetToBinWindowCoordsMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewConvertWidgetToBinWindowCoordsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewConvertWidgetToBinWindowCoordsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewConvertWidgetToTreeCoordsMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewConvertWidgetToTreeCoordsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewConvertWidgetToTreeCoordsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewCreateRowDragIconMethodInfo #
Instances
| (signature ~ (TreePath -> m (Maybe Paintable)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewCreateRowDragIconMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewCreateRowDragIconMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type TreeViewCursorChangedCallback = IO () #
data TreeViewCursorChangedSignalInfo #
Instances
| SignalInfo TreeViewCursorChangedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewCursorChangedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewCursorChangedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
data TreeViewEnableGridLinesPropertyInfo #
Instances
| AttrInfo TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo o => o -> IO (AttrGetType TreeViewEnableGridLinesPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo o, AttrSetTypeConstraint TreeViewEnableGridLinesPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo o, AttrSetTypeConstraint TreeViewEnableGridLinesPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo o, AttrTransferTypeConstraint TreeViewEnableGridLinesPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewEnableGridLinesPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo o => o -> AttrGetType TreeViewEnableGridLinesPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewEnableGridLinesPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewEnableGridLinesPropertyInfo = "enable-grid-lines" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewEnableGridLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
data TreeViewEnableModelDragDestMethodInfo #
Instances
| (signature ~ (ContentFormats -> [DragAction] -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewEnableModelDragDestMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewEnableModelDragDestMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewEnableModelDragSourceMethodInfo #
Instances
| (signature ~ ([ModifierType] -> ContentFormats -> [DragAction] -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewEnableModelDragSourceMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewEnableModelDragSourceMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewEnableSearchPropertyInfo #
Instances
| AttrInfo TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o => o -> IO (AttrGetType TreeViewEnableSearchPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o, AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o, AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o, AttrTransferTypeConstraint TreeViewEnableSearchPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewEnableSearchPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o => o -> AttrGetType TreeViewEnableSearchPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewEnableSearchPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewEnableSearchPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewEnableSearchPropertyInfo = "enable-search" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewEnableSearchPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewEnableSearchPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewEnableSearchPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewEnableTreeLinesPropertyInfo #
Instances
| AttrInfo TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo o => o -> IO (AttrGetType TreeViewEnableTreeLinesPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo o, AttrSetTypeConstraint TreeViewEnableTreeLinesPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo o, AttrSetTypeConstraint TreeViewEnableTreeLinesPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo o, AttrTransferTypeConstraint TreeViewEnableTreeLinesPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewEnableTreeLinesPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo o => o -> AttrGetType TreeViewEnableTreeLinesPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewEnableTreeLinesPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewEnableTreeLinesPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewEnableTreeLinesPropertyInfo = "enable-tree-lines" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewEnableTreeLinesPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewEnableTreeLinesPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewEnableTreeLinesPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewEnableTreeLinesPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewExpandAllMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewExpandAllMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewExpandAllMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type TreeViewExpandCollapseCursorRowCallback = Bool -> Bool -> Bool -> IO Bool #
data TreeViewExpandCollapseCursorRowSignalInfo #
Instances
| SignalInfo TreeViewExpandCollapseCursorRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewExpandCollapseCursorRowSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewExpandCollapseCursorRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView type HaskellCallbackType TreeViewExpandCollapseCursorRowSignalInfo = TreeViewExpandCollapseCursorRowCallback | |||||
data TreeViewExpandRowMethodInfo #
Instances
| (signature ~ (TreePath -> Bool -> m Bool), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewExpandRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewExpandRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewExpandToPathMethodInfo #
Instances
| (signature ~ (TreePath -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewExpandToPathMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewExpandToPathMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewExpanderColumnPropertyInfo #
Instances
| AttrInfo TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo o => o -> IO (AttrGetType TreeViewExpanderColumnPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo o, AttrSetTypeConstraint TreeViewExpanderColumnPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo o, AttrSetTypeConstraint TreeViewExpanderColumnPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo o, AttrTransferTypeConstraint TreeViewExpanderColumnPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewExpanderColumnPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo o => o -> AttrGetType TreeViewExpanderColumnPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewExpanderColumnPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewExpanderColumnPropertyInfo = "expander-column" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewExpanderColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
data TreeViewFixedHeightModePropertyInfo #
Instances
| AttrInfo TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo o => o -> IO (AttrGetType TreeViewFixedHeightModePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo o, AttrSetTypeConstraint TreeViewFixedHeightModePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo o, AttrSetTypeConstraint TreeViewFixedHeightModePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo o, AttrTransferTypeConstraint TreeViewFixedHeightModePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewFixedHeightModePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo o => o -> AttrGetType TreeViewFixedHeightModePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewFixedHeightModePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewFixedHeightModePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewFixedHeightModePropertyInfo = "fixed-height-mode" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewFixedHeightModePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewFixedHeightModePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewFixedHeightModePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewFixedHeightModePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewGetActivateOnSingleClickMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetActivateOnSingleClickMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetActivateOnSingleClickMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetBackgroundAreaMethodInfo #
Instances
| (signature ~ (Maybe TreePath -> Maybe b -> m Rectangle), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewGetBackgroundAreaMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetBackgroundAreaMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetCellAreaMethodInfo #
Instances
| (signature ~ (Maybe TreePath -> Maybe b -> m Rectangle), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewGetCellAreaMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetCellAreaMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetColumnMethodInfo #
Instances
| (signature ~ (Int32 -> m (Maybe TreeViewColumn)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetColumnsMethodInfo #
Instances
| (signature ~ m [TreeViewColumn], MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetColumnsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetColumnsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetCursorMethodInfo #
Instances
| (signature ~ m (Maybe TreePath, Maybe TreeViewColumn), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetCursorMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetCursorMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetDestRowAtPosMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Bool, Maybe TreePath, TreeViewDropPosition)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetDestRowAtPosMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetDestRowAtPosMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetDragDestRowMethodInfo #
Instances
| (signature ~ m (Maybe TreePath, TreeViewDropPosition), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetDragDestRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetDragDestRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetEnableSearchMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetEnableSearchMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetEnableSearchMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetEnableTreeLinesMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetEnableTreeLinesMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetEnableTreeLinesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetExpanderColumnMethodInfo #
Instances
| (signature ~ m (Maybe TreeViewColumn), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetExpanderColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetExpanderColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetFixedHeightModeMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetFixedHeightModeMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetFixedHeightModeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetGridLinesMethodInfo #
Instances
| (signature ~ m TreeViewGridLines, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetGridLinesMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetGridLinesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetHeadersClickableMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetHeadersClickableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetHeadersClickableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetHeadersVisibleMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetHeadersVisibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetHeadersVisibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetHoverExpandMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetHoverExpandMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetHoverExpandMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetHoverSelectionMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetHoverSelectionMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetHoverSelectionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetLevelIndentationMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetLevelIndentationMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetLevelIndentationMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetModelMethodInfo #
Instances
| (signature ~ m (Maybe TreeModel), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetNColumnsMethodInfo #
Instances
| (signature ~ m Word32, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetNColumnsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetNColumnsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetPathAtPosMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Bool, Maybe TreePath, Maybe TreeViewColumn, Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetPathAtPosMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetPathAtPosMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetReorderableMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetReorderableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetReorderableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetRubberBandingMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetRubberBandingMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetRubberBandingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetSearchColumnMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetSearchColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetSearchColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetSearchEntryMethodInfo #
Instances
| (signature ~ m (Maybe Editable), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetSearchEntryMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetSearchEntryMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetSelectionMethodInfo #
Instances
| (signature ~ m TreeSelection, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetSelectionMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetSelectionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetShowExpandersMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetShowExpandersMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetShowExpandersMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetTooltipColumnMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetTooltipColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetTooltipColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetTooltipContextMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> Bool -> m (Bool, Maybe TreeModel, TreePath, TreeIter)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetTooltipContextMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetTooltipContextMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetVisibleRangeMethodInfo #
Instances
| (signature ~ m (Bool, TreePath, TreePath), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetVisibleRangeMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetVisibleRangeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewGetVisibleRectMethodInfo #
Instances
| (signature ~ m Rectangle, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewGetVisibleRectMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewGetVisibleRectMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewHeadersClickablePropertyInfo #
Instances
| AttrInfo TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo o => o -> IO (AttrGetType TreeViewHeadersClickablePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo o, AttrSetTypeConstraint TreeViewHeadersClickablePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo o, AttrSetTypeConstraint TreeViewHeadersClickablePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo o, AttrTransferTypeConstraint TreeViewHeadersClickablePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewHeadersClickablePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo o => o -> AttrGetType TreeViewHeadersClickablePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewHeadersClickablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewHeadersClickablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewHeadersClickablePropertyInfo = "headers-clickable" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewHeadersClickablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewHeadersClickablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewHeadersClickablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewHeadersClickablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewHeadersVisiblePropertyInfo #
Instances
| AttrInfo TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo o => o -> IO (AttrGetType TreeViewHeadersVisiblePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo o, AttrSetTypeConstraint TreeViewHeadersVisiblePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo o, AttrSetTypeConstraint TreeViewHeadersVisiblePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo o, AttrTransferTypeConstraint TreeViewHeadersVisiblePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewHeadersVisiblePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo o => o -> AttrGetType TreeViewHeadersVisiblePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewHeadersVisiblePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewHeadersVisiblePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewHeadersVisiblePropertyInfo = "headers-visible" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewHeadersVisiblePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewHeadersVisiblePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewHeadersVisiblePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewHeadersVisiblePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewHoverExpandPropertyInfo #
Instances
| AttrInfo TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o => o -> IO (AttrGetType TreeViewHoverExpandPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o, AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o, AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o, AttrTransferTypeConstraint TreeViewHoverExpandPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewHoverExpandPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o => o -> AttrGetType TreeViewHoverExpandPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewHoverExpandPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewHoverExpandPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewHoverExpandPropertyInfo = "hover-expand" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewHoverExpandPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewHoverExpandPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewHoverExpandPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewHoverSelectionPropertyInfo #
Instances
| AttrInfo TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo o => o -> IO (AttrGetType TreeViewHoverSelectionPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo o, AttrSetTypeConstraint TreeViewHoverSelectionPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo o, AttrSetTypeConstraint TreeViewHoverSelectionPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo o, AttrTransferTypeConstraint TreeViewHoverSelectionPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewHoverSelectionPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo o => o -> AttrGetType TreeViewHoverSelectionPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewHoverSelectionPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewHoverSelectionPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewHoverSelectionPropertyInfo = "hover-selection" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewHoverSelectionPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewHoverSelectionPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewHoverSelectionPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewHoverSelectionPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewInsertColumnMethodInfo #
Instances
| (signature ~ (b -> Int32 -> m Int32), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewInsertColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewInsertColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewInsertColumnWithDataFuncMethodInfo #
Instances
| (signature ~ (Int32 -> Text -> b -> TreeCellDataFunc -> m Int32), MonadIO m, IsTreeView a, IsCellRenderer b) => OverloadedMethod TreeViewInsertColumnWithDataFuncMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewInsertColumnWithDataFuncMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewIsBlankAtPosMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m (Bool, Maybe TreePath, Maybe TreeViewColumn, Int32, Int32)), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewIsBlankAtPosMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewIsBlankAtPosMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewIsRubberBandingActiveMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTreeView a) => OverloadedMethod TreeViewIsRubberBandingActiveMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewIsRubberBandingActiveMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewLevelIndentationPropertyInfo #
Instances
| AttrInfo TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo o => o -> IO (AttrGetType TreeViewLevelIndentationPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo o, AttrSetTypeConstraint TreeViewLevelIndentationPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo o, AttrSetTypeConstraint TreeViewLevelIndentationPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo o, AttrTransferTypeConstraint TreeViewLevelIndentationPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewLevelIndentationPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo o => o -> AttrGetType TreeViewLevelIndentationPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewLevelIndentationPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewLevelIndentationPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewLevelIndentationPropertyInfo = "level-indentation" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewLevelIndentationPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewLevelIndentationPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewLevelIndentationPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewLevelIndentationPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data TreeViewMapExpandedRowsMethodInfo #
Instances
| (signature ~ (TreeViewMappingFunc -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewMapExpandedRowsMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewMapExpandedRowsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewModelPropertyInfo #
Instances
| AttrInfo TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewModelPropertyInfo o => o -> IO (AttrGetType TreeViewModelPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewModelPropertyInfo o, AttrSetTypeConstraint TreeViewModelPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewModelPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewModelPropertyInfo o, AttrSetTypeConstraint TreeViewModelPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewModelPropertyInfo o, AttrTransferTypeConstraint TreeViewModelPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewModelPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewModelPropertyInfo o => o -> AttrGetType TreeViewModelPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewModelPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewModelPropertyInfo = "model" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
data TreeViewMoveColumnAfterMethodInfo #
Instances
| (signature ~ (b -> Maybe c -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b, IsTreeViewColumn c) => OverloadedMethod TreeViewMoveColumnAfterMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewMoveColumnAfterMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type TreeViewMoveCursorCallback = MovementStep -> Int32 -> Bool -> Bool -> IO Bool #
data TreeViewMoveCursorSignalInfo #
Instances
| SignalInfo TreeViewMoveCursorSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewMoveCursorSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewMoveCursorSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
data TreeViewRemoveColumnMethodInfo #
Instances
| (signature ~ (b -> m Int32), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewRemoveColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewRemoveColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewReorderablePropertyInfo #
Instances
| AttrInfo TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o => o -> IO (AttrGetType TreeViewReorderablePropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o, AttrSetTypeConstraint TreeViewReorderablePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o, AttrSetTypeConstraint TreeViewReorderablePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o, AttrTransferTypeConstraint TreeViewReorderablePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewReorderablePropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o => o -> AttrGetType TreeViewReorderablePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewReorderablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewReorderablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewReorderablePropertyInfo = "reorderable" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewReorderablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewReorderablePropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewReorderablePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewReorderablePropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
type TreeViewRowActivatedCallback = TreePath -> Maybe TreeViewColumn -> IO () #
data TreeViewRowActivatedMethodInfo #
Instances
| (signature ~ (TreePath -> Maybe b -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewRowActivatedMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewRowActivatedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewRowActivatedSignalInfo #
Instances
| SignalInfo TreeViewRowActivatedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewRowActivatedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewRowActivatedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
type TreeViewRowCollapsedCallback = TreeIter -> TreePath -> IO () #
data TreeViewRowCollapsedSignalInfo #
Instances
| SignalInfo TreeViewRowCollapsedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewRowCollapsedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewRowCollapsedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
type TreeViewRowExpandedCallback = TreeIter -> TreePath -> IO () #
data TreeViewRowExpandedMethodInfo #
Instances
| (signature ~ (TreePath -> m Bool), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewRowExpandedMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewRowExpandedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewRowExpandedSignalInfo #
Instances
| SignalInfo TreeViewRowExpandedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewRowExpandedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewRowExpandedSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
data TreeViewRubberBandingPropertyInfo #
Instances
| AttrInfo TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo o => o -> IO (AttrGetType TreeViewRubberBandingPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo o, AttrSetTypeConstraint TreeViewRubberBandingPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo o, AttrSetTypeConstraint TreeViewRubberBandingPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo o, AttrTransferTypeConstraint TreeViewRubberBandingPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewRubberBandingPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo o => o -> AttrGetType TreeViewRubberBandingPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewRubberBandingPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewRubberBandingPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewRubberBandingPropertyInfo = "rubber-banding" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewRubberBandingPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewRubberBandingPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewRubberBandingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewRubberBandingPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data TreeViewScrollToCellMethodInfo #
Instances
| (signature ~ (Maybe TreePath -> Maybe b -> Bool -> Float -> Float -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewScrollToCellMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewScrollToCellMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewScrollToPointMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewScrollToPointMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewScrollToPointMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSearchColumnPropertyInfo #
Instances
| AttrInfo TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o => o -> IO (AttrGetType TreeViewSearchColumnPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o, AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o, AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o, AttrTransferTypeConstraint TreeViewSearchColumnPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewSearchColumnPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o => o -> AttrGetType TreeViewSearchColumnPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewSearchColumnPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewSearchColumnPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewSearchColumnPropertyInfo = "search-column" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewSearchColumnPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewSearchColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewSearchColumnPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
type TreeViewSelectAllCallback = IO Bool #
data TreeViewSelectAllSignalInfo #
Instances
| SignalInfo TreeViewSelectAllSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewSelectAllSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewSelectAllSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
type TreeViewSelectCursorParentCallback = IO Bool #
data TreeViewSelectCursorParentSignalInfo #
Instances
| SignalInfo TreeViewSelectCursorParentSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewSelectCursorParentSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewSelectCursorParentSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
type TreeViewSelectCursorRowCallback = Bool -> IO Bool #
data TreeViewSelectCursorRowSignalInfo #
Instances
| SignalInfo TreeViewSelectCursorRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewSelectCursorRowSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewSelectCursorRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
data TreeViewSetActivateOnSingleClickMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetActivateOnSingleClickMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetActivateOnSingleClickMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetColumnDragFunctionMethodInfo #
Instances
| (signature ~ (Maybe TreeViewColumnDropFunc -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetColumnDragFunctionMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetColumnDragFunctionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetCursorMethodInfo #
Instances
| (signature ~ (TreePath -> Maybe b -> Bool -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewSetCursorMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetCursorMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetCursorOnCellMethodInfo #
Instances
| (signature ~ (TreePath -> Maybe b -> Maybe c -> Bool -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b, IsCellRenderer c) => OverloadedMethod TreeViewSetCursorOnCellMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetCursorOnCellMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetDragDestRowMethodInfo #
Instances
| (signature ~ (Maybe TreePath -> TreeViewDropPosition -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetDragDestRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetDragDestRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetEnableSearchMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetEnableSearchMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetEnableSearchMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetEnableTreeLinesMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetEnableTreeLinesMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetEnableTreeLinesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetExpanderColumnMethodInfo #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => OverloadedMethod TreeViewSetExpanderColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetExpanderColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetFixedHeightModeMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetFixedHeightModeMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetFixedHeightModeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetGridLinesMethodInfo #
Instances
| (signature ~ (TreeViewGridLines -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetGridLinesMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetGridLinesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetHeadersClickableMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetHeadersClickableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetHeadersClickableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetHeadersVisibleMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetHeadersVisibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetHeadersVisibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetHoverExpandMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetHoverExpandMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetHoverExpandMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetHoverSelectionMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetHoverSelectionMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetHoverSelectionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetLevelIndentationMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetLevelIndentationMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetLevelIndentationMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetModelMethodInfo #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsTreeView a, IsTreeModel b) => OverloadedMethod TreeViewSetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetReorderableMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetReorderableMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetReorderableMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetRowSeparatorFuncMethodInfo #
Instances
| (signature ~ (Maybe TreeViewRowSeparatorFunc -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetRowSeparatorFuncMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetRowSeparatorFuncMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetRubberBandingMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetRubberBandingMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetRubberBandingMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetSearchColumnMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetSearchColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetSearchColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetSearchEntryMethodInfo #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsTreeView a, IsEditable b) => OverloadedMethod TreeViewSetSearchEntryMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetSearchEntryMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetSearchEqualFuncMethodInfo #
Instances
| (signature ~ (TreeViewSearchEqualFunc -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetSearchEqualFuncMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetSearchEqualFuncMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetShowExpandersMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetShowExpandersMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetShowExpandersMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetTooltipCellMethodInfo #
Instances
| (signature ~ (b -> Maybe TreePath -> Maybe c -> Maybe d -> m ()), MonadIO m, IsTreeView a, IsTooltip b, IsTreeViewColumn c, IsCellRenderer d) => OverloadedMethod TreeViewSetTooltipCellMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetTooltipCellMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetTooltipColumnMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewSetTooltipColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetTooltipColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewSetTooltipRowMethodInfo #
Instances
| (signature ~ (b -> TreePath -> m ()), MonadIO m, IsTreeView a, IsTooltip b) => OverloadedMethod TreeViewSetTooltipRowMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewSetTooltipRowMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewShowExpandersPropertyInfo #
Instances
| AttrInfo TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo o => o -> IO (AttrGetType TreeViewShowExpandersPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo o, AttrSetTypeConstraint TreeViewShowExpandersPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo o, AttrSetTypeConstraint TreeViewShowExpandersPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo o, AttrTransferTypeConstraint TreeViewShowExpandersPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewShowExpandersPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo o => o -> AttrGetType TreeViewShowExpandersPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewShowExpandersPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewShowExpandersPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewShowExpandersPropertyInfo = "show-expanders" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewShowExpandersPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewShowExpandersPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewShowExpandersPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewShowExpandersPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
type TreeViewStartInteractiveSearchCallback = IO Bool #
data TreeViewStartInteractiveSearchSignalInfo #
Instances
| SignalInfo TreeViewStartInteractiveSearchSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewStartInteractiveSearchSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewStartInteractiveSearchSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView type HaskellCallbackType TreeViewStartInteractiveSearchSignalInfo = TreeViewStartInteractiveSearchCallback | |||||
type TreeViewTestCollapseRowCallback = TreeIter -> TreePath -> IO Bool #
data TreeViewTestCollapseRowSignalInfo #
Instances
| SignalInfo TreeViewTestCollapseRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewTestCollapseRowSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewTestCollapseRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
type TreeViewTestExpandRowCallback = TreeIter -> TreePath -> IO Bool #
data TreeViewTestExpandRowSignalInfo #
Instances
| SignalInfo TreeViewTestExpandRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewTestExpandRowSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewTestExpandRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
type TreeViewToggleCursorRowCallback = IO Bool #
data TreeViewToggleCursorRowSignalInfo #
Instances
| SignalInfo TreeViewToggleCursorRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewToggleCursorRowSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewToggleCursorRowSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
data TreeViewTooltipColumnPropertyInfo #
Instances
| AttrInfo TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods attrGet :: AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo o => o -> IO (AttrGetType TreeViewTooltipColumnPropertyInfo) attrSet :: (AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo o, AttrSetTypeConstraint TreeViewTooltipColumnPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo o, AttrSetTypeConstraint TreeViewTooltipColumnPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo o, AttrTransferTypeConstraint TreeViewTooltipColumnPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeViewTooltipColumnPropertyInfo) attrPut :: AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo o => o -> AttrGetType TreeViewTooltipColumnPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrAllowedOps TreeViewTooltipColumnPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrGetType TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrGetType TreeViewTooltipColumnPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrLabel TreeViewTooltipColumnPropertyInfo = "tooltip-column" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrSetTypeConstraint TreeViewTooltipColumnPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferType TreeViewTooltipColumnPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TreeViewTooltipColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TreeView type AttrTransferTypeConstraint TreeViewTooltipColumnPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
type TreeViewUnselectAllCallback = IO Bool #
data TreeViewUnselectAllSignalInfo #
Instances
| SignalInfo TreeViewUnselectAllSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeViewUnselectAllSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType TreeViewUnselectAllSignalInfo | |||||
Defined in GI.Gtk.Objects.TreeView | |||||
data TreeViewUnsetRowsDragDestMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewUnsetRowsDragDestMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewUnsetRowsDragDestMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TreeViewUnsetRowsDragSourceMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsTreeView a) => OverloadedMethod TreeViewUnsetRowsDragSourceMethodInfo a signature | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TreeViewUnsetRowsDragSourceMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TreeView Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
afterTreeViewColumnsChanged :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewColumnsChangedCallback) -> m SignalHandlerId #
afterTreeViewCursorChanged :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewCursorChangedCallback) -> m SignalHandlerId #
afterTreeViewExpandCollapseCursorRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewExpandCollapseCursorRowCallback) -> m SignalHandlerId #
afterTreeViewMoveCursor :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewMoveCursorCallback) -> m SignalHandlerId #
afterTreeViewRowActivated :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewRowActivatedCallback) -> m SignalHandlerId #
afterTreeViewRowCollapsed :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewRowCollapsedCallback) -> m SignalHandlerId #
afterTreeViewRowExpanded :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewRowExpandedCallback) -> m SignalHandlerId #
afterTreeViewSelectAll :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewSelectAllCallback) -> m SignalHandlerId #
afterTreeViewSelectCursorParent :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewSelectCursorParentCallback) -> m SignalHandlerId #
afterTreeViewSelectCursorRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewSelectCursorRowCallback) -> m SignalHandlerId #
afterTreeViewStartInteractiveSearch :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewStartInteractiveSearchCallback) -> m SignalHandlerId #
afterTreeViewTestCollapseRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewTestCollapseRowCallback) -> m SignalHandlerId #
afterTreeViewTestExpandRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewTestExpandRowCallback) -> m SignalHandlerId #
afterTreeViewToggleCursorRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewToggleCursorRowCallback) -> m SignalHandlerId #
afterTreeViewUnselectAll :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewUnselectAllCallback) -> m SignalHandlerId #
clearTreeViewExpanderColumn :: (MonadIO m, IsTreeView o) => o -> m () #
clearTreeViewModel :: (MonadIO m, IsTreeView o) => o -> m () #
constructTreeViewActivateOnSingleClick :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewEnableGridLines :: (IsTreeView o, MonadIO m) => TreeViewGridLines -> m (GValueConstruct o) #
constructTreeViewEnableSearch :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewEnableTreeLines :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewExpanderColumn :: (IsTreeView o, MonadIO m, IsTreeViewColumn a) => a -> m (GValueConstruct o) #
constructTreeViewFixedHeightMode :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewHeadersClickable :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewHeadersVisible :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewHoverExpand :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewHoverSelection :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewLevelIndentation :: (IsTreeView o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructTreeViewModel :: (IsTreeView o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o) #
constructTreeViewReorderable :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewRubberBanding :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewSearchColumn :: (IsTreeView o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructTreeViewShowExpanders :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTreeViewTooltipColumn :: (IsTreeView o, MonadIO m) => Int32 -> m (GValueConstruct o) #
getTreeViewActivateOnSingleClick :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewEnableGridLines :: (MonadIO m, IsTreeView o) => o -> m TreeViewGridLines #
getTreeViewEnableSearch :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewEnableTreeLines :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewExpanderColumn :: (MonadIO m, IsTreeView o) => o -> m (Maybe TreeViewColumn) #
getTreeViewFixedHeightMode :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewHeadersClickable :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewHeadersVisible :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewHoverExpand :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewHoverSelection :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewLevelIndentation :: (MonadIO m, IsTreeView o) => o -> m Int32 #
getTreeViewModel :: (MonadIO m, IsTreeView o) => o -> m (Maybe TreeModel) #
getTreeViewReorderable :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewRubberBanding :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewSearchColumn :: (MonadIO m, IsTreeView o) => o -> m Int32 #
getTreeViewShowExpanders :: (MonadIO m, IsTreeView o) => o -> m Bool #
getTreeViewTooltipColumn :: (MonadIO m, IsTreeView o) => o -> m Int32 #
onTreeViewColumnsChanged :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewColumnsChangedCallback) -> m SignalHandlerId #
onTreeViewCursorChanged :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewCursorChangedCallback) -> m SignalHandlerId #
onTreeViewExpandCollapseCursorRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewExpandCollapseCursorRowCallback) -> m SignalHandlerId #
onTreeViewMoveCursor :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewMoveCursorCallback) -> m SignalHandlerId #
onTreeViewRowActivated :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewRowActivatedCallback) -> m SignalHandlerId #
onTreeViewRowCollapsed :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewRowCollapsedCallback) -> m SignalHandlerId #
onTreeViewRowExpanded :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewRowExpandedCallback) -> m SignalHandlerId #
onTreeViewSelectAll :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewSelectAllCallback) -> m SignalHandlerId #
onTreeViewSelectCursorParent :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewSelectCursorParentCallback) -> m SignalHandlerId #
onTreeViewSelectCursorRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewSelectCursorRowCallback) -> m SignalHandlerId #
onTreeViewStartInteractiveSearch :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewStartInteractiveSearchCallback) -> m SignalHandlerId #
onTreeViewTestCollapseRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewTestCollapseRowCallback) -> m SignalHandlerId #
onTreeViewTestExpandRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewTestExpandRowCallback) -> m SignalHandlerId #
onTreeViewToggleCursorRow :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewToggleCursorRowCallback) -> m SignalHandlerId #
onTreeViewUnselectAll :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewUnselectAllCallback) -> m SignalHandlerId #
setTreeViewActivateOnSingleClick :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewEnableGridLines :: (MonadIO m, IsTreeView o) => o -> TreeViewGridLines -> m () #
setTreeViewEnableSearch :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewEnableTreeLines :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewExpanderColumn :: (MonadIO m, IsTreeView o, IsTreeViewColumn a) => o -> a -> m () #
setTreeViewFixedHeightMode :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewHeadersClickable :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewHeadersVisible :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewHoverExpand :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewHoverSelection :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewLevelIndentation :: (MonadIO m, IsTreeView o) => o -> Int32 -> m () #
setTreeViewModel :: (MonadIO m, IsTreeView o, IsTreeModel a) => o -> a -> m () #
setTreeViewReorderable :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewRubberBanding :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewSearchColumn :: (MonadIO m, IsTreeView o) => o -> Int32 -> m () #
setTreeViewShowExpanders :: (MonadIO m, IsTreeView o) => o -> Bool -> m () #
setTreeViewTooltipColumn :: (MonadIO m, IsTreeView o) => o -> Int32 -> m () #
toTreeView :: (MonadIO m, IsTreeView o) => o -> m TreeView #
treeViewActivateOnSingleClick :: AttrLabelProxy "activateOnSingleClick" #
treeViewAppendColumn :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> b -> m Int32 #
treeViewCollapseAll :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m () #
treeViewCollapseRow :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreePath -> m Bool #
treeViewColumnsAutosize :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m () #
treeViewConvertBinWindowToTreeCoords :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Int32, Int32) #
treeViewConvertBinWindowToWidgetCoords :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Int32, Int32) #
treeViewConvertTreeToBinWindowCoords :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Int32, Int32) #
treeViewConvertTreeToWidgetCoords :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Int32, Int32) #
treeViewConvertWidgetToBinWindowCoords :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Int32, Int32) #
treeViewConvertWidgetToTreeCoords :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Int32, Int32) #
treeViewCreateRowDragIcon :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreePath -> m (Maybe Paintable) #
treeViewEnableGridLines :: AttrLabelProxy "enableGridLines" #
treeViewEnableModelDragDest :: (HasCallStack, MonadIO m, IsTreeView a) => a -> ContentFormats -> [DragAction] -> m () #
treeViewEnableModelDragSource :: (HasCallStack, MonadIO m, IsTreeView a) => a -> [ModifierType] -> ContentFormats -> [DragAction] -> m () #
treeViewEnableSearch :: AttrLabelProxy "enableSearch" #
treeViewEnableTreeLines :: AttrLabelProxy "enableTreeLines" #
treeViewExpandAll :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m () #
treeViewExpandRow :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreePath -> Bool -> m Bool #
treeViewExpandToPath :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreePath -> m () #
treeViewExpanderColumn :: AttrLabelProxy "expanderColumn" #
treeViewFixedHeightMode :: AttrLabelProxy "fixedHeightMode" #
treeViewGetActivateOnSingleClick :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetBackgroundArea :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> Maybe TreePath -> Maybe b -> m Rectangle #
treeViewGetCellArea :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> Maybe TreePath -> Maybe b -> m Rectangle #
treeViewGetColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> m (Maybe TreeViewColumn) #
treeViewGetColumns :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m [TreeViewColumn] #
treeViewGetCursor :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Maybe TreePath, Maybe TreeViewColumn) #
treeViewGetDestRowAtPos :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Bool, Maybe TreePath, TreeViewDropPosition) #
treeViewGetDragDestRow :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Maybe TreePath, TreeViewDropPosition) #
treeViewGetEnableSearch :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetEnableTreeLines :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetExpanderColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Maybe TreeViewColumn) #
treeViewGetFixedHeightMode :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetGridLines :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m TreeViewGridLines #
treeViewGetHeadersClickable :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetHeadersVisible :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetHoverExpand :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetHoverSelection :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetLevelIndentation :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Int32 #
treeViewGetModel :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Maybe TreeModel) #
treeViewGetNColumns :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Word32 #
treeViewGetPathAtPos :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Bool, Maybe TreePath, Maybe TreeViewColumn, Int32, Int32) #
treeViewGetReorderable :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetRubberBanding :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetSearchColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Int32 #
treeViewGetSearchEntry :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Maybe Editable) #
treeViewGetSelection :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m TreeSelection #
treeViewGetShowExpanders :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewGetTooltipColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Int32 #
treeViewGetTooltipContext :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> Bool -> m (Bool, Maybe TreeModel, TreePath, TreeIter) #
treeViewGetVisibleRange :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Bool, TreePath, TreePath) #
treeViewGetVisibleRect :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Rectangle #
treeViewHeadersClickable :: AttrLabelProxy "headersClickable" #
treeViewHeadersVisible :: AttrLabelProxy "headersVisible" #
treeViewHoverExpand :: AttrLabelProxy "hoverExpand" #
treeViewHoverSelection :: AttrLabelProxy "hoverSelection" #
treeViewInsertColumn :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> b -> Int32 -> m Int32 #
treeViewInsertColumnWithDataFunc :: (HasCallStack, MonadIO m, IsTreeView a, IsCellRenderer b) => a -> Int32 -> Text -> b -> TreeCellDataFunc -> m Int32 #
treeViewIsBlankAtPos :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m (Bool, Maybe TreePath, Maybe TreeViewColumn, Int32, Int32) #
treeViewIsRubberBandingActive :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Bool #
treeViewLevelIndentation :: AttrLabelProxy "levelIndentation" #
treeViewMapExpandedRows :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreeViewMappingFunc -> m () #
treeViewModel :: AttrLabelProxy "model" #
treeViewMoveColumnAfter :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b, IsTreeViewColumn c) => a -> b -> Maybe c -> m () #
treeViewNew :: (HasCallStack, MonadIO m) => m TreeView #
treeViewNewWithModel :: (HasCallStack, MonadIO m, IsTreeModel a) => a -> m TreeView #
treeViewRemoveColumn :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> b -> m Int32 #
treeViewReorderable :: AttrLabelProxy "reorderable" #
treeViewRowActivated :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> TreePath -> Maybe b -> m () #
treeViewRowExpanded :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreePath -> m Bool #
treeViewRubberBanding :: AttrLabelProxy "rubberBanding" #
treeViewScrollToCell :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> Maybe TreePath -> Maybe b -> Bool -> Float -> Float -> m () #
treeViewScrollToPoint :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> Int32 -> m () #
treeViewSearchColumn :: AttrLabelProxy "searchColumn" #
treeViewSetActivateOnSingleClick :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetColumnDragFunction :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Maybe TreeViewColumnDropFunc -> m () #
treeViewSetCursor :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> TreePath -> Maybe b -> Bool -> m () #
treeViewSetCursorOnCell :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b, IsCellRenderer c) => a -> TreePath -> Maybe b -> Maybe c -> Bool -> m () #
treeViewSetDragDestRow :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Maybe TreePath -> TreeViewDropPosition -> m () #
treeViewSetEnableSearch :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetEnableTreeLines :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetExpanderColumn :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeViewColumn b) => a -> Maybe b -> m () #
treeViewSetFixedHeightMode :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetGridLines :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreeViewGridLines -> m () #
treeViewSetHeadersClickable :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetHeadersVisible :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetHoverExpand :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetHoverSelection :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetLevelIndentation :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> m () #
treeViewSetModel :: (HasCallStack, MonadIO m, IsTreeView a, IsTreeModel b) => a -> Maybe b -> m () #
treeViewSetReorderable :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetRowSeparatorFunc :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Maybe TreeViewRowSeparatorFunc -> m () #
treeViewSetRubberBanding :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetSearchColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> m () #
treeViewSetSearchEntry :: (HasCallStack, MonadIO m, IsTreeView a, IsEditable b) => a -> Maybe b -> m () #
treeViewSetSearchEqualFunc :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreeViewSearchEqualFunc -> m () #
treeViewSetShowExpanders :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m () #
treeViewSetTooltipCell :: (HasCallStack, MonadIO m, IsTreeView a, IsTooltip b, IsTreeViewColumn c, IsCellRenderer d) => a -> b -> Maybe TreePath -> Maybe c -> Maybe d -> m () #
treeViewSetTooltipColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> m () #
treeViewSetTooltipRow :: (HasCallStack, MonadIO m, IsTreeView a, IsTooltip b) => a -> b -> TreePath -> m () #
treeViewShowExpanders :: AttrLabelProxy "showExpanders" #
treeViewTooltipColumn :: AttrLabelProxy "tooltipColumn" #
treeViewUnsetRowsDragDest :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m () #
treeViewUnsetRowsDragSource :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m () #