Difference between revisions of "Lua:Class:MainMenu"
Jump to navigation
Jump to search
(→Related Functions) |
|||
(One intermediate revision by the same user not shown) | |||
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 == | ||
Line 16: | Line 16: | ||
=== Related Classes === | === Related Classes === | ||
− | * [[Menu]] | + | * [[Lua:Class:Menu|Menu]] |
− | * [[MenuItem]] | + | * [[Lua:Class:MenuItem|MenuItem]] |
− | * [[PopupMenu]] | + | * [[Lua:Class:PopupMenu|PopupMenu]] |
− | * [[Form]] | + | * [[Lua:Class:Form|Form]] |
− | * [[Control]] | + | * [[Lua:Class:Control|Control]] |
− | * [[Component]] | + | * [[Lua:Class:Component|Component]] |
− | * [[WinControl]] | + | * [[Lua:Class:WinControl|WinControl]] |
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.