ToolBarComboBox

separator for toolbars

Constructors

this
this(string ID, dstring[] items)
Undocumented in source.

Members

Mixins

__anonymous
mixin ActionTooltipSupport
Undocumented in source.

Mixed In Members

From mixin ActionTooltipSupport

hasTooltip
bool hasTooltip [@property getter]

returns true if widget has tooltip to show

createTooltip
Widget createTooltip(int mouseX, int mouseY, uint alignment, int x, int y)

will be called from window once tooltip request timer expired; if null is returned, popup will not be shown; you can change alignment and position of popup here

Inherited Members

From ComboBox

items
string[] items [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
items
dstring[] items [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
items
StringListValue[] items [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
setStringListValueListProperty
bool setStringListValueListProperty(string propName, StringListValue[] values)

StringListValue list values

selectedItem
dstring selectedItem [@property getter]

get selected item as text

items
const(UIStringCollection) items [@property getter]

returns list of items

adapter
StringListAdapter adapter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
UIString text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedItemIndex
int selectedItemIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedItemIndex
int selectedItemIndex [@property getter]

Selected item index.

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
createSelectedItemWidget
Widget createSelectedItemWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.

Meta