get-parent in area<%>
get-parent
area<%>
Returns the area's parent. A top-level window may have no parent (in which case #f is returned), or it may have another top-level window as its parent.
#f
(send an-area get-parent) -> area-container<%> object or #f
(send an-area get-parent)
send
an-area
area-container<%>