dlg_new()

Creates a new custom dialog window.

Syntax

dlg_new()
dlg_new(title)

Parameters

Parameter Type Description
title String The title of the dialog window. Optional

Return Value

Examples

Create a dialog with a default title

dlg_new();

Create a dialog with a custom title

dlg_new("Settings");

See also

dlg_new
dlg_init
dlg_update
dlg_clear

dlg_show
dlg_abort

dlg_is_valid
dlg_keep_open
dlg_callback

dlg_modal
dlg_set_resizable
dlg_set_pos
dlg_set_size
dlg_set_btn
dlg_set_name
dlg_set_color