emodelrunner.GUI_utils.style

Style-related functions.

Functions

define_style(style)

Define the style for ttk objects.

get_style_cst()

Returns dict containing style vars such as colors.

set_matplotlib_style()

Configure ticks & labels size.

emodelrunner.GUI_utils.style.define_style(style)[source]

Define the style for ttk objects.

Parameters:

style (ttk.Style) – style

emodelrunner.GUI_utils.style.get_style_cst()[source]

Returns dict containing style vars such as colors.

Returns:

style colors, font and width

Return type:

dict

emodelrunner.GUI_utils.style.set_matplotlib_style()[source]

Configure ticks & labels size.