ccu.fancyplots._gui.footer¶
Miscellaneous GUI elements for FancyPlots.
This module defines the FooterSection class which contains various
ttk.Button instances for saving and displaying the graph, resetting
parameters, and showing documentation.
- class ccu.fancyplots._gui.footer.FooterSection(parent: FancyPlotsGUI, *args, **kwargs)[source]¶
Bases:
Frame,UpdatableFrameA collection of utility buttons for settings, instructions, and graphs.
- Variables:
parent – A
FancyPlotsGUI.reset_button – A
ttk.Buttonfor resetting formatting parameters.show_button – A
ttk.Buttonfor showing the free energy diagram.save_button – A
ttk.Buttonfor saveing the free energy diagram.palette_button – A
ttk.Buttonfor showing the matplotlib palette.instructions_button – A
ttk.Buttonfor showing the instructions of how to use FancyPlots.
Create a section with miscellaneous GUI elements.
- Parameters:
parent – The running
root.FancyPlotsGUIinstance.*args – Positional arguments for
tkinter.Toplevel.**kwargs – Keyword arguments fo
tkinter.Toplevel.
- _abc_impl = <_abc._abc_data object>¶
- _is_protocol = False¶