Documentation
Dlang.org
SelectionModelT.isSelected
gtk
selection_model_mixin
SelectionModelT
Checks if the given item is selected.
template
SelectionModelT
()
override
bool
isSelected
(
uint
position
)
Parameters
position
uint
the position of the item to query
Return Value
Type:
bool
true if the item is selected
gtk
selection_model_mixin
SelectionModelT
functions
connectSelectionChanged
getSelection
getSelectionInRange
isSelected
selectAll
selectItem
selectRange
selectionChanged
setSelection
unselectAll
unselectItem
unselectRange
Checks if the given item is selected.