Web Analytics Made Easy - Statcounter
Skip to content

StatusBar

StatusBar call reference

Creates a sunken text area at the bottom of the window.

layout = [[sg.StatusBar('Online', text_color='#c2ffa7')]]

status_bar

Events

If the element is created with events_enabled set to True, then an event will occur when the element is clicked with the mouse.

Values Dictionary

There is no values dictionary entry for the StatusBar element