![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
You create MenuWindow
and Menu
instances inside the
createViews
method, in which the value of self
is the view
manager. Each menu has a title and an owner; you establish both
by sending messages. The owner
is the view manager assigned to the self
variable:
Menu new title: 'Options'; owner: self; ...