gui.frames.status_column_frame

class gui.frames.status_column_frame.StatusColumnFrame(master: tkinter.Frame, gui: gui.app.GUI, **kwargs)
__init__(master: tkinter.Frame, gui: gui.app.GUI, **kwargs)

Construct a frame widget with the parent MASTER.

Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

update_ui(kwargs)