Finding
sereto.tui.finding
¶
InputWithLabel
¶
Bases: Widget
An input with a label.
Source code in sereto/tui/finding.py
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
|
SelectWithLabel
¶
Bases: Generic[T]
, Widget
A select with a label.
Source code in sereto/tui/finding.py
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
|
SeretoApp
¶
Bases: App[None]
A SeReTo Textual CLI interface.
Source code in sereto/tui/finding.py
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 |
|
action_focus_search()
¶
Focus on the search input field.
Source code in sereto/tui/finding.py
345 346 347 |
|
compose()
¶
Add widgets to the app.
Source code in sereto/tui/finding.py
334 335 336 337 338 339 340 341 342 343 |
|