GuiParts.ColumnTypeSelector#

GuiParts.ColumnTypeSelector.py

Copyright (c) 2024-2025, SAXS Team, KEK-PF

class ColumnTypeSelector(parent, column_name_var=None, excl_limit_var=None)#

Bases: Frame

Construct 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.

column_name_tracer(*args)#
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).