ccu.fancyplots._gui.palette¶
GUI elements for viewing the matplotlib colour palette.
This module defines the PaletteWindow class.
- class ccu.fancyplots._gui.palette.PaletteWindow(parent: FancyPlotsGUI, *args, **kwargs)[source]¶
Bases:
ToplevelView available matplotlib colours.
- Variables:
image – The A Tkinter-compatible version of the usage instructions.
image_label – The
ttk.Labelcontaining the image.parent – The running
root.FancyPlotsGUIinstance.source_label – The
ttk.Labelcontaining the image source.
Create a subpanel for defining a reaction mechanism.
- Parameters:
parent – The runnnig
root.FancyPlotsGUIinstance.*args – Positional arguments for
tkinter.Toplevel.**kwargs – Keyword arguments for
tkinter.Toplevel.