Skip to main content

Module selection

Module selection 

Source
Expand description

Selectable text as a fluent modifier on Text views.

Mirrors Compose-style selection for a single Text:

  • Drag to select (byte range, multi-line highlight)
  • Double-tap → select word under pointer
  • Triple-tap → select all
  • Shift+click / shift+drag → extend from previous anchor
  • Primary selection (middle-click paste) + Ctrl/Cmd+C via Action::Copy

Traits§

SelectableTextExt
Fluent selectable modifier for Text views.

Functions§

SelectableText
Backward-compatible free function.