Difference between revisions of "Lua:Class:MainMenu"
Jump to navigation
Jump to search
(→Related Classes) |
|||
Line 1: | Line 1: | ||
[[Category:Lua]] | [[Category:Lua]] | ||
− | MainMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'') | + | MainMenu '''class''': ('''Inheritance''': ''[[Lua:Class:Menu|Menu]]''->''[[Lua:Class:Component|Component]]''->''[[Lua:Class:Object|Object]]'') |
− | The main menu is the [[Menu]] at the top of a [[Form]]. | + | The main menu is the [[Lua:Class:Menu|Menu]] at the top of a [[Lua:Class:Form|Form]]. |
== Creation == | == Creation == |
Latest revision as of 02:00, 25 January 2018
MainMenu class: (Inheritance: Menu->Component->Object)
The main menu is the Menu at the top of a Form.
Creation[edit]
- createMainMenu() : MainMenu
- Returns a newly created MainMenu.