Minor fix in mrlib/hierlist docs

This commit is contained in:
Asumu Takikawa 2012-06-06 16:39:33 -04:00
parent e644e6afb1
commit f9ec37bbdd
2 changed files with 7 additions and 1 deletions

View File

@ -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.}

View File

@ -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.}
}