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: Toplevel

View the instructions of how to use FancyPlots.

Variables:
  • parent – The running ccu.fancyplots._gui.root.FancyPlotsGUI instance.

  • image – The A Tkinter-compatible version of the usage instructions.

  • image_label – The ttk.Label containing the image.

Create a windown for viewing the instructions.

Parameters:
  • parent – The running root.FancyPlotsGUI instance.

  • *args – Positional arguments for tkinter.Toplevel.

  • **kwargs – Keyword arguments for tkinter.Toplevel.