ClassNameLabel:
Filter:
ServerTools/Classes (extension) | GUI | Debugging

ClassNameLabel
ExtensionExtension

a button for displaying an Class name that links to a ClassGui in debugging interfaces

Description

When clicked this opens a ClassGui which shows the structure and variables of the Class. If viewing in the context of an Insp then it opens this view in the currenly active InspManager window.

Class Methods

.new

Arguments:

class
layout

the parent view, FlowView or window

minWidth

Label will automatically size itself to fit the name. minWidth specifies a minimum width so that multiple labels will align nicely.

minHeight

default is GUI.skin.buttonHeight

font

Returns:

(returnvalue)

.newBig

This button is even bigger.

Arguments:

class
layout

the parent view, FlowView or window

minWidth

Label will automatically size itself to fit the name. minWidth specifies a minimum width so that multiple labels will align nicely.

minHeight

default is GUI.skin.buttonHeight

Returns:

(returnvalue)

Examples