ListBox.ObjectCollection

Constructors

this
this(ListBox lbox)
Undocumented in source.
this
this(ListBox lbox, Object[] range)
Undocumented in source.
this
this(ListBox lbox, Dstring[] range)
Undocumented in source.

Members

Functions

add
void add(Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Dstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(Object[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(Dstring[] range)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

_wraparray
mixin ListWrapArray!(Object, _items, _blankListCallback!(Object), _added, _blankListCallback!(Object), _removed, true, false, false) _wraparray
Undocumented in source.

Meta