BoxObject

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

element
auto element()
Undocumented in source. Be warned that the author may not have intended to support it.
firstChild
auto firstChild()
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
Optional!(string) getProperty(string propertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyAsSupports
auto getPropertyAsSupports(string propertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
lastChild
auto lastChild()
Undocumented in source. Be warned that the author may not have intended to support it.
nextSibling
auto nextSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
parentBox
auto parentBox()
Undocumented in source. Be warned that the author may not have intended to support it.
previousSibling
auto previousSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
removeProperty
void removeProperty(string propertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
screenX
int screenX()
Undocumented in source. Be warned that the author may not have intended to support it.
screenY
int screenY()
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(string propertyName, string propertyValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setPropertyAsSupports
void setPropertyAsSupports(string propertyName, nsISupports value)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta