| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| getAllGroups(recursively) — Method in class DockItem | |
| Only applies to groups. Gets all the groups within this group. | |
| getButtonAt(index) — Method in class OptionPanel | |
| Gets the button at the specified index. | |
| getChildAt(index) — Method in class DockItem | |
| Only applies to groups. Gets the sub-dock item at the given index. | |
| getDataDirectory() — Method in class Application | |
| Gets the application data directory | |
| getDirectory() — Method in class Application | |
| Gets the application directory | |
| getDirectory() — Method in class Plugin | |
| Gets the plugin directory. | |
| getDirectoryContents(directory, recursively) — Method in class System | |
| Gets the list of files in the given directory. | |
| getDockItemById() — Method in class Application | |
Gets the dock item with the given id or nil if it does not exist or has been deleted. |
|
| getDockItemsRoot() — Method in class Application | |
| Returns the root of all the dock items. | |
| getDrive() — Method in class Application | |
| Returns the drive on which the application is running. | |
| getFilePath() — Method in class Application | |
| Gets the application file path | |
| getIconFile() — Method in class OptionButton | |
| Gets the icon file associated with the button. | |
| getId() — Method in class DockItem | |
| Gets the unique id of the dock item. | |
| getId() — Method in class MenuItem | |
| Gets the id of the menu item. | |
| getName() — Method in class DockItem | |
| Gets the name of the dock item. | |
| getName() — Method in class OptionButton | |
| Gets the control name. | |
| getOnSelected() — Method in class MenuItem | |
| Gets the "onSelected" event handler. | |
| getOrientation() — Method in class Application | |
| Gets the application orientation. | |
| getParameters() — Method in class DockItem | |
| Gets the shortcut parameters (i.e. | |
| getParent() — Method in class DockItem | |
Gets the dock item's parent or nil if it does not have one. |
|
| getPath() — Method in class DockItem | |
| Gets the shortcut file path, which may include special variables. | |
| getResolvedPath() — Method in class DockItem | |
| Gets the resolved / normalized shortcut file path. | |
| getSkinNames() — Method in class Application | |
| Returns the list of skins currently installed. | |
| getTag() — Method in class MenuItem | |
| Gets the tag property of the menu item. | |
| getText() — Method in class MenuItem | |
| Gets the text (label) property of the menu item. | |
| getToolTip() — Method in class OptionButton | |
| Gets the tooltip associated with this control. | |
| getValue(name) — Method in class Preferences | |
| Gets the value of the given preference. | |
| Global — Class in Top Level | |
| The functions and objects of this special class are accessible from anywhere in Lua. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |