Lines Matching refs:get
371 that constrain the type of the value returned from get()."""
428 def get(self):
564 def get(self):
588 def get(self):
613 def get(self):
640 def get(self):
785 this widget will get the focus if the application gets
824 """The widget under mouse will get automatically focus. Can not
923 return self.tk.call(('clipboard', 'get') + self._options(kw))
926 return self.tk.call(('clipboard', 'get') + self._options(kw))
970 other applications do not get events anymore."""
999 return self.tk.call('option', 'get', self._w, name, className)
1026 return self.tk.call(('selection', 'get') + self._options(kw))
1029 return self.tk.call(('selection', 'get') + self._options(kw))
1379 """Set or get the list of bindtags for this widget.
1699 arguments. To get an overview about
1733 """Set or get the status for propagation of geometry information.
1851 """Set or get the status for propagation of geometry information.
2600 count = master._last_child_ids.get(name, 0) + 1
2956 arguments. To get an overview about
3059 if not cnf.get('name'):
3107 def get(self):
3109 return self.tk.call(self._w, 'get')
3247 def get(self, first, last=None):
3251 self._w, 'get', first, last))
3253 return self.tk.call(self._w, 'get', first)
3324 To get an overview about the allowed keyword arguments
3523 def get(self):
3525 value = self.tk.call(self._w, 'get')
3587 def get(self):
3590 return self._getdoubles(self.tk.call(self._w, 'get'))
3774 def get(self, index1, index2=None):
3776 return self.tk.call(self._w, 'get', index1, index2)
4032 callback = kwargs.get('command')
4170 def get(self, x, y):
4172 return self.tk.call(self.name, 'get', x, y)
4198 self.name, 'transparency', 'get', x, y))
4282 def get(self):
4284 return self.tk.call(self._w, 'get')