gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
AtkTextIface.setSelection
atk
c
types
AtkTextIface
struct
AtkTextIface
extern (
C
)
int
function
(
AtkText
*
text
,
int
selectionNum
,
int
startOffset
,
int
endOffset
)
setSelection
;
Return Value
%TRUE if success, %FALSE otherwise
Meta
Source
See Implementation
atk
c
types
AtkTextIface
variables
addSelection
getBoundedRanges
getCaretOffset
getCharacterAtOffset
getCharacterCount
getCharacterExtents
getDefaultAttributes
getNSelections
getOffsetAtPoint
getRangeExtents
getRunAttributes
getSelection
getStringAtOffset
getText
getTextAfterOffset
getTextAtOffset
getTextBeforeOffset
parent
removeSelection
setCaretOffset
setSelection
textAttributesChanged
textCaretMoved
textChanged
textSelectionChanged