WindowData

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string filename)
Undocumented in source.

Members

Functions

addExtraButton
void addExtraButton(string s)

Adds an extrabutton

addWindowElement
void addWindowElement(string type, string name, wstring text, Coordinate position)
deserialize
WindowElement[string] deserialize(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
editElementAttribute
void editElementAttribute(string eName, string attrName, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
exportToDLangFile
void exportToDLangFile(string path, string tab)
Undocumented in source. Be warned that the author may not have intended to support it.
fetchMenuBarElements
PopUpMenuElement[] fetchMenuBarElements(Tag t)
Undocumented in source. Be warned that the author may not have intended to support it.
generateCodeForMenubarElements
string generateCodeForMenubarElements(Tag t)

Generates the menubar elements into string

getElementAttributes
ElementParameter[] getElementAttributes(string eName)
Undocumented in source. Be warned that the author may not have intended to support it.
getElements
wstring[2][] getElements()
Undocumented in source. Be warned that the author may not have intended to support it.
removeElement
void removeElement(string eName)
Undocumented in source. Be warned that the author may not have intended to support it.
removeExtraButton
void removeExtraButton(string s)

Removes an extrabutton

serialize
void serialize(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowTitle
void setWindowTitle(wstring s)

Changes the title of the Window

Variables

filename
string filename;
windowName
string windowName;
Undocumented in source.

Meta