MiniIDELauncher:
Filter:
MiniIDE/Classes (extension) | Frontends > MiniIDE

MiniIDELauncher
ExtensionExtension

A launcher tab for use with MiniIDE

Description

A launcher tab for use with MiniIDE. Allows you to toggle a user defined list of windows on and off.

Class Methods

.new

Create a new MiniIDENodeTree window

Arguments:

bounds

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

userButtonsDef

Expects an array of MiniIDELauncherButtonDef, will use default buttons if no array is passed

showPositionButton

Boolean. Show button to get the bounds of all current windows? Useful for setting up or tuning the MiniIDELauncher.

showGlobalButtons

Boolean. Show the show all/hide all buttons? A buttondef will only react to these buttons if the openOnGlobal flag is set to true.

.tabLabel

This symbol provides the display name of the tab.

Instance Methods

.window

Provides access to the current window.

.bounds

Provides access to the current bounds.

.layout

Provides access to the layout.