Namespaces

Variants
Views
Actions

List of Widget Methods

From Runes of Magic Wiki
Jump to: ,

This is a list of the widget object classes and their associated methods. This list may not be complete.

Some methods may appear in multiple object classes. The latest version is the one that will be used.

The inherited classes are displayed in the order they are inherited in.

Contents

[] Layout

This is the base class for all UI component objects. This class cannot be created directly, but all other classes inherit from this class.

Methods


[] FontString

Class objects of this type are for handling text strings. One of only two objects that does not derive from the class.

Methods
Inherits from

[] Texture

Class object to handle textures. Texture objects are not derive from the class.

Methods
Inherits from

[] Frame

The frame class object serves as the main building block for creating UI elements. Most UI components are derived from this class.

Methods
Inherits from


[] Button

This class object handles generic buttons.

Methods
Inherits from


[] CheckButton

This class is for handling check boxes.

Methods
Inherits from


[] EditBox

This class object is for handling text editing windows and the like.

Methods
Inherits from


[] MessageFrame

Class objects of this type are for handling message windows.

Methods
Inherits from


[] Model

This class is for creating and manipulating 3D model object displays such as the paperdoll in the equipment preview window.

Methods
Inherits from


[] RadioButton

Objects of this type are for creating and manipulating radio buttons. This class only has one native method, all other methods are derived from other classes.

Methods
Inherits from


[] ScrollFrame

Class object for handling scroll bars and the like.

Methods
Inherits from


[] Slider

This object is for handling a slider widgets.

Methods
Inherits from


[] StatusBar

Object class for handling status bars.

Methods
Inherits from


[] Tooltip

UI component class object for handling tooltips. This class has the largest set of methods of all.

Methods
Inherits from