coalispr.tk_gui.gui_widgets.opt2

Classes

Subcommand_frame

Ttk Frame widget is a container, used to group other widgets

Option_widget

Ttk Frame widget is a container, used to group other widgets

Module Contents

class coalispr.tk_gui.gui_widgets.opt2.Subcommand_frame(master, subcommand_choices, subcoms)

Bases: ttkbootstrap.Frame

Ttk Frame widget is a container, used to group other widgets together.

choices
subcommands_info
widget_group
current_widget = ''
subcom_var
labframe
grid_column = 0
add_widget(key, opt_widget)
change_subcommand()
set_subcommand(key)
class coalispr.tk_gui.gui_widgets.opt2.Option_widget(opt_frame, master, subcom, choice_var, is_required, is_one_of_list)

Bases: ttkbootstrap.Frame

Ttk Frame widget is a container, used to group other widgets together.

parent
args
argvar
is_one_of_list_
handle
arg
tip_text
input
colr = 'danger'
default_value = '  '
label0
label1
choice
get_input_widget(key)
is_one_of_list()
var_changed(event=None, int_value=False)

Register chosen options

unbind_mousewheel(combo)
validate_int(value)
validate_name(value)
validate_region(value)
on_invalid()
create_combo()
create_comboE()
create_entry()
create_entry2()
create_checkbtn()