MiniIDETab:
Filter:
Classes (extension) | Frontends > MiniIDE

MiniIDETab : Object
ExtensionExtension

A tab for use with MiniIDE. This class is not meant to be used directly and should always be subclassed.

Description

This is a tab for use with MiniIDE. This class is not meant to be used directly and should always be subclassed.

Class Methods

MiniIDETab.new(bounds)

Create a new instance

Arguments:

bounds

Bounds of the window. A default of Rect(0,0,512,805) will be used if not specified.

MiniIDETab.tabLabel

This symbol provides the display name of the tab. Should be overridden when MiniIDETab is subclassed.

Inherited class methods

Instance Methods

.window

.window = value

Provides access to the current window.

.bounds

Provides access to the current bounds.

.view

Provides access to the GUI view.

.layout

.layout = value

Provides access to the current layout. Should have a value set when MiniIDETab is subclassed.

Inherited instance methods