Menus.V2Menu#
V2Menu.py
Copyright (c) 2021-2025, SAXS Team, KEK-PF
- class V2Menu(parent, dialog, adjusted_sd=False)#
Bases:
FrameConstruct a frame widget with the parent MASTER.
Valid option names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.
- config(**kwargs)#
Query or modify the configuration options of the widget.
If no arguments are specified, return a dictionary describing all of the available options for the widget.
If an option name is specified, then return a tuple describing the one named option.
If one or more keyword arguments are specified or a dictionary is specified, then modify the widget option(s) to have the given value(s).
- get_fullopt_dialog()#
- get_peak_editor()#
- get_ready_for_peak_editor()#
- get_strategy_dialog()#
- get_trace_dialog()#
- pe_apply_cb(fullopt_dialog)#
- pe_ready_cb(peak_editor)#
- show_automated_execution()#
- show_parameter_transition(debug=False)#
- show_peak_editor(pe_proxy=None, debug=True)#
- show_result_animation(debug=False)#
- show_result_folder_selector(proc_name, debug=False)#
- show_result_viewer(debug=False)#
- td_ready_cb(trace_dialog)#
- v2_exec_wrapper(proc, proc_name)#