modelsettingswindow module¶
-
class
modelsettingswindow.TModelSettingsWindow(master, maxx=0.0, maxy=0.0, dx=0.01, dy=0.01)¶ Bases:
tkinter.simpledialog.DialogClass represents popup window used for entering model size (domain).
Parameters: - master (tkinter.Tk) – master window object.
- maxx (float) – model width (maximal x coordinate).
- maxy (float) – model height (maximal y coordinate).
- dx (float) – discretisation step in the x direction.
- dy (float) – discretisation step in the y direction.
-
apply()¶ Return requested inputs.
-
body(master)¶ Initialise widgets.
Parameters: master (tkinter.Tk) – master window object.