Lines Matching refs:_w
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)
270 'tixForm', 'slaves', self._w))]
318 self.tk.call(widgetName, self._w, *extra)
341 self.tk.call('tixSetSilent', self._w, value)
350 n = n[len(self._w)+1:]
360 name = name[len(self._w)+1:]
371 return self.tk.call(self._w, 'subwidget', name)
378 x = self.tk.call(self._w, 'subwidgets', '-all')
428 path = path[len(master._w)+1:]
467 self.tk.call('destroy', self._w)
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))
875 self._w, 'addchild', parent, *self._options(cnf, kw))
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))
919 return self._getconfigure(self._w, 'header', 'configure', col)
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)
944 self._w, 'indicator', 'create', entry, *self._options(cnf, kw))
949 self._w, 'indicator', 'configure', entry)
951 self._w, 'indicator', 'configure', entry, *self._options(cnf, kw))
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)
1009 return self._getconfigure(self._w, 'item', 'configure', entry, col)
1010 self.tk.call(self._w, 'item', 'configure', entry, col,
1015 self._w, 'item', 'create', entry, col, *self._options(cnf, kw))
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)
1028 return self._getconfigure(self._w, 'entryconfigure', entry)
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))
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)
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)
1242 return self._getconfigure(self._w, 'paneconfigure', entry)
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)
1908 return self.tk.splitlist(self.tk.call(self._w, 'size', 'column', index,
1938 self.tk.call(self._w, 'unset', x, y)