Minor fix in mrlib/hierlist docs
This commit is contained in:
parent
e644e6afb1
commit
f9ec37bbdd
|
@ -47,7 +47,7 @@ Returns a list of all immediate items in the sub-list.}
|
|||
Shows or hides the items of this sub-list.}
|
||||
|
||||
|
||||
@defmethod[(is-open) boolean?]{
|
||||
@defmethod[(is-open?) boolean?]{
|
||||
|
||||
Reports whether the items of this sub-list are visible.}
|
||||
|
||||
|
|
|
@ -42,4 +42,10 @@ list. This method is intended for use with an automatic test suite.}
|
|||
|
||||
Gets/sets whether this item is allowed to be selected.}
|
||||
|
||||
|
||||
@defmethod[(get-parent) (or/c (is-a?/c hierarchical-list-compound-item<%>) #f)]{
|
||||
|
||||
Returns the compound list item that contains the item or @racket[#f] if
|
||||
none exists.}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user