dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
ListBox.ObjectCollection
dfl
listbox
ListBox
class
ListBox
static
class
ObjectCollection {
this
(ListBox lbox);
this
(ListBox lbox, Object[] range);
this
(ListBox 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
(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
Source
See Implementation
dfl
listbox
ListBox
classes
ObjectCollection
SelectedIndexCollection
SelectedObjectCollection
constructors
this
functions
_WmDrawItem
_WmMeasureItem
beginUpdate
clearSelected
createItemCollection
createParams
endUpdate
findString
findStringExact
getItemHeight
getItemRectangle
getSelected
indexFromPoint
isMultSel
onDrawItem
onHandleCreated
onMeasureItem
onReflectedMessage
prevWndProc
prevwproc
setSelected
sort
wndProc
properties
borderStyle
defaultSize
drawMode
horizontalExtent
horizontalScrollbar
integralHeight
itemHeight
items
multiColumn
scrollAlwaysVisible
selectedIndex
selectedIndices
selectedItem
selectedItems
selectedValue
selectionMode
sorted
topIndex
useTabStops
variables
DEFAULT_ITEM_HEIGHT
NO_MATCHES
drawItem
measureItem