display_states#
Bases:
TUIMenu
Enter the display state manipulation menu.
Methods:
apply
(*args, **kwargs)Apply a display state to the active window.
copy
(*args, **kwargs)Create a new display state with settings copied from an existing display state.
create
(*args, **kwargs)Create a new display state.
delete
(*args, **kwargs)Delete a display state.
edit
(*args, **kwargs)Edit a particular display state setting.
list
(*args, **kwargs)Print the names of the available display states to the console.
read
(*args, **kwargs)Read display states from a file.
use_active
(*args, **kwargs)Update an existing display state's settings to match those of the active graphics window.
write
(*args, **kwargs)Write display states to a file.
Apply a display state to the active window.
Create a new display state with settings copied from an existing display state.
Create a new display state.
Delete a display state.
Edit a particular display state setting.
Print the names of the available display states to the console.
Read display states from a file.
Update an existing display state’s settings to match those of the active graphics window.
Write display states to a file.