Difference between revisions of "MenuBar"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 +
[[{{ns:file}}:menus.png|link={{filepath:menus.png}}|Menubar, Menu, Menuitem]]
  
 
====Properties====
 
====Properties====
Line 24: Line 26:
 
|valign="top"|AddObject
 
|valign="top"|AddObject
 
|valign="top"|existing as Object | newobject as Character, class as Character
 
|valign="top"|existing as Object | newobject as Character, class as Character
|valign="top"|Add an existing menu object or a new menu object, in which case the menu class must also be specified
+
|valign="top"|Add an existing menu object or a new [[Menu]] object, in which case the menu class must also be specified
 
|}
 
|}
  

Revision as of 10:40, 29 March 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Menubar, Menu, Menuitem

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddObject existing as Object | newobject as Character, class as Character Add an existing menu object or a new Menu object, in which case the menu class must also be specified

Events

This class supports the Common Events plus the following:

Event Args Description