outputpreviewwindow module¶
-
class
outputpreviewwindow.TOutputPreviewWindow(master, output_string)¶ Bases:
tkinter.simpledialog.DialogClass represents output file contents preview window.
Parameters: - master (tkinter.Tk) – master window object.
- out_string (string) – contents of the gprMAx input file.
-
apply()¶ Return requested inputs.
-
body(master)¶ Initialise widgets.
Parameters: master (tkinter.Tk) – master window object.
Redefine default Ok/Cancel buttons in the bottom of the window with Save/Cancel.
-
cancel()¶ Destroy window upon clicking Cancel button.