Lines Matching refs:call
86 that supports the self.tk.call method.
99 return self.tk.call('tix', 'addbitmapdir', directory)
106 return self.tk.call('tix', 'cget', option)
128 return self.tk.call(('tix', 'configure') + self._options(cnf))
140 return self.tk.call('tix', 'filedialog', dlgclass)
142 return self.tk.call('tix', 'filedialog')
153 return self.tk.call('tix', 'getbitmap', name)
167 return self.tk.call('tix', 'getimage', name)
184 return self.tk.call('tix', 'option', 'get', name)
189 widgets created after this call. Therefore, it is best to call the
202 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
204 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
236 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
244 return self.tk.call('tixForm', 'check', self._w)
247 self.tk.call('tixForm', 'forget', self._w)
251 x = self.tk.call('tixForm', 'grid', self._w)
257 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
261 return self.tk.call('tixForm', 'info', self._w)
264 return self.tk.call('tixForm', 'info', self._w, option)
269 self.tk.call(
284 child widgets created automatically by a Tix mega-widget. The Tk call
315 # If widgetName is None, this is a dummy creation call where the
318 self.tk.call(widgetName, self._w, *extra)
341 self.tk.call('tixSetSilent', self._w, value)
371 return self.tk.call(self._w, 'subwidget', name)
378 x = self.tk.call(self._w, 'subwidgets', '-all')
393 self.tk.call(name, 'configure', '-' + option, value)
405 return master.tk.call(('image', 'create', imgtype,) + options)
408 self.tk.call('image', 'delete', imgname)
456 # For some widgets e.g., a NoteBook, when we call destructors,
467 self.tk.call('destroy', self._w)
485 self.stylename = self.tk.call('tixDisplayStyle', itemtype,
502 self.tk.call(self.stylename, 'delete')
505 self.tk.call(self.stylename, 'configure', '-%s'%key, value)
512 return self.tk.call(self.stylename, 'cget', '-%s'%key)
541 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw))
544 self.tk.call(self._w, 'unbind', widget._w)
557 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
563 self.tk.call(self._w, 'invoke', name)
598 self.tk.call(self._w, 'addhistory', str)
601 self.tk.call(self._w, 'appendhistory', str)
604 self.tk.call(self._w, 'insert', index, str)
607 self.tk.call(self._w, 'pick', index)
631 self.tk.call(self._w, 'decr')
634 self.tk.call(self._w, 'incr')
637 self.tk.call(self._w, 'invoke')
640 self.tk.call(self._w, 'update')
661 self.tk.call(self._w, 'chdir', dir)
683 self.tk.call(self._w, 'chdir', dir)
731 self.tk.call(self._w, 'filter')
734 self.tk.call(self._w, 'invoke')
755 self.tk.call(self._w, 'popup')
758 self.tk.call(self._w, 'popdown')
777 self.tk.call(self._w, 'popup')
780 self.tk.call(self._w, 'popdown')
804 self.tk.call(self._w, 'filter')
807 self.tk.call(self._w, 'invoke')
826 self.tk.call(self._w, 'popup')
829 self.tk.call(self._w, 'popdown')
850 self.tk.call(self._w, 'invoke')
869 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw))
874 return self.tk.call(
878 self.tk.call(self._w, 'anchor', 'set', entry)
881 self.tk.call(self._w, 'anchor', 'clear')
885 return self.tk.call(self._w, 'column', 'width', col, width)
887 return self.tk.call(self._w, 'column', 'width', col,
891 self.tk.call(self._w, 'delete', 'all')
894 self.tk.call(self._w, 'delete', 'entry', entry)
897 self.tk.call(self._w, 'delete', 'offsprings', entry)
900 self.tk.call(self._w, 'delete', 'siblings', entry)
903 self.tk.call(self._w, 'dragsite', 'set', index)
906 self.tk.call(self._w, 'dragsite', 'clear')
909 self.tk.call(self._w, 'dropsite', 'set', index)
912 self.tk.call(self._w, 'dropsite', 'clear')
915 self.tk.call(self._w, 'header', 'create', col, *self._options(cnf, kw))
920 self.tk.call(self._w, 'header', 'configure', col,
924 return self.tk.call(self._w, 'header', 'cget', col, opt)
930 return self.tk.getboolean(self.tk.call(self._w, 'header', 'exist', col))
934 self.tk.call(self._w, 'header', 'delete', col)
937 return self.tk.call(self._w, 'header', 'size', col)
940 self.tk.call(self._w, 'hide', 'entry', entry)
943 self.tk.call(
950 self.tk.call(
954 return self.tk.call(self._w, 'indicator', 'cget', entry, opt)
957 return self.tk.call (self._w, 'indicator', 'exists', entry)
960 self.tk.call(self._w, 'indicator', 'delete', entry)
963 return self.tk.call(self._w, 'indicator', 'size', entry)
966 return self.tk.call(self._w, 'info', 'anchor')
970 self.tk.call(self._w, 'info', 'bbox', entry)) or None
973 c = self.tk.call(self._w, 'info', 'children', entry)
977 return self.tk.call(self._w, 'info', 'data', entry)
980 return self.tk.call(self._w, 'info', 'dragsite')
983 return self.tk.call(self._w, 'info', 'dropsite')
986 return self.tk.call(self._w, 'info', 'exists', entry)
989 return self.tk.call(self._w, 'info', 'hidden', entry)
992 return self.tk.call(self._w, 'info', 'next', entry)
995 return self.tk.call(self._w, 'info', 'parent', entry)
998 return self.tk.call(self._w, 'info', 'prev', entry)
1001 c = self.tk.call(self._w, 'info', 'selection')
1005 return self.tk.call(self._w, 'item', 'cget', entry, col, opt)
1010 self.tk.call(self._w, 'item', 'configure', entry, col,
1014 self.tk.call(
1018 return self.tk.call(self._w, 'item', 'exists', entry, col)
1021 self.tk.call(self._w, 'item', 'delete', entry, col)
1024 return self.tk.call(self._w, 'entrycget', entry, opt)
1029 self.tk.call(self._w, 'entryconfigure', entry,
1033 return self.tk.call(self._w, 'nearest', y)
1036 self.tk.call(self._w, 'see', entry)
1039 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1042 return self.tk.call(self._w, 'selection', 'includes', entry)
1045 self.tk.call(self._w, 'selection', 'set', first, last)
1048 return self.tk.call(self._w, 'show', 'entry', entry)
1109 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1117 # Can't call subwidgets_all directly because we don't want .nbframe
1118 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1125 self.tk.call(self._w, 'raise', name)
1150 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1155 self.tk.call(self._w, 'delete', name)
1163 # Can't call subwidgets_all directly because we don't want .nbframe
1164 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1171 self.tk.call(self._w, 'raise', name)
1174 return self.tk.call(self._w, 'raised')
1194 self.tk.call(self._w, 'add', 'command', name, *self._options(cnf, kw))
1197 self.tk.call(self._w, 'add', 'separator', name, *self._options(cnf, kw))
1200 self.tk.call(self._w, 'delete', name)
1203 self.tk.call(self._w, 'disable', name)
1206 self.tk.call(self._w, 'enable', name)
1224 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1230 self.tk.call(self._w, 'delete', name)
1235 self.tk.call(self._w, 'forget', name)
1238 return self.tk.call(self._w, 'panecget', entry, opt)
1243 self.tk.call(self._w, 'paneconfigure', entry, *self._options(cnf, kw))
1246 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
1267 self.tk.call(self._w, 'bind', widget._w)
1270 self.tk.call(self._w, 'unbind', widget._w)
1273 self.tk.call(self._w, 'post', widget._w, x, y)
1288 self.tk.call(self._w, 'attachwidget', widget._w)
1291 self.tk.call(self._w, 'detachwidget', widget._w)
1294 self.tk.call(self._w, 'hide', widget._w)
1297 self.tk.call(self._w, 'show', widget._w)
1366 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1371 self.tk.call(self._w, 'invoke', name)
1398 self.tk.call(self._w, 'popdown')
1401 self.tk.call(self._w, 'popup')
1404 self.tk.call(self._w, 'center')
1419 self.tk.call(self._w, 'invoke', name)
1435 self.tk.call(self._w, 'active', 'set', index)
1438 self.tk.call(self._w, 'active', 'clear')
1441 self.tk.call(self._w, 'anchor', 'set', index)
1444 self.tk.call(self._w, 'anchor', 'clear')
1447 self.tk.call(self._w, 'delete', from_, to)
1450 self.tk.call(self._w, 'dragsite', 'set', index)
1453 self.tk.call(self._w, 'dragsite', 'clear')
1456 self.tk.call(self._w, 'dropsite', 'set', index)
1459 self.tk.call(self._w, 'dropsite', 'clear')
1462 self.tk.call(self._w, 'insert', index, *self._options(cnf, kw))
1465 return self.tk.call(self._w, 'info', 'active')
1468 return self.tk.call(self._w, 'info', 'anchor')
1471 return self.tk.call(self._w, 'info', 'down', index)
1474 return self.tk.call(self._w, 'info', 'left', index)
1477 return self.tk.call(self._w, 'info', 'right', index)
1480 c = self.tk.call(self._w, 'info', 'selection')
1484 return self.tk.call(self._w, 'info', 'size')
1487 return self.tk.call(self._w, 'info', 'up', index)
1490 return self.tk.call(self._w, 'nearest', x, y)
1493 self.tk.call(self._w, 'see', index)
1496 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1499 return self.tk.call(self._w, 'selection', 'includes', index)
1502 self.tk.call(self._w, 'selection', 'set', first, last)
1522 self.tk.call(self._w, 'autosetmode')
1526 self.tk.call(self._w, 'close', entrypath)
1530 return self.tk.call(self._w, 'getmode', entrypath)
1534 self.tk.call(self._w, 'open', entrypath)
1546 self.tk.call(self._w, 'setmode', entrypath, mode)
1569 self.tk.call(self._w, 'autosetmode')
1573 self.tk.call(self._w, 'close', entrypath)
1577 return self.tk.call(self._w, 'getmode', entrypath)
1581 self.tk.call(self._w, 'open', entrypath)
1587 return self.tk.splitlist(self.tk.call(self._w, 'getselection', mode))
1591 return self.tk.call(self._w, 'getstatus', entrypath)
1596 self.tk.call(self._w, 'setstatus', entrypath, mode)
1746 return widget.tk.call('tixOptionName', widget._w)
1801 self.tk.call(self, 'anchor', 'clear')
1805 return self._getints(self.tk.call(self, 'anchor', 'get'))
1809 self.tk.call(self, 'anchor', 'set', x, y)
1815 self.tk.call(self, 'delete', 'row', from_)
1817 self.tk.call(self, 'delete', 'row', from_, to)
1823 self.tk.call(self, 'delete', 'column', from_)
1825 self.tk.call(self, 'delete', 'column', from_, to)
1830 self.tk.call(self, 'edit', 'apply')
1835 self.tk.call(self, 'edit', 'set', x, y)
1841 return self.tk.call(self, 'entrycget', x, y, option)
1851 return self._getboolean(self.tk.call(self, 'info', 'exists', x, y))
1855 return self.tk.call(self, 'info', 'bbox', x, y)
1861 self.tk.call(self, 'move', 'column', from_, to, offset)
1867 self.tk.call(self, 'move', 'row', from_, to, offset)
1871 return self._getints(self.tk.call(self, 'nearest', x, y))
1883 self.tk.call(self, 'set', x, y, *args)
1908 return self.tk.splitlist(self.tk.call(self._w, 'size', 'column', index,
1933 return self.tk.splitlist(self.tk.call(
1938 self.tk.call(self._w, 'unset', x, y)