Documentation
Dlang.org
GtkSelectionModelInterface.selectItem
gtk
c
types
GtkSelectionModelInterface
Select the item in the given position. If the operation is known to fail, return false.
struct
GtkSelectionModelInterface
extern (
C
)
bool
function
(
GtkSelectionModel
*
model
,
uint
position
,
bool
unselectRest
)
selectItem
;
gtk
c
types
GtkSelectionModelInterface
variables
gIface
getSelectionInRange
isSelected
selectAll
selectItem
selectRange
setSelection
unselectAll
unselectItem
unselectRange
Select the item in the given position. If the operation is known to fail, return false.