PopUpMenuElement

Defines a single MenuElement, also can contain multiple subelements.

Constructors

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

Members

Functions

getIcon
Bitmap16Bit 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.
setIcon
void setIcon(Bitmap16Bit 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
Bitmap16Bit icon;
Undocumented in source.
iconWidth
int iconWidth;
secondaryText
wstring secondaryText;
Undocumented in source.
source
string source;
Undocumented in source.
text
wstring text;
Undocumented in source.

Meta