Lines Matching refs:values
35 # if caller passes a Tcl script to tk.call, all the values need to
320 """Returns adict with its values converted from Tcl objects to Python
364 """Query or sets dynamic values of the specified option(s) in
408 allocated a parcel. Valid options/values are:
663 values."""
675 textvariable, values, width
682 element at position newindex in the list of values. Otherwise,
683 returns the index of the current value in the list of values
866 If kw is not given, returns a dict of the tab option values. If option
868 options to the corresponding values."""
943 If kw is not given, returns a dict of the pane option values. If
945 Otherwise, sets the options to the corresponding values."""
1127 string values.
1140 to, from_, increment, values, wrap, format, command
1154 of data values. The data values are displayed in successive columns
1171 text, image, values, open, tags
1210 If kw is not given, returns a dict of the column option values. If
1212 Otherwise, sets the options to the corresponding values."""
1248 If kw is not given, returns a dict of the heading option values. If
1250 Otherwise, sets the options to the corresponding values.
1252 Valid options/values are:
1260 the standard Tk anchor values
1347 If no options are given, a dict with options/values for the item
1350 values as given by kw."""
1455 values for the given tagname."""
1578 def __init__(self, master, variable, default=None, *values, **kwargs):
1581 value specified by the default parameter, the menu values given by
1582 *values and additional keywords.
1604 self.set_menu(default, *values)
1614 def set_menu(self, default=None, *values):
1615 """Build a new menu of radiobuttons with *values and optionally
1619 for val in values: