dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
ComboBox.ObjectCollection
dfl
combobox
ComboBox
class
ComboBox
static
class
ObjectCollection {
this
(ComboBox lbox);
this
(ComboBox lbox, Object[] range);
this
(ComboBox lbox, Dstring[] range);
void
add
(Object value);
void
add
(Dstring value);
void
addRange
(Object[] range);
void
addRange
(Dstring[] range);
mixin
ListWrapArray
!(
Object
,
_items
,
_blankListCallback
!(
Object
),
_added
,
_blankListCallback
!(
Object
),
_removed
,
true
,
false
,
false
)
_wraparray
;
}
Constructors
this
this
(ComboBox lbox)
Undocumented in source.
this
this
(ComboBox lbox, Object[] range)
Undocumented in source.
this
this
(ComboBox 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
Source
See Implementation
dfl
combobox
ComboBox
classes
ObjectCollection
constructors
this
functions
_WmDrawItem
_WmMeasureItem
beginUpdate
createHandle
createItemCollection
createParams
endUpdate
findString
findStringExact
getItemHeight
onDrawItem
onHandleCreated
onMeasureItem
onPaintBackground
onReflectedMessage
prevWndProc
prevwproc
selectAll
wndProc
manifest constants
DEFAULT_ITEM_HEIGHT
NO_MATCHES
properties
defaultSize
drawMode
dropDownStyle
dropDownWidth
droppedDown
hasDropList
integralHeight
itemHeight
items
maxLength
selectedIndex
selectedItem
selectedValue
selectionLength
selectionStart
sorted
textLength
variables
drawItem
lim
measureItem