gui.frames.console_frame¶
- class gui.frames.console_frame.ConsoleFrame(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)¶
- start_loading_mode(loading_text)¶
- stop_loading_mode()¶
- multiline()¶
- class gui.frames.console_frame.GIF(master, filename, **kwargs)¶
- __init__(master, filename, **kwargs)¶
Construct a label widget with the parent MASTER.
STANDARD OPTIONS
activebackground, activeforeground, anchor, background, bitmap, borderwidth, cursor, disabledforeground, font, foreground, highlightbackground, highlightcolor, highlightthickness, image, justify, padx, pady, relief, takefocus, text, textvariable, underline, wraplength
WIDGET-SPECIFIC OPTIONS
height, state, width
- start_gif()¶
- animate_gif()¶
- stop_gif()¶