Class: WindowTitle

ui.WindowTitle

new ui.WindowTitle ()

Element representing a standard titlebar for Window elements.

Properties:
Name Type Description
icon string

(default: "") The icon name of the window icon.

showClose bool

(default: true) If true, the close button is shown.

showMaximize bool

(default: true) If true, the maximize button is shown.

showMinimize bool

(default: true) If true, the minimize button is shown.

target ui.Window

(default: parent window) The target window to modify.

text string

(default: "") The window title.

Extends

Events

Is triggered when the user pressed the close button.

Is triggered when the user pressed the minimize button.