tkgui.tab module
Base class for notebook tabs for the TKinter GUI.
-
class
tkgui.tab.
Tab
(parent, *args, **kwargs)[source]
Bases: tkinter.ttk.Frame
Base class for notebook tabs for the TKinter GUI.
-
create_controls
()[source]
Creates all controls for this tab. Overriden in child classes.
-
create_variables
()[source]
Creates all TKinter variables needed by this tab.
Overridden in child classes.
-
read_data
()[source]
Reads all external data needed. Overridden in child classes.