Constructor.this

Creates an object.

mixintemplate Constructor(alias boxname)
this
(
string title = ""
,
string text = ""
,
uint h = 8
,
uint w = 48
)

Parameters

title string

a form name, a title for current box example

text string

main message of the box (for description or clarification)

h uint

height, number of lines

w uint

width, number of columns

Meta