gi-gtk-3.0.7: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.TreeView

Contents

Description

 

Synopsis

Exported types

newtype TreeView Source #

Constructors

TreeView (ManagedPtr TreeView) 

Instances

GObject TreeView Source # 
IsObject TreeView Source # 
IsWidget TreeView Source # 
IsTreeView TreeView Source # 
IsContainer TreeView Source # 
IsScrollable TreeView Source # 
IsBuildable TreeView Source # 
IsImplementorIface TreeView Source # 
((~) * info (ResolveTreeViewMethod t TreeView), MethodInfo * info TreeView p) => IsLabel t (TreeView -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TreeView -> p #

((~) * info (ResolveTreeViewMethod t TreeView), MethodInfo * info TreeView p) => IsLabelProxy t (TreeView -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> TreeView -> p

HasAttributeList * TreeView Source # 
type SignalList TreeView Source # 
type SignalList TreeView
type AttributeList TreeView Source # 
type AttributeList TreeView

class GObject o => IsTreeView o Source #

Instances

(GObject a, UnknownAncestorError Constraint TreeView a) => IsTreeView a Source # 
IsTreeView TreeView Source # 

Methods

appendColumn

data TreeViewAppendColumnMethodInfo Source #

Instances

((~) * signature (b -> m Int32), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewAppendColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewAppendColumnMethodInfo a -> signature -> s

collapseAll

data TreeViewCollapseAllMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewCollapseAllMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewCollapseAllMethodInfo a -> signature -> s

collapseRow

data TreeViewCollapseRowMethodInfo Source #

Instances

((~) * signature (TreePath -> m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewCollapseRowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewCollapseRowMethodInfo a -> signature -> s

columnsAutosize

data TreeViewColumnsAutosizeMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewColumnsAutosizeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewColumnsAutosizeMethodInfo a -> signature -> s

convertBinWindowToTreeCoords

convertBinWindowToWidgetCoords

convertTreeToBinWindowCoords

convertTreeToWidgetCoords

data TreeViewConvertTreeToWidgetCoordsMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewConvertTreeToWidgetCoordsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewConvertTreeToWidgetCoordsMethodInfo a -> signature -> s

convertWidgetToBinWindowCoords

convertWidgetToTreeCoords

data TreeViewConvertWidgetToTreeCoordsMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewConvertWidgetToTreeCoordsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewConvertWidgetToTreeCoordsMethodInfo a -> signature -> s

createRowDragIcon

data TreeViewCreateRowDragIconMethodInfo Source #

Instances

((~) * signature (TreePath -> m Surface), MonadIO m, IsTreeView a) => MethodInfo * TreeViewCreateRowDragIconMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewCreateRowDragIconMethodInfo a -> signature -> s

enableModelDragDest

data TreeViewEnableModelDragDestMethodInfo Source #

Instances

((~) * signature ([TargetEntry] -> [DragAction] -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewEnableModelDragDestMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewEnableModelDragDestMethodInfo a -> signature -> s

treeViewEnableModelDragDest :: (MonadIO m, IsTreeView a) => a -> [TargetEntry] -> [DragAction] -> m () Source #

enableModelDragSource

data TreeViewEnableModelDragSourceMethodInfo Source #

Instances

((~) * signature ([ModifierType] -> [TargetEntry] -> [DragAction] -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewEnableModelDragSourceMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewEnableModelDragSourceMethodInfo a -> signature -> s

treeViewEnableModelDragSource :: (MonadIO m, IsTreeView a) => a -> [ModifierType] -> [TargetEntry] -> [DragAction] -> m () Source #

expandAll

data TreeViewExpandAllMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewExpandAllMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewExpandAllMethodInfo a -> signature -> s

expandRow

data TreeViewExpandRowMethodInfo Source #

Instances

((~) * signature (TreePath -> Bool -> m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewExpandRowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewExpandRowMethodInfo a -> signature -> s

expandToPath

data TreeViewExpandToPathMethodInfo Source #

Instances

((~) * signature (TreePath -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewExpandToPathMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewExpandToPathMethodInfo a -> signature -> s

getActivateOnSingleClick

data TreeViewGetActivateOnSingleClickMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetActivateOnSingleClickMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetActivateOnSingleClickMethodInfo a -> signature -> s

getBackgroundArea

data TreeViewGetBackgroundAreaMethodInfo Source #

Instances

((~) * signature (Maybe TreePath -> Maybe b -> m Rectangle), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewGetBackgroundAreaMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetBackgroundAreaMethodInfo a -> signature -> s

getBinWindow

data TreeViewGetBinWindowMethodInfo Source #

Instances

((~) * signature (m (Maybe Window)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetBinWindowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetBinWindowMethodInfo a -> signature -> s

treeViewGetBinWindow :: (MonadIO m, IsTreeView a) => a -> m (Maybe Window) Source #

getCellArea

data TreeViewGetCellAreaMethodInfo Source #

Instances

((~) * signature (Maybe TreePath -> Maybe b -> m Rectangle), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewGetCellAreaMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetCellAreaMethodInfo a -> signature -> s

getColumn

data TreeViewGetColumnMethodInfo Source #

Instances

((~) * signature (Int32 -> m (Maybe TreeViewColumn)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetColumnMethodInfo a -> signature -> s

getColumns

data TreeViewGetColumnsMethodInfo Source #

Instances

((~) * signature (m [TreeViewColumn]), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetColumnsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetColumnsMethodInfo a -> signature -> s

getCursor

data TreeViewGetCursorMethodInfo Source #

Instances

((~) * signature (m (Maybe TreePath, Maybe TreeViewColumn)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetCursorMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetCursorMethodInfo a -> signature -> s

getDestRowAtPos

data TreeViewGetDestRowAtPosMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m (Bool, Maybe TreePath, TreeViewDropPosition)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetDestRowAtPosMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetDestRowAtPosMethodInfo a -> signature -> s

getDragDestRow

data TreeViewGetDragDestRowMethodInfo Source #

Instances

((~) * signature (m (Maybe TreePath, TreeViewDropPosition)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetDragDestRowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetDragDestRowMethodInfo a -> signature -> s

getEnableSearch

data TreeViewGetEnableSearchMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetEnableSearchMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetEnableSearchMethodInfo a -> signature -> s

getEnableTreeLines

data TreeViewGetEnableTreeLinesMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetEnableTreeLinesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetEnableTreeLinesMethodInfo a -> signature -> s

getExpanderColumn

data TreeViewGetExpanderColumnMethodInfo Source #

Instances

((~) * signature (m TreeViewColumn), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetExpanderColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetExpanderColumnMethodInfo a -> signature -> s

getFixedHeightMode

data TreeViewGetFixedHeightModeMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetFixedHeightModeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetFixedHeightModeMethodInfo a -> signature -> s

getGridLines

data TreeViewGetGridLinesMethodInfo Source #

Instances

((~) * signature (m TreeViewGridLines), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetGridLinesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetGridLinesMethodInfo a -> signature -> s

getHadjustment

data TreeViewGetHadjustmentMethodInfo Source #

Instances

((~) * signature (m Adjustment), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetHadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetHadjustmentMethodInfo a -> signature -> s

treeViewGetHadjustment :: (MonadIO m, IsTreeView a) => a -> m Adjustment Source #

Deprecated: (Since version 3.0)Use gtk_scrollable_get_hadjustment()

getHeadersClickable

data TreeViewGetHeadersClickableMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetHeadersClickableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetHeadersClickableMethodInfo a -> signature -> s

getHeadersVisible

data TreeViewGetHeadersVisibleMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetHeadersVisibleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetHeadersVisibleMethodInfo a -> signature -> s

getHoverExpand

data TreeViewGetHoverExpandMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetHoverExpandMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetHoverExpandMethodInfo a -> signature -> s

getHoverSelection

data TreeViewGetHoverSelectionMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetHoverSelectionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetHoverSelectionMethodInfo a -> signature -> s

getLevelIndentation

data TreeViewGetLevelIndentationMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetLevelIndentationMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetLevelIndentationMethodInfo a -> signature -> s

getModel

data TreeViewGetModelMethodInfo Source #

Instances

((~) * signature (m (Maybe TreeModel)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetModelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetModelMethodInfo a -> signature -> s

getNColumns

data TreeViewGetNColumnsMethodInfo Source #

Instances

((~) * signature (m Word32), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetNColumnsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetNColumnsMethodInfo a -> signature -> s

getPathAtPos

data TreeViewGetPathAtPosMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m (Bool, Maybe TreePath, Maybe TreeViewColumn, Int32, Int32)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetPathAtPosMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetPathAtPosMethodInfo a -> signature -> s

getReorderable

data TreeViewGetReorderableMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetReorderableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetReorderableMethodInfo a -> signature -> s

getRubberBanding

data TreeViewGetRubberBandingMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetRubberBandingMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetRubberBandingMethodInfo a -> signature -> s

getRulesHint

data TreeViewGetRulesHintMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetRulesHintMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetRulesHintMethodInfo a -> signature -> s

treeViewGetRulesHint :: (MonadIO m, IsTreeView a) => a -> m Bool Source #

Deprecated: (Since version 3.14)

getSearchColumn

data TreeViewGetSearchColumnMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetSearchColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetSearchColumnMethodInfo a -> signature -> s

getSearchEntry

data TreeViewGetSearchEntryMethodInfo Source #

Instances

((~) * signature (m Entry), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetSearchEntryMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetSearchEntryMethodInfo a -> signature -> s

getSelection

data TreeViewGetSelectionMethodInfo Source #

Instances

((~) * signature (m TreeSelection), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetSelectionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetSelectionMethodInfo a -> signature -> s

getShowExpanders

data TreeViewGetShowExpandersMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetShowExpandersMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetShowExpandersMethodInfo a -> signature -> s

getTooltipColumn

data TreeViewGetTooltipColumnMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetTooltipColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetTooltipColumnMethodInfo a -> signature -> s

getTooltipContext

data TreeViewGetTooltipContextMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> Bool -> m (Bool, Int32, Int32, Maybe TreeModel, TreePath, TreeIter)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetTooltipContextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetTooltipContextMethodInfo a -> signature -> s

getVadjustment

data TreeViewGetVadjustmentMethodInfo Source #

Instances

((~) * signature (m Adjustment), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetVadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetVadjustmentMethodInfo a -> signature -> s

treeViewGetVadjustment :: (MonadIO m, IsTreeView a) => a -> m Adjustment Source #

Deprecated: (Since version 3.0)Use gtk_scrollable_get_vadjustment()

getVisibleRange

data TreeViewGetVisibleRangeMethodInfo Source #

Instances

((~) * signature (m (Bool, TreePath, TreePath)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetVisibleRangeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetVisibleRangeMethodInfo a -> signature -> s

getVisibleRect

data TreeViewGetVisibleRectMethodInfo Source #

Instances

((~) * signature (m Rectangle), MonadIO m, IsTreeView a) => MethodInfo * TreeViewGetVisibleRectMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewGetVisibleRectMethodInfo a -> signature -> s

treeViewGetVisibleRect :: (MonadIO m, IsTreeView a) => a -> m Rectangle Source #

insertColumn

data TreeViewInsertColumnMethodInfo Source #

Instances

((~) * signature (b -> Int32 -> m Int32), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewInsertColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewInsertColumnMethodInfo a -> signature -> s

insertColumnWithDataFunc

data TreeViewInsertColumnWithDataFuncMethodInfo Source #

Instances

((~) * signature (Int32 -> Text -> b -> TreeCellDataFunc -> m Int32), MonadIO m, IsTreeView a, IsCellRenderer b) => MethodInfo * TreeViewInsertColumnWithDataFuncMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewInsertColumnWithDataFuncMethodInfo a -> signature -> s

isBlankAtPos

data TreeViewIsBlankAtPosMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m (Bool, TreePath, TreeViewColumn, Int32, Int32)), MonadIO m, IsTreeView a) => MethodInfo * TreeViewIsBlankAtPosMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewIsBlankAtPosMethodInfo a -> signature -> s

isRubberBandingActive

data TreeViewIsRubberBandingActiveMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewIsRubberBandingActiveMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewIsRubberBandingActiveMethodInfo a -> signature -> s

mapExpandedRows

data TreeViewMapExpandedRowsMethodInfo Source #

Instances

((~) * signature (TreeViewMappingFunc -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewMapExpandedRowsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewMapExpandedRowsMethodInfo a -> signature -> s

moveColumnAfter

data TreeViewMoveColumnAfterMethodInfo Source #

Instances

((~) * signature (b -> Maybe c -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b, IsTreeViewColumn c) => MethodInfo * TreeViewMoveColumnAfterMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewMoveColumnAfterMethodInfo a -> signature -> s

new

newWithModel

removeColumn

data TreeViewRemoveColumnMethodInfo Source #

Instances

((~) * signature (b -> m Int32), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewRemoveColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewRemoveColumnMethodInfo a -> signature -> s

rowActivated

data TreeViewRowActivatedMethodInfo Source #

Instances

((~) * signature (TreePath -> b -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewRowActivatedMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewRowActivatedMethodInfo a -> signature -> s

rowExpanded

data TreeViewRowExpandedMethodInfo Source #

Instances

((~) * signature (TreePath -> m Bool), MonadIO m, IsTreeView a) => MethodInfo * TreeViewRowExpandedMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewRowExpandedMethodInfo a -> signature -> s

scrollToCell

data TreeViewScrollToCellMethodInfo Source #

Instances

((~) * signature (Maybe TreePath -> Maybe b -> Bool -> Float -> Float -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewScrollToCellMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewScrollToCellMethodInfo a -> signature -> s

scrollToPoint

data TreeViewScrollToPointMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewScrollToPointMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewScrollToPointMethodInfo a -> signature -> s

setActivateOnSingleClick

data TreeViewSetActivateOnSingleClickMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetActivateOnSingleClickMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetActivateOnSingleClickMethodInfo a -> signature -> s

setColumnDragFunction

setCursor

data TreeViewSetCursorMethodInfo Source #

Instances

((~) * signature (TreePath -> Maybe b -> Bool -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewSetCursorMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetCursorMethodInfo a -> signature -> s

setCursorOnCell

data TreeViewSetCursorOnCellMethodInfo Source #

Instances

((~) * signature (TreePath -> Maybe b -> Maybe c -> Bool -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b, IsCellRenderer c) => MethodInfo * TreeViewSetCursorOnCellMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetCursorOnCellMethodInfo a -> signature -> s

setDestroyCountFunc

data TreeViewSetDestroyCountFuncMethodInfo Source #

Instances

((~) * signature (Maybe TreeDestroyCountFunc -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetDestroyCountFuncMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetDestroyCountFuncMethodInfo a -> signature -> s

treeViewSetDestroyCountFunc :: (MonadIO m, IsTreeView a) => a -> Maybe TreeDestroyCountFunc -> m () Source #

Deprecated: (Since version 3.4)Accessibility does not need the function anymore.

setDragDestRow

data TreeViewSetDragDestRowMethodInfo Source #

Instances

((~) * signature (Maybe TreePath -> TreeViewDropPosition -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetDragDestRowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetDragDestRowMethodInfo a -> signature -> s

setEnableSearch

data TreeViewSetEnableSearchMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetEnableSearchMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetEnableSearchMethodInfo a -> signature -> s

setEnableTreeLines

data TreeViewSetEnableTreeLinesMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetEnableTreeLinesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetEnableTreeLinesMethodInfo a -> signature -> s

setExpanderColumn

data TreeViewSetExpanderColumnMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsTreeView a, IsTreeViewColumn b) => MethodInfo * TreeViewSetExpanderColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetExpanderColumnMethodInfo a -> signature -> s

setFixedHeightMode

data TreeViewSetFixedHeightModeMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetFixedHeightModeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetFixedHeightModeMethodInfo a -> signature -> s

setGridLines

data TreeViewSetGridLinesMethodInfo Source #

Instances

((~) * signature (TreeViewGridLines -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetGridLinesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetGridLinesMethodInfo a -> signature -> s

setHadjustment

data TreeViewSetHadjustmentMethodInfo Source #

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, IsTreeView a, IsAdjustment b) => MethodInfo * TreeViewSetHadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetHadjustmentMethodInfo a -> signature -> s

treeViewSetHadjustment :: (MonadIO m, IsTreeView a, IsAdjustment b) => a -> Maybe b -> m () Source #

Deprecated: (Since version 3.0)Use gtk_scrollable_set_hadjustment()

setHeadersClickable

data TreeViewSetHeadersClickableMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetHeadersClickableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetHeadersClickableMethodInfo a -> signature -> s

setHeadersVisible

data TreeViewSetHeadersVisibleMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetHeadersVisibleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetHeadersVisibleMethodInfo a -> signature -> s

setHoverExpand

data TreeViewSetHoverExpandMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetHoverExpandMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetHoverExpandMethodInfo a -> signature -> s

setHoverSelection

data TreeViewSetHoverSelectionMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetHoverSelectionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetHoverSelectionMethodInfo a -> signature -> s

setLevelIndentation

data TreeViewSetLevelIndentationMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetLevelIndentationMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetLevelIndentationMethodInfo a -> signature -> s

setModel

data TreeViewSetModelMethodInfo Source #

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, IsTreeView a, IsTreeModel b) => MethodInfo * TreeViewSetModelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetModelMethodInfo a -> signature -> s

setReorderable

data TreeViewSetReorderableMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetReorderableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetReorderableMethodInfo a -> signature -> s

setRowSeparatorFunc

data TreeViewSetRowSeparatorFuncMethodInfo Source #

Instances

((~) * signature (Maybe TreeViewRowSeparatorFunc -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetRowSeparatorFuncMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetRowSeparatorFuncMethodInfo a -> signature -> s

setRubberBanding

data TreeViewSetRubberBandingMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetRubberBandingMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetRubberBandingMethodInfo a -> signature -> s

setRulesHint

data TreeViewSetRulesHintMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetRulesHintMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetRulesHintMethodInfo a -> signature -> s

treeViewSetRulesHint :: (MonadIO m, IsTreeView a) => a -> Bool -> m () Source #

Deprecated: (Since version 3.14)

setSearchColumn

data TreeViewSetSearchColumnMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetSearchColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetSearchColumnMethodInfo a -> signature -> s

setSearchEntry

data TreeViewSetSearchEntryMethodInfo Source #

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, IsTreeView a, IsEntry b) => MethodInfo * TreeViewSetSearchEntryMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetSearchEntryMethodInfo a -> signature -> s

setSearchEqualFunc

data TreeViewSetSearchEqualFuncMethodInfo Source #

Instances

((~) * signature (TreeViewSearchEqualFunc -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetSearchEqualFuncMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetSearchEqualFuncMethodInfo a -> signature -> s

setSearchPositionFunc

setShowExpanders

data TreeViewSetShowExpandersMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetShowExpandersMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetShowExpandersMethodInfo a -> signature -> s

setTooltipCell

data TreeViewSetTooltipCellMethodInfo Source #

Instances

((~) * signature (b -> Maybe TreePath -> Maybe c -> Maybe d -> m ()), MonadIO m, IsTreeView a, IsTooltip b, IsTreeViewColumn c, IsCellRenderer d) => MethodInfo * TreeViewSetTooltipCellMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetTooltipCellMethodInfo a -> signature -> s

setTooltipColumn

data TreeViewSetTooltipColumnMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewSetTooltipColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetTooltipColumnMethodInfo a -> signature -> s

setTooltipRow

data TreeViewSetTooltipRowMethodInfo Source #

Instances

((~) * signature (b -> TreePath -> m ()), MonadIO m, IsTreeView a, IsTooltip b) => MethodInfo * TreeViewSetTooltipRowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetTooltipRowMethodInfo a -> signature -> s

setVadjustment

data TreeViewSetVadjustmentMethodInfo Source #

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, IsTreeView a, IsAdjustment b) => MethodInfo * TreeViewSetVadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewSetVadjustmentMethodInfo a -> signature -> s

treeViewSetVadjustment :: (MonadIO m, IsTreeView a, IsAdjustment b) => a -> Maybe b -> m () Source #

Deprecated: (Since version 3.0)Use gtk_scrollable_set_vadjustment()

unsetRowsDragDest

data TreeViewUnsetRowsDragDestMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewUnsetRowsDragDestMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewUnsetRowsDragDestMethodInfo a -> signature -> s

unsetRowsDragSource

data TreeViewUnsetRowsDragSourceMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTreeView a) => MethodInfo * TreeViewUnsetRowsDragSourceMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeViewUnsetRowsDragSourceMethodInfo a -> signature -> s

Properties

activateOnSingleClick

data TreeViewActivateOnSingleClickPropertyInfo Source #

Instances

AttrInfo TreeViewActivateOnSingleClickPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewActivateOnSingleClickPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewActivateOnSingleClickPropertyInfo = * ~ Bool
type AttrOrigin TreeViewActivateOnSingleClickPropertyInfo Source # 
type AttrLabel TreeViewActivateOnSingleClickPropertyInfo Source # 
type AttrLabel TreeViewActivateOnSingleClickPropertyInfo = "activate-on-single-click"
type AttrGetType TreeViewActivateOnSingleClickPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewActivateOnSingleClickPropertyInfo Source # 
type AttrAllowedOps TreeViewActivateOnSingleClickPropertyInfo Source # 
type AttrAllowedOps TreeViewActivateOnSingleClickPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

treeViewActivateOnSingleClick :: AttrLabelProxy "activateOnSingleClick" Source #

enableGridLines

data TreeViewEnableGridLinesPropertyInfo Source #

Instances

AttrInfo TreeViewEnableGridLinesPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewEnableGridLinesPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewEnableGridLinesPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo :: * -> Constraint

type AttrGetType TreeViewEnableGridLinesPropertyInfo :: *

type AttrLabel TreeViewEnableGridLinesPropertyInfo :: Symbol

type AttrOrigin TreeViewEnableGridLinesPropertyInfo :: *

type AttrSetTypeConstraint TreeViewEnableGridLinesPropertyInfo Source # 
type AttrOrigin TreeViewEnableGridLinesPropertyInfo Source # 
type AttrLabel TreeViewEnableGridLinesPropertyInfo Source # 
type AttrLabel TreeViewEnableGridLinesPropertyInfo = "enable-grid-lines"
type AttrGetType TreeViewEnableGridLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewEnableGridLinesPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewEnableGridLinesPropertyInfo Source # 
type AttrAllowedOps TreeViewEnableGridLinesPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

treeViewEnableGridLines :: AttrLabelProxy "enableGridLines" Source #

enableSearch

data TreeViewEnableSearchPropertyInfo Source #

Instances

AttrInfo TreeViewEnableSearchPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewEnableSearchPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo :: * -> Constraint

type AttrGetType TreeViewEnableSearchPropertyInfo :: *

type AttrLabel TreeViewEnableSearchPropertyInfo :: Symbol

type AttrOrigin TreeViewEnableSearchPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o => Proxy * TreeViewEnableSearchPropertyInfo -> o -> IO (AttrGetType TreeViewEnableSearchPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o, AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo b) => Proxy * TreeViewEnableSearchPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o => Proxy * TreeViewEnableSearchPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo o, AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo b) => Proxy * TreeViewEnableSearchPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewEnableSearchPropertyInfo = * ~ Bool
type AttrOrigin TreeViewEnableSearchPropertyInfo Source # 
type AttrLabel TreeViewEnableSearchPropertyInfo Source # 
type AttrLabel TreeViewEnableSearchPropertyInfo = "enable-search"
type AttrGetType TreeViewEnableSearchPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewEnableSearchPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewEnableSearchPropertyInfo Source # 
type AttrAllowedOps TreeViewEnableSearchPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewEnableSearch :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewEnableSearch :: AttrLabelProxy "enableSearch" Source #

enableTreeLines

data TreeViewEnableTreeLinesPropertyInfo Source #

Instances

AttrInfo TreeViewEnableTreeLinesPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewEnableTreeLinesPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewEnableTreeLinesPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo :: * -> Constraint

type AttrGetType TreeViewEnableTreeLinesPropertyInfo :: *

type AttrLabel TreeViewEnableTreeLinesPropertyInfo :: Symbol

type AttrOrigin TreeViewEnableTreeLinesPropertyInfo :: *

type AttrSetTypeConstraint TreeViewEnableTreeLinesPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewEnableTreeLinesPropertyInfo = * ~ Bool
type AttrOrigin TreeViewEnableTreeLinesPropertyInfo Source # 
type AttrLabel TreeViewEnableTreeLinesPropertyInfo Source # 
type AttrLabel TreeViewEnableTreeLinesPropertyInfo = "enable-tree-lines"
type AttrGetType TreeViewEnableTreeLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewEnableTreeLinesPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewEnableTreeLinesPropertyInfo Source # 
type AttrAllowedOps TreeViewEnableTreeLinesPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

treeViewEnableTreeLines :: AttrLabelProxy "enableTreeLines" Source #

expanderColumn

data TreeViewExpanderColumnPropertyInfo Source #

Instances

AttrInfo TreeViewExpanderColumnPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewExpanderColumnPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewExpanderColumnPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo :: * -> Constraint

type AttrGetType TreeViewExpanderColumnPropertyInfo :: *

type AttrLabel TreeViewExpanderColumnPropertyInfo :: Symbol

type AttrOrigin TreeViewExpanderColumnPropertyInfo :: *

type AttrSetTypeConstraint TreeViewExpanderColumnPropertyInfo Source # 
type AttrOrigin TreeViewExpanderColumnPropertyInfo Source # 
type AttrLabel TreeViewExpanderColumnPropertyInfo Source # 
type AttrLabel TreeViewExpanderColumnPropertyInfo = "expander-column"
type AttrGetType TreeViewExpanderColumnPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewExpanderColumnPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewExpanderColumnPropertyInfo Source # 
type AttrAllowedOps TreeViewExpanderColumnPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

treeViewExpanderColumn :: AttrLabelProxy "expanderColumn" Source #

fixedHeightMode

data TreeViewFixedHeightModePropertyInfo Source #

Instances

AttrInfo TreeViewFixedHeightModePropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewFixedHeightModePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewFixedHeightModePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo :: * -> Constraint

type AttrGetType TreeViewFixedHeightModePropertyInfo :: *

type AttrLabel TreeViewFixedHeightModePropertyInfo :: Symbol

type AttrOrigin TreeViewFixedHeightModePropertyInfo :: *

type AttrSetTypeConstraint TreeViewFixedHeightModePropertyInfo Source # 
type AttrSetTypeConstraint TreeViewFixedHeightModePropertyInfo = * ~ Bool
type AttrOrigin TreeViewFixedHeightModePropertyInfo Source # 
type AttrLabel TreeViewFixedHeightModePropertyInfo Source # 
type AttrLabel TreeViewFixedHeightModePropertyInfo = "fixed-height-mode"
type AttrGetType TreeViewFixedHeightModePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewFixedHeightModePropertyInfo = IsTreeView
type AttrAllowedOps TreeViewFixedHeightModePropertyInfo Source # 
type AttrAllowedOps TreeViewFixedHeightModePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

treeViewFixedHeightMode :: AttrLabelProxy "fixedHeightMode" Source #

headersClickable

data TreeViewHeadersClickablePropertyInfo Source #

Instances

AttrInfo TreeViewHeadersClickablePropertyInfo Source # 
type AttrSetTypeConstraint TreeViewHeadersClickablePropertyInfo Source # 
type AttrSetTypeConstraint TreeViewHeadersClickablePropertyInfo = * ~ Bool
type AttrOrigin TreeViewHeadersClickablePropertyInfo Source # 
type AttrLabel TreeViewHeadersClickablePropertyInfo Source # 
type AttrLabel TreeViewHeadersClickablePropertyInfo = "headers-clickable"
type AttrGetType TreeViewHeadersClickablePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHeadersClickablePropertyInfo = IsTreeView
type AttrAllowedOps TreeViewHeadersClickablePropertyInfo Source # 
type AttrAllowedOps TreeViewHeadersClickablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

treeViewHeadersClickable :: AttrLabelProxy "headersClickable" Source #

headersVisible

data TreeViewHeadersVisiblePropertyInfo Source #

Instances

AttrInfo TreeViewHeadersVisiblePropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewHeadersVisiblePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewHeadersVisiblePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo :: * -> Constraint

type AttrGetType TreeViewHeadersVisiblePropertyInfo :: *

type AttrLabel TreeViewHeadersVisiblePropertyInfo :: Symbol

type AttrOrigin TreeViewHeadersVisiblePropertyInfo :: *

type AttrSetTypeConstraint TreeViewHeadersVisiblePropertyInfo Source # 
type AttrSetTypeConstraint TreeViewHeadersVisiblePropertyInfo = * ~ Bool
type AttrOrigin TreeViewHeadersVisiblePropertyInfo Source # 
type AttrLabel TreeViewHeadersVisiblePropertyInfo Source # 
type AttrLabel TreeViewHeadersVisiblePropertyInfo = "headers-visible"
type AttrGetType TreeViewHeadersVisiblePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHeadersVisiblePropertyInfo = IsTreeView
type AttrAllowedOps TreeViewHeadersVisiblePropertyInfo Source # 
type AttrAllowedOps TreeViewHeadersVisiblePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewHeadersVisible :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewHeadersVisible :: AttrLabelProxy "headersVisible" Source #

hoverExpand

data TreeViewHoverExpandPropertyInfo Source #

Instances

AttrInfo TreeViewHoverExpandPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewHoverExpandPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo :: * -> Constraint

type AttrGetType TreeViewHoverExpandPropertyInfo :: *

type AttrLabel TreeViewHoverExpandPropertyInfo :: Symbol

type AttrOrigin TreeViewHoverExpandPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o => Proxy * TreeViewHoverExpandPropertyInfo -> o -> IO (AttrGetType TreeViewHoverExpandPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o, AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo b) => Proxy * TreeViewHoverExpandPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o => Proxy * TreeViewHoverExpandPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo o, AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo b) => Proxy * TreeViewHoverExpandPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewHoverExpandPropertyInfo = * ~ Bool
type AttrOrigin TreeViewHoverExpandPropertyInfo Source # 
type AttrLabel TreeViewHoverExpandPropertyInfo Source # 
type AttrLabel TreeViewHoverExpandPropertyInfo = "hover-expand"
type AttrGetType TreeViewHoverExpandPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHoverExpandPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewHoverExpandPropertyInfo Source # 
type AttrAllowedOps TreeViewHoverExpandPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewHoverExpand :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewHoverExpand :: AttrLabelProxy "hoverExpand" Source #

hoverSelection

data TreeViewHoverSelectionPropertyInfo Source #

Instances

AttrInfo TreeViewHoverSelectionPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewHoverSelectionPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewHoverSelectionPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo :: * -> Constraint

type AttrGetType TreeViewHoverSelectionPropertyInfo :: *

type AttrLabel TreeViewHoverSelectionPropertyInfo :: Symbol

type AttrOrigin TreeViewHoverSelectionPropertyInfo :: *

type AttrSetTypeConstraint TreeViewHoverSelectionPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewHoverSelectionPropertyInfo = * ~ Bool
type AttrOrigin TreeViewHoverSelectionPropertyInfo Source # 
type AttrLabel TreeViewHoverSelectionPropertyInfo Source # 
type AttrLabel TreeViewHoverSelectionPropertyInfo = "hover-selection"
type AttrGetType TreeViewHoverSelectionPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewHoverSelectionPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewHoverSelectionPropertyInfo Source # 
type AttrAllowedOps TreeViewHoverSelectionPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewHoverSelection :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewHoverSelection :: AttrLabelProxy "hoverSelection" Source #

levelIndentation

data TreeViewLevelIndentationPropertyInfo Source #

Instances

AttrInfo TreeViewLevelIndentationPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewLevelIndentationPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewLevelIndentationPropertyInfo = * ~ Int32
type AttrOrigin TreeViewLevelIndentationPropertyInfo Source # 
type AttrLabel TreeViewLevelIndentationPropertyInfo Source # 
type AttrLabel TreeViewLevelIndentationPropertyInfo = "level-indentation"
type AttrGetType TreeViewLevelIndentationPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewLevelIndentationPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewLevelIndentationPropertyInfo Source # 
type AttrAllowedOps TreeViewLevelIndentationPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

treeViewLevelIndentation :: AttrLabelProxy "levelIndentation" Source #

model

data TreeViewModelPropertyInfo Source #

Instances

AttrInfo TreeViewModelPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewModelPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewModelPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewModelPropertyInfo :: * -> Constraint

type AttrGetType TreeViewModelPropertyInfo :: *

type AttrLabel TreeViewModelPropertyInfo :: Symbol

type AttrOrigin TreeViewModelPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint TreeViewModelPropertyInfo o => Proxy * TreeViewModelPropertyInfo -> o -> IO (AttrGetType TreeViewModelPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TreeViewModelPropertyInfo o, AttrSetTypeConstraint TreeViewModelPropertyInfo b) => Proxy * TreeViewModelPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TreeViewModelPropertyInfo o => Proxy * TreeViewModelPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TreeViewModelPropertyInfo o, AttrSetTypeConstraint TreeViewModelPropertyInfo b) => Proxy * TreeViewModelPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TreeViewModelPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewModelPropertyInfo = IsTreeModel
type AttrOrigin TreeViewModelPropertyInfo Source # 
type AttrLabel TreeViewModelPropertyInfo Source # 
type AttrLabel TreeViewModelPropertyInfo = "model"
type AttrGetType TreeViewModelPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewModelPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewModelPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewModelPropertyInfo Source # 
type AttrAllowedOps TreeViewModelPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructTreeViewModel :: (IsTreeView o, IsTreeModel a) => a -> IO (GValueConstruct o) Source #

setTreeViewModel :: (MonadIO m, IsTreeView o, IsTreeModel a) => o -> a -> m () Source #

treeViewModel :: AttrLabelProxy "model" Source #

reorderable

data TreeViewReorderablePropertyInfo Source #

Instances

AttrInfo TreeViewReorderablePropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewReorderablePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewReorderablePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewReorderablePropertyInfo :: * -> Constraint

type AttrGetType TreeViewReorderablePropertyInfo :: *

type AttrLabel TreeViewReorderablePropertyInfo :: Symbol

type AttrOrigin TreeViewReorderablePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o => Proxy * TreeViewReorderablePropertyInfo -> o -> IO (AttrGetType TreeViewReorderablePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o, AttrSetTypeConstraint TreeViewReorderablePropertyInfo b) => Proxy * TreeViewReorderablePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o => Proxy * TreeViewReorderablePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TreeViewReorderablePropertyInfo o, AttrSetTypeConstraint TreeViewReorderablePropertyInfo b) => Proxy * TreeViewReorderablePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TreeViewReorderablePropertyInfo Source # 
type AttrSetTypeConstraint TreeViewReorderablePropertyInfo = * ~ Bool
type AttrOrigin TreeViewReorderablePropertyInfo Source # 
type AttrLabel TreeViewReorderablePropertyInfo Source # 
type AttrLabel TreeViewReorderablePropertyInfo = "reorderable"
type AttrGetType TreeViewReorderablePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewReorderablePropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewReorderablePropertyInfo = IsTreeView
type AttrAllowedOps TreeViewReorderablePropertyInfo Source # 
type AttrAllowedOps TreeViewReorderablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewReorderable :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewReorderable :: AttrLabelProxy "reorderable" Source #

rubberBanding

data TreeViewRubberBandingPropertyInfo Source #

Instances

AttrInfo TreeViewRubberBandingPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewRubberBandingPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewRubberBandingPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo :: * -> Constraint

type AttrGetType TreeViewRubberBandingPropertyInfo :: *

type AttrLabel TreeViewRubberBandingPropertyInfo :: Symbol

type AttrOrigin TreeViewRubberBandingPropertyInfo :: *

type AttrSetTypeConstraint TreeViewRubberBandingPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewRubberBandingPropertyInfo = * ~ Bool
type AttrOrigin TreeViewRubberBandingPropertyInfo Source # 
type AttrLabel TreeViewRubberBandingPropertyInfo Source # 
type AttrLabel TreeViewRubberBandingPropertyInfo = "rubber-banding"
type AttrGetType TreeViewRubberBandingPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewRubberBandingPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewRubberBandingPropertyInfo Source # 
type AttrAllowedOps TreeViewRubberBandingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewRubberBanding :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewRubberBanding :: AttrLabelProxy "rubberBanding" Source #

rulesHint

data TreeViewRulesHintPropertyInfo Source #

Instances

AttrInfo TreeViewRulesHintPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewRulesHintPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewRulesHintPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewRulesHintPropertyInfo :: * -> Constraint

type AttrGetType TreeViewRulesHintPropertyInfo :: *

type AttrLabel TreeViewRulesHintPropertyInfo :: Symbol

type AttrOrigin TreeViewRulesHintPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint TreeViewRulesHintPropertyInfo o => Proxy * TreeViewRulesHintPropertyInfo -> o -> IO (AttrGetType TreeViewRulesHintPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TreeViewRulesHintPropertyInfo o, AttrSetTypeConstraint TreeViewRulesHintPropertyInfo b) => Proxy * TreeViewRulesHintPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TreeViewRulesHintPropertyInfo o => Proxy * TreeViewRulesHintPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TreeViewRulesHintPropertyInfo o, AttrSetTypeConstraint TreeViewRulesHintPropertyInfo b) => Proxy * TreeViewRulesHintPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TreeViewRulesHintPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewRulesHintPropertyInfo = * ~ Bool
type AttrOrigin TreeViewRulesHintPropertyInfo Source # 
type AttrLabel TreeViewRulesHintPropertyInfo Source # 
type AttrLabel TreeViewRulesHintPropertyInfo = "rules-hint"
type AttrGetType TreeViewRulesHintPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewRulesHintPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewRulesHintPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewRulesHintPropertyInfo Source # 
type AttrAllowedOps TreeViewRulesHintPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewRulesHint :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewRulesHint :: AttrLabelProxy "rulesHint" Source #

searchColumn

data TreeViewSearchColumnPropertyInfo Source #

Instances

AttrInfo TreeViewSearchColumnPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewSearchColumnPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo :: * -> Constraint

type AttrGetType TreeViewSearchColumnPropertyInfo :: *

type AttrLabel TreeViewSearchColumnPropertyInfo :: Symbol

type AttrOrigin TreeViewSearchColumnPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o => Proxy * TreeViewSearchColumnPropertyInfo -> o -> IO (AttrGetType TreeViewSearchColumnPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o, AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo b) => Proxy * TreeViewSearchColumnPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o => Proxy * TreeViewSearchColumnPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo o, AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo b) => Proxy * TreeViewSearchColumnPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewSearchColumnPropertyInfo = * ~ Int32
type AttrOrigin TreeViewSearchColumnPropertyInfo Source # 
type AttrLabel TreeViewSearchColumnPropertyInfo Source # 
type AttrLabel TreeViewSearchColumnPropertyInfo = "search-column"
type AttrGetType TreeViewSearchColumnPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewSearchColumnPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewSearchColumnPropertyInfo Source # 
type AttrAllowedOps TreeViewSearchColumnPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewSearchColumn :: IsTreeView o => Int32 -> IO (GValueConstruct o) Source #

treeViewSearchColumn :: AttrLabelProxy "searchColumn" Source #

showExpanders

data TreeViewShowExpandersPropertyInfo Source #

Instances

AttrInfo TreeViewShowExpandersPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewShowExpandersPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewShowExpandersPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo :: * -> Constraint

type AttrGetType TreeViewShowExpandersPropertyInfo :: *

type AttrLabel TreeViewShowExpandersPropertyInfo :: Symbol

type AttrOrigin TreeViewShowExpandersPropertyInfo :: *

type AttrSetTypeConstraint TreeViewShowExpandersPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewShowExpandersPropertyInfo = * ~ Bool
type AttrOrigin TreeViewShowExpandersPropertyInfo Source # 
type AttrLabel TreeViewShowExpandersPropertyInfo Source # 
type AttrLabel TreeViewShowExpandersPropertyInfo = "show-expanders"
type AttrGetType TreeViewShowExpandersPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewShowExpandersPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewShowExpandersPropertyInfo Source # 
type AttrAllowedOps TreeViewShowExpandersPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewShowExpanders :: IsTreeView o => Bool -> IO (GValueConstruct o) Source #

treeViewShowExpanders :: AttrLabelProxy "showExpanders" Source #

tooltipColumn

data TreeViewTooltipColumnPropertyInfo Source #

Instances

AttrInfo TreeViewTooltipColumnPropertyInfo Source # 

Associated Types

type AttrAllowedOps TreeViewTooltipColumnPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TreeViewTooltipColumnPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo :: * -> Constraint

type AttrGetType TreeViewTooltipColumnPropertyInfo :: *

type AttrLabel TreeViewTooltipColumnPropertyInfo :: Symbol

type AttrOrigin TreeViewTooltipColumnPropertyInfo :: *

type AttrSetTypeConstraint TreeViewTooltipColumnPropertyInfo Source # 
type AttrSetTypeConstraint TreeViewTooltipColumnPropertyInfo = * ~ Int32
type AttrOrigin TreeViewTooltipColumnPropertyInfo Source # 
type AttrLabel TreeViewTooltipColumnPropertyInfo Source # 
type AttrLabel TreeViewTooltipColumnPropertyInfo = "tooltip-column"
type AttrGetType TreeViewTooltipColumnPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo Source # 
type AttrBaseTypeConstraint TreeViewTooltipColumnPropertyInfo = IsTreeView
type AttrAllowedOps TreeViewTooltipColumnPropertyInfo Source # 
type AttrAllowedOps TreeViewTooltipColumnPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTreeViewTooltipColumn :: IsTreeView o => Int32 -> IO (GValueConstruct o) Source #

treeViewTooltipColumn :: AttrLabelProxy "tooltipColumn" Source #

Signals

columnsChanged

data TreeViewColumnsChangedSignalInfo Source #

Instances

SignalInfo TreeViewColumnsChangedSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewColumnsChangedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewColumnsChangedSignalInfo -> o -> HaskellCallbackType TreeViewColumnsChangedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewColumnsChangedSignalInfo Source # 

afterTreeViewColumnsChanged :: (GObject a, MonadIO m) => a -> TreeViewColumnsChangedCallback -> m SignalHandlerId Source #

onTreeViewColumnsChanged :: (GObject a, MonadIO m) => a -> TreeViewColumnsChangedCallback -> m SignalHandlerId Source #

cursorChanged

data TreeViewCursorChangedSignalInfo Source #

Instances

SignalInfo TreeViewCursorChangedSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewCursorChangedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewCursorChangedSignalInfo -> o -> HaskellCallbackType TreeViewCursorChangedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewCursorChangedSignalInfo Source # 

afterTreeViewCursorChanged :: (GObject a, MonadIO m) => a -> TreeViewCursorChangedCallback -> m SignalHandlerId Source #

onTreeViewCursorChanged :: (GObject a, MonadIO m) => a -> TreeViewCursorChangedCallback -> m SignalHandlerId Source #

expandCollapseCursorRow

data TreeViewExpandCollapseCursorRowSignalInfo Source #

Instances

SignalInfo TreeViewExpandCollapseCursorRowSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewExpandCollapseCursorRowSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewExpandCollapseCursorRowSignalInfo -> o -> HaskellCallbackType TreeViewExpandCollapseCursorRowSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewExpandCollapseCursorRowSignalInfo Source # 

moveCursor

data TreeViewMoveCursorSignalInfo Source #

Instances

SignalInfo TreeViewMoveCursorSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewMoveCursorSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewMoveCursorSignalInfo -> o -> HaskellCallbackType TreeViewMoveCursorSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewMoveCursorSignalInfo Source # 

afterTreeViewMoveCursor :: (GObject a, MonadIO m) => a -> TreeViewMoveCursorCallback -> m SignalHandlerId Source #

onTreeViewMoveCursor :: (GObject a, MonadIO m) => a -> TreeViewMoveCursorCallback -> m SignalHandlerId Source #

rowActivated

data TreeViewRowActivatedSignalInfo Source #

Instances

SignalInfo TreeViewRowActivatedSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewRowActivatedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewRowActivatedSignalInfo -> o -> HaskellCallbackType TreeViewRowActivatedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewRowActivatedSignalInfo Source # 

afterTreeViewRowActivated :: (GObject a, MonadIO m) => a -> TreeViewRowActivatedCallback -> m SignalHandlerId Source #

onTreeViewRowActivated :: (GObject a, MonadIO m) => a -> TreeViewRowActivatedCallback -> m SignalHandlerId Source #

rowCollapsed

data TreeViewRowCollapsedSignalInfo Source #

Instances

SignalInfo TreeViewRowCollapsedSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewRowCollapsedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewRowCollapsedSignalInfo -> o -> HaskellCallbackType TreeViewRowCollapsedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewRowCollapsedSignalInfo Source # 

afterTreeViewRowCollapsed :: (GObject a, MonadIO m) => a -> TreeViewRowCollapsedCallback -> m SignalHandlerId Source #

onTreeViewRowCollapsed :: (GObject a, MonadIO m) => a -> TreeViewRowCollapsedCallback -> m SignalHandlerId Source #

rowExpanded

data TreeViewRowExpandedSignalInfo Source #

Instances

SignalInfo TreeViewRowExpandedSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewRowExpandedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewRowExpandedSignalInfo -> o -> HaskellCallbackType TreeViewRowExpandedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewRowExpandedSignalInfo Source # 

afterTreeViewRowExpanded :: (GObject a, MonadIO m) => a -> TreeViewRowExpandedCallback -> m SignalHandlerId Source #

onTreeViewRowExpanded :: (GObject a, MonadIO m) => a -> TreeViewRowExpandedCallback -> m SignalHandlerId Source #

selectAll

data TreeViewSelectAllSignalInfo Source #

Instances

SignalInfo TreeViewSelectAllSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewSelectAllSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewSelectAllSignalInfo -> o -> HaskellCallbackType TreeViewSelectAllSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewSelectAllSignalInfo Source # 

afterTreeViewSelectAll :: (GObject a, MonadIO m) => a -> TreeViewSelectAllCallback -> m SignalHandlerId Source #

onTreeViewSelectAll :: (GObject a, MonadIO m) => a -> TreeViewSelectAllCallback -> m SignalHandlerId Source #

selectCursorParent

data TreeViewSelectCursorParentSignalInfo Source #

Instances

SignalInfo TreeViewSelectCursorParentSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewSelectCursorParentSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewSelectCursorParentSignalInfo -> o -> HaskellCallbackType TreeViewSelectCursorParentSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewSelectCursorParentSignalInfo Source # 

onTreeViewSelectCursorParent :: (GObject a, MonadIO m) => a -> TreeViewSelectCursorParentCallback -> m SignalHandlerId Source #

selectCursorRow

data TreeViewSelectCursorRowSignalInfo Source #

Instances

SignalInfo TreeViewSelectCursorRowSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewSelectCursorRowSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewSelectCursorRowSignalInfo -> o -> HaskellCallbackType TreeViewSelectCursorRowSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewSelectCursorRowSignalInfo Source # 

afterTreeViewSelectCursorRow :: (GObject a, MonadIO m) => a -> TreeViewSelectCursorRowCallback -> m SignalHandlerId Source #

onTreeViewSelectCursorRow :: (GObject a, MonadIO m) => a -> TreeViewSelectCursorRowCallback -> m SignalHandlerId Source #

startInteractiveSearch

data TreeViewStartInteractiveSearchSignalInfo Source #

Instances

SignalInfo TreeViewStartInteractiveSearchSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewStartInteractiveSearchSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewStartInteractiveSearchSignalInfo -> o -> HaskellCallbackType TreeViewStartInteractiveSearchSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewStartInteractiveSearchSignalInfo Source # 

testCollapseRow

data TreeViewTestCollapseRowSignalInfo Source #

Instances

SignalInfo TreeViewTestCollapseRowSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewTestCollapseRowSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewTestCollapseRowSignalInfo -> o -> HaskellCallbackType TreeViewTestCollapseRowSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewTestCollapseRowSignalInfo Source # 

afterTreeViewTestCollapseRow :: (GObject a, MonadIO m) => a -> TreeViewTestCollapseRowCallback -> m SignalHandlerId Source #

onTreeViewTestCollapseRow :: (GObject a, MonadIO m) => a -> TreeViewTestCollapseRowCallback -> m SignalHandlerId Source #

testExpandRow

data TreeViewTestExpandRowSignalInfo Source #

Instances

SignalInfo TreeViewTestExpandRowSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewTestExpandRowSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewTestExpandRowSignalInfo -> o -> HaskellCallbackType TreeViewTestExpandRowSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewTestExpandRowSignalInfo Source # 

afterTreeViewTestExpandRow :: (GObject a, MonadIO m) => a -> TreeViewTestExpandRowCallback -> m SignalHandlerId Source #

onTreeViewTestExpandRow :: (GObject a, MonadIO m) => a -> TreeViewTestExpandRowCallback -> m SignalHandlerId Source #

toggleCursorRow

data TreeViewToggleCursorRowSignalInfo Source #

Instances

SignalInfo TreeViewToggleCursorRowSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewToggleCursorRowSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewToggleCursorRowSignalInfo -> o -> HaskellCallbackType TreeViewToggleCursorRowSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewToggleCursorRowSignalInfo Source # 

afterTreeViewToggleCursorRow :: (GObject a, MonadIO m) => a -> TreeViewToggleCursorRowCallback -> m SignalHandlerId Source #

onTreeViewToggleCursorRow :: (GObject a, MonadIO m) => a -> TreeViewToggleCursorRowCallback -> m SignalHandlerId Source #

unselectAll

data TreeViewUnselectAllSignalInfo Source #

Instances

SignalInfo TreeViewUnselectAllSignalInfo Source # 

Associated Types

type HaskellCallbackType TreeViewUnselectAllSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TreeViewUnselectAllSignalInfo -> o -> HaskellCallbackType TreeViewUnselectAllSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TreeViewUnselectAllSignalInfo Source # 

afterTreeViewUnselectAll :: (GObject a, MonadIO m) => a -> TreeViewUnselectAllCallback -> m SignalHandlerId Source #

onTreeViewUnselectAll :: (GObject a, MonadIO m) => a -> TreeViewUnselectAllCallback -> m SignalHandlerId Source #