All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

extended-selection-tree-view

Class
Summary

A pane that displays a hierarchical list of items which (unlike tree-view) allows extended selection.

Package

capi

Superclasses

tree-view

Description

The class extended-selection-tree-view is like tree-view but allows more than one item to be selected at once.

Notes
  1. Although extended-selection-tree-view is a subclass of collection, it does its own items handling and you must not access its items and related slots directly. In particular for extended-selection-tree-view do not pass :items, :items-count-function, :items-get-function or :items-map-function, and do not use the corresponding accessors.
  2. The delete item callback (see delete-item-callback in tree-view) is called in extended-selection-tree-view with the second argument being a list of the selected items, unless interaction is :single-selection, in which case it behaves the same as in tree-view.
See also

tree-view
Choices - panes with items


CAPI User Guide and Reference Manual (Macintosh version) - 25 Feb 2015

NextPrevUpTopContentsIndex