|
Instantiate this interface via new-list.
|
Like new-item in hierarchical-list%.
(send a-hierarchical-list-compound-item set-no-sublists no-sublists?) |
→ void? |
no-sublists? : any/c |
Like set-no-sublists in hierarchical-list%.
|
Like new-list in hierarchical-list%.
(send a-hierarchical-list-compound-item delete-item i) → void? |
Deletes immediate item or sub-list i from the sub-list.
Returns a list of all immediate items in the sub-list.
(send a-hierarchical-list-compound-item toggle-open/closed) |
→ void? |
Shows or hides the items of this sub-list.
Reports whether the items of this sub-list are visible.
(send a-hierarchical-list-compound-item get-arrow-snip) |
Returns a snip that corresponds to the arrow to hide/show items of the sub-list. The result is intended for use by automatic test suites.