menupane <assign> {, <assign> ... }
Create one or more menupane identifiers. menupane identifiers are pointers to menupane members of system windows and panels.
<assign>
<ident> = <menupane>
<ident> - The name of the identifier.
<menupane> - The menupane member of a system structure, or another menupane identifier.
None
No graphics are created nor destroyed when menupane identifiers are declared or deleted. They are for reference only.
When a menupane identifier is printed, e.g. tell mypane, the printed text is the full menupane name including its parent structure.
Create a new uninitialized menupane identifier.
menupane mypane
Create a new menupane identifier, set it to reference a menupane in an existing window whose contents may or may not be initialized. The tell statement will display mywin.menubar.
menupane mbar = mywin.menubar tell mbar
Commands: |
|
Structures: |