MCPcopy Create free account
hub / github.com/lxn/walk / SetTextSelection

Method SetTextSelection

container.go:513–513  ·  view source on GitHub ↗
(start, end int)

Source from the content-addressed store, hash-verified

511
512type textSelectable interface {
513 SetTextSelection(start, end int)
514}
515
516func DescendantByName(container Container, name string) Widget {

Callers 5

SetTextSelectionMethod · 0.65
processCharMethod · 0.65
selectNumberMethod · 0.65
WndProcMethod · 0.65

Implementers 4

NumberEditnumberedit.go
LineEditlineedit.go
TextEdittextedit.go
ComboBoxcombobox.go

Calls

no outgoing calls

Tested by

no test coverage detected