On this page:
hierarchical-item-snip%
get-item
hierarchical-list-snip%
get-item
get-content-buffer

9.4 Snips in a hierarchical-list% Instance🔗ℹ

The find-snip in text% method of the editor in a hierarchical-list% return instances of hierarchical-item-snip% and hierarchical-list-snip%.

method

(send a-hierarchical-item-snip get-item)

  (is-a?/c hierarchical-list-item<%>)
Returns the hierarchical-list-item<%> corresponding to the snip.

method

(send a-hierarchical-list-snip get-item)

  (is-a?/c hierarchical-list-compound-item<%>)
Returns the hierarchical-list-compound-item<%> corresponding to the snip.

method

(send a-hierarchical-list-snip get-content-buffer)

  (is-a?/c text%)
Returns the text% that contains the sub-item snips.