A2_loading_win module¶
- class A2_loading_win.loading_win[source]¶
Bases:
object
Creates an intermediate window when the program is running but when there are no results yet
- win¶
The main window object.
- Type:
Tk object
- label_load¶
A label object used to display a message in the window.
- Type:
ttk.Label
- Progress_Bar¶
A label object used to display a loading bar
- Type:
ttk.Label