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

Function theme_button_color_text

PySimpleGUI/PySimpleGUI.py:19784–19792  ·  view source on GitHub ↗

Returns the button color text currently in use. Note this function simple calls the theme_button_color function and splits apart the tuple :return: color string of the button color text currently in use :rtype: (str)

()

Source from the content-addressed store, hash-verified

19782
19783
19784def theme_button_color_text():
19785 """
19786 Returns the button color text currently in use. Note this function simple calls the theme_button_color
19787 function and splits apart the tuple
19788
19789 :return: color string of the button color text currently in use
19790 :rtype: (str)
19791 """
19792 return theme_button_color()[0]
19793
19794
19795def theme_progress_bar_color(color=None):

Callers

nothing calls this directly

Calls 1

theme_button_colorFunction · 0.85

Tested by

no test coverage detected