Index
$#! · 0-9 · 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
N
 Name
 new
 New Background
 New Base
 New Border
 New BorderSide
 New Box
 New Brush
 New Chat
 New Color
 New Enum
 New Font
 New Frame
 New Gauge
 New Gradient
 New Hover
 New Image
 New Map
 New Margin
 New MiniConsole
 New Padding
 New Position
 New Size
O
 Option Properties, Options
 Options
 OrderedTable, Lib
 Overflow, New Gauge
 overflow_frames, New Gauge
P
 Padding
 Padding Properties, New Padding
 Paste
 pending_background, New Chat
 pending_channels, New Chat
 PendingBackground, New Chat
 position, New Frame
 Position
 Position Properties, New Position
 Properties
R
 radius
 Radius, New BorderSide
 RawUrl, New Image
 Remove
 Repeat
 repetition, New Background
 Replace, New Hover
 Reset, Options
 Resize
 resize_registered, Frame
 right
 Right
Returns the Box’s name.
Returns the Chat Compound’s name.
Return the Frame’s name.
Returns the Gauge’s name.
Returns the MiniConsole’s name.
local function new (_,
init_content,
init_alignment,
init_repeat)
local function new (_,
_type,
_subtype)
local function new (_,
init_width,
init_style,
init_content,
init_radius,
init_borders)
local function new (_,
init_width,
init_style,
init_content,
init_radius)
Should only be used as an argument to a Border Component.
local function new (_,
name,
init_mode,
init_back,
init_frames)
local function new (_,
init_content)
local function new (_,
name,
init_back,
init_channels,
init_tabloc,
init_size,
init_wrap,
init_font,
init_components)
local function new (_,
mode,
...)
Expected arguments differ depending on mode.
local function new (_,
_subtype,
options_table)
local function new (_,
init_size,
init_style,
init_decoration)
local function new (_,
name,
x,
y,
width,
height)
local function new (_,
name,
current,
maximum,
init_back,
init_fore,
fill_enum,
init_over)
local function new (_,
mode,
...)
Expected arguments differ depending on mode.
local function new (_,
init_components)
local function new (_,
url,
init_alignment)
local function new (_,
init_x,
init_y,
init_width,
init_height)
local function new (_,
...)
local function new (_,
name,
init_x,
init_y,
init_width,
init_height,
word_wrap,
font_size)
local function new (_,
...)
local function new (_,
frame,
init_x,
init_y,
is_first)
local function new (_,
frame,
init_width,
init_height,
is_first)
A Component defining a Frame’s background.
A new Base object.
A Component that defines a Frame’s Border.
A Subcomponent that defines individual sides of a Border component.
A container that holds and maintains a dynamically arranged collection of Frames.
A Component container that holds either a Color Component or a Gradient Component.
A Compound composed of MiniConsoles and tabs that can be echoed to, displaying one MiniConsole at a time, with tabs to switch between the active MiniConsole.
A Component that defines color information.
A base object for all Enum objects.
A Component defining certain text manipulations.
A new Frame object.
A lightweight container for Frames that will function as a dynamically resized bar.
A Component that defines gradient data.
This Component defines Frame behaviour on mouse-over, and may contain other Components much like Frames.
This Components hold image data.
A container for Mudlet’s built-in Map display.
This Component defines the Margin of a Frame.
A Mudlet text container allowing that mimicks the main console.
This Component defines the Padding of a Frame.
A Supercomponent, for use only with Frames.
A Supercomponent used only within Frames to manage space.
This object maintains option state for Vyzor.
Options
See Options.
function Lib.OrderedTable ()
Creates a table that preserves order of key->value pairs as they’re entered.
Returns a copy of the Gauge’s overflow Frames.
local overflow_frames
Contains the Gauge’s overflow frames.
Defines the Padding Component.
See Padding.
function new_chat:Paste (channel)
Pastes copy()’d text into a channel.
function new_console:Paste ()
Copies text to the MiniConsole from the clipboard (via copy()).
local pending_background
The default background color of a tab when there’s a message waiting to be viewed.
Channels with text to be viewed, waiting to be clicked on.
Gets and sets the Background Component of any tabs with text waiting to be read.
local position
The Position Supercomponent managing this Frame’s location.
Defines a Position Supercomponent.
Returns this Frame’s Position Supercomponent.
local radius
The Border’s radius.
local radius
BorderSide’s radius.
Gets and sets the BorderSide’s radius.
Returns the Image’s filepath.
function new_frame:Remove (object)
Removes an object from this Frame.
function new_hover:Remove (subtype)
Removes a Component from the Hover Component.
Gets and sets the Background Component’s Repeat rule.
See Repeat.
local repetition
A Repeat Enum.
function new_hover:Replace (component)
Replaces a Component in the Hover Component.
function Options:Reset ()
Resets all Options to default values.
function new_frame:Resize (new_width,
new_height)
Resizes the Frame.
function new_map:Resize (new_width,
new_height)
Adjusts the Map’s size.
function new_console:Resize (new_width,
new_height)
local resize_registered
Determines whether or not the resize function has been registered as an event handler.
local right
The size of the right side of the Margin.
local right
The size of the right side of the Padding.
Gets and sets an individual BorderSide Subcomponent.
Gets and sets the size of a side of the Margin Component.
Gets and sets the size of a side of the Padding Component.
Close