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

Function theme_button_color_background

PySimpleGUI/PySimpleGUI.py:19773–19781  ·  view source on GitHub ↗

Returns the button color background 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 background currently in use :rtype: (str)

()

Source from the content-addressed store, hash-verified

19771
19772
19773def theme_button_color_background():
19774 """
19775 Returns the button color background currently in use. Note this function simple calls the theme_button_color
19776 function and splits apart the tuple
19777
19778 :return: color string of the button color background currently in use
19779 :rtype: (str)
19780 """
19781 return theme_button_color()[1]
19782
19783
19784def theme_button_color_text():

Callers

nothing calls this directly

Calls 1

theme_button_colorFunction · 0.85

Tested by

no test coverage detected