Results for “Std.Ui.Selection.selection”
13 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Selection.Selection
Which rows of a list of
countare chosen, the row a range extends from - Std.Ui.Selection.selection
Int -> Std.Ui.Selection.SelectionNothing chosen in a list of
countrows. - Std.Ui.Selection.activated
&Std.Ui.Selection.Selection -> &Std.Ui.Screen.Event -> Str -> Std.Ui.Selection.SelectionThe selection after a row activation: rows are controls tagged
- Std.Ui.Selection.all
&Std.Ui.Selection.Selection -> Std.Ui.Selection.SelectionEvery row chosen, focus kept.
- Std.Ui.Selection.clear
&Std.Ui.Selection.Selection -> Std.Ui.Selection.SelectionNothing chosen.
- Std.Ui.Selection.commanded
&Std.Ui.Selection.Selection -> Str -> Std.Ui.Selection.SelectionThe selection after a keymap command:
select.all,select.none, - Std.Ui.Selection.extend
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.SelectionEvery row from the anchor through
indexchosen, the anchor kept; with - Std.Ui.Selection.isSelected
&Std.Ui.Selection.Selection -> Int -> BoolWhether
indexis chosen. - Std.Ui.Selection.move
&Std.Ui.Selection.Selection -> Int -> Bool -> Std.Ui.Selection.SelectionThe focus moved by
deltarows, clamped to the list:extendinggrows - Std.Ui.Selection.resized
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.SelectionThe selection for a list that now has
countrows: rows past the end - Std.Ui.Selection.selected
&Std.Ui.Selection.Selection -> Array[Int]The chosen rows in ascending order.
- Std.Ui.Selection.single
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.SelectionOnly
indexchosen; it becomes the anchor and focus. Out of range clears. - Std.Ui.Selection.toggle
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.Selectionindexadded or removed, leaving the rest; it becomes the anchor and focus.
