TreeView.hoverExpand

Get hoverExpand property.

  1. bool hoverExpand [@property getter]
    class TreeView
    @property
    bool
    hoverExpand
    ()
  2. bool hoverExpand [@property setter]

Return Value

Type: bool

Enables or disables the hover expansion mode of @tree_view. Hover expansion makes rows expand or collapse if the pointer moves over them.

This mode is primarily intended for treeviews in popups, e.g. in gtk.combo_box.ComboBox or gtk.entry_completion.EntryCompletion.