Lines Matching refs:value
102 """Returns the current value of the configuration
111 available options. If option is specified with no value, then the
113 will be identical to the corresponding sublist of the value
114 returned if no option is specified). If one or more option-value
116 to have the given value(s); in this case the command returns an
150 '@'. The returned value can be used to configure the -bitmap
240 def __setitem__(self, key, value):
241 Form.form(self, {key: value})
339 def set_silent(self, value):
341 self.tk.call('tixSetSilent', self._w, value)
383 def config_all(self, option, value):
389 if not isinstance(value, str):
390 value = repr(value)
393 self.tk.call(name, 'configure', '-' + option, value)
504 def __setitem__(self,key,value):
505 self.tk.call(self.stylename, 'configure', '-%s'%key, value)
610 """Control - An entry field with value change arrows. The user can
611 adjust the value by pressing the two arrow buttons or by entering
612 the value directly into the entry. The new value will be checked
1838 "Get the option value for cell at (x,y)"
1891 When no option-value pair is given, this command returns a tuple
1893 option-value pairs are given, the corresponding options of the
1917 When no option-value pair is given, this command returns a list con-
1918 taining the current size setting of the given row . When option-value