FileBox.this

Creates an object.

mixintemplate FileBox(alias boxName, alias height, alias width)
this
(
string title = ""
,
string path = ""
,
uint h = height
,
uint w = width
)

Parameters

title string

a form name, a title for current box example

path string

file (or directory) path

h uint

height, number of lines

w uint

width, number of columns

Meta