Tools Window

Inheritance diagram of toolswindow
class ToolsWindow(canvas, parent, root)[source]

Other main portion of the program, the tools window is in charge of managing all tool and manipulation related buttons , and is created bound to root but is technically a standalone window.

Parameters:
  • parent – the class that has this instance of ToolsWindow
  • root – the root of the program
static ignore()[source]

Do nothing when the user presses the close button

render()[source]

Errors checks all user entered parameters and calls set_plot from Calipso

setup_toolbar_buttons()[source]

Create tool bar buttons