MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / list_of_look_and_feel_values

Function list_of_look_and_feel_values

PySimpleGUI/PySimpleGUI.py:19642–19650  ·  view source on GitHub ↗

Get a list of the valid values to pass into your call to change_look_and_feel :return: list of valid string values :rtype: List[str]

()

Source from the content-addressed store, hash-verified

19640
19641
19642def list_of_look_and_feel_values():
19643 """
19644 Get a list of the valid values to pass into your call to change_look_and_feel
19645
19646 :return: list of valid string values
19647 :rtype: List[str]
19648 """
19649
19650 return sorted(list(LOOK_AND_FEEL_TABLE.keys()))
19651
19652
19653def theme(new_theme=None):

Callers 3

theme_listFunction · 0.85
theme_previewerFunction · 0.85
change_look_and_feelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected