- (create-special-menu-in menu name ?options ...?)
- creates a sub-menu inside
menu with name which is special to the actual operating system:
In Unix:
- (create-special-menu-in #<menu> 'help)
- produces a help menu which appears outer-right in the menu bar.
In Windows:
- (create-special-menu-in #<menu> 'system)
- produces a system menu which appears in the upper left handle of window decoration.
In Apples:
- (create-special-menu-in #<menu> 'apple)
- creates a special apple menu
Corresponding Tcl/Tk command:
menu specialname ...
© Author
| Home
| Sitemap
|