PopUpMenuElement

Defines a single MenuElement, also can contain multiple subelements.

Constructors

this
this(string source, dstring text, dstring secondaryText, Bitmap8Bit icon, int iconWidth)
Undocumented in source.
this
this(string source, dstring text, dstring secondaryText, PopUpMenuElement[] subElements)
Undocumented in source.
this
this(string source, dstring text, dstring secondaryText, PopUpMenuElement[] subElements, Bitmap8Bit icon, int iconWidth)
Undocumented in source.

Members

Functions

getIcon
Bitmap8Bit getIcon()
Undocumented in source. Be warned that the author may not have intended to support it.
getLength
size_t getLength()
Undocumented in source. Be warned that the author may not have intended to support it.
getSubElements
PopUpMenuElement[] getSubElements()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSubElements
void loadSubElements(PopUpMenuElement[] e)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
PopUpMenuElement opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
PopUpMenuElement opIndexAssign(PopUpMenuElement value, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
PopUpMenuElement opOpAssign(PopUpMenuElement value)
Undocumented in source. Be warned that the author may not have intended to support it.
setIcon
void setIcon(Bitmap8Bit icon)
Undocumented in source. Be warned that the author may not have intended to support it.
setLength
void setLength(int l)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

icon
Bitmap8Bit icon;
Undocumented in source.
iconWidth
int iconWidth;
secondaryText
dstring secondaryText;
Undocumented in source.
source
string source;
Undocumented in source.
text
dstring text;
Undocumented in source.

Meta