ccu.fancyplots._gui.instructions¶
GUI elements for viewing the FancyPlots walkthrough.
This module defines the InstructionsWindow class.
- class ccu.fancyplots._gui.instructions.InstructionsWindow(parent: FancyPlotsGUI, *args, **kwargs)[source]¶
Bases:
ToplevelView the instructions of how to use FancyPlots.
- Variables:
parent – The running
ccu.fancyplots._gui.root.FancyPlotsGUIinstance.image – The A Tkinter-compatible version of the usage instructions.
image_label – The
ttk.Labelcontaining the image.
Create a windown for viewing the instructions.
- Parameters:
parent – The running
root.FancyPlotsGUIinstance.*args – Positional arguments for
tkinter.Toplevel.**kwargs – Keyword arguments for
tkinter.Toplevel.