gtk-d ~gtk4 (2021-12-20T08:37:41.4817885)
Dub
Repo
GtkSelectionModelInterface.isSelected
gtk
c
types
GtkSelectionModelInterface
struct
GtkSelectionModelInterface
extern (
C
)
int
function
(
GtkSelectionModel
*
model
,
uint
position
)
isSelected
;
Return Value
%TRUE if the item is selected
Meta
Source
See Implementation
gtk
c
types
GtkSelectionModelInterface
variables
gIface
getSelectionInRange
isSelected
selectAll
selectItem
selectRange
setSelection
unselectAll
unselectItem
unselectRange