textual_enhanced.screen
A Textual screen, with tweaks.
EnhancedScreen
Bases: Generic[ScreenResultType]
, Screen[ScreenResultType]
A Textual screen with some extras.
action_change_theme_command
action_change_theme_command()
Show the Textual theme picker command palette.
action_help_command
action_help_command()
Show the help screen.
Rather than use Textual's own help facility, this shows my own help screen.
show_palette
show_palette(provider)
Show a particular command palette.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
type[CommandsProvider]
|
The commands provider for the palette. |
required |