• Home
  • Raw
  • Download

Lines Matching refs:_w

229         self.tk.call('tixForm', self._w, *self._options(cnf, kw))
237 return self.tk.call('tixForm', 'check', self._w)
240 self.tk.call('tixForm', 'forget', self._w)
244 x = self.tk.call('tixForm', 'grid', self._w)
250 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
254 return self.tk.call('tixForm', 'info', self._w)
257 return self.tk.call('tixForm', 'info', self._w, option)
263 'tixForm', 'slaves', self._w))]
311 self.tk.call(widgetName, self._w, *extra)
334 self.tk.call('tixSetSilent', self._w, value)
343 n = n[len(self._w)+1:]
353 name = name[len(self._w)+1:]
364 return self.tk.call(self._w, 'subwidget', name)
371 x = self.tk.call(self._w, 'subwidgets', '-all')
423 path = path[len(master._w)+1:]
462 self.tk.call('destroy', self._w)
539 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw))
542 self.tk.call(self._w, 'unbind', widget._w)
555 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
561 self.tk.call(self._w, 'invoke', name)
596 self.tk.call(self._w, 'addhistory', str)
599 self.tk.call(self._w, 'appendhistory', str)
602 self.tk.call(self._w, 'insert', index, str)
605 self.tk.call(self._w, 'pick', index)
629 self.tk.call(self._w, 'decr')
632 self.tk.call(self._w, 'incr')
635 self.tk.call(self._w, 'invoke')
638 self.tk.call(self._w, 'update')
659 self.tk.call(self._w, 'chdir', dir)
681 self.tk.call(self._w, 'chdir', dir)
729 self.tk.call(self._w, 'filter')
732 self.tk.call(self._w, 'invoke')
753 self.tk.call(self._w, 'popup')
756 self.tk.call(self._w, 'popdown')
775 self.tk.call(self._w, 'popup')
778 self.tk.call(self._w, 'popdown')
802 self.tk.call(self._w, 'filter')
805 self.tk.call(self._w, 'invoke')
824 self.tk.call(self._w, 'popup')
827 self.tk.call(self._w, 'popdown')
848 self.tk.call(self._w, 'invoke')
867 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw))
873 self._w, 'addchild', parent, *self._options(cnf, kw))
876 self.tk.call(self._w, 'anchor', 'set', entry)
879 self.tk.call(self._w, 'anchor', 'clear')
883 return self.tk.call(self._w, 'column', 'width', col, width)
885 return self.tk.call(self._w, 'column', 'width', col,
889 self.tk.call(self._w, 'delete', 'all')
892 self.tk.call(self._w, 'delete', 'entry', entry)
895 self.tk.call(self._w, 'delete', 'offsprings', entry)
898 self.tk.call(self._w, 'delete', 'siblings', entry)
901 self.tk.call(self._w, 'dragsite', 'set', index)
904 self.tk.call(self._w, 'dragsite', 'clear')
907 self.tk.call(self._w, 'dropsite', 'set', index)
910 self.tk.call(self._w, 'dropsite', 'clear')
913 self.tk.call(self._w, 'header', 'create', col, *self._options(cnf, kw))
917 return self._getconfigure(self._w, 'header', 'configure', col)
918 self.tk.call(self._w, 'header', 'configure', col,
922 return self.tk.call(self._w, 'header', 'cget', col, opt)
928 return self.tk.getboolean(self.tk.call(self._w, 'header', 'exist', col))
932 self.tk.call(self._w, 'header', 'delete', col)
935 return self.tk.call(self._w, 'header', 'size', col)
938 self.tk.call(self._w, 'hide', 'entry', entry)
942 self._w, 'indicator', 'create', entry, *self._options(cnf, kw))
947 self._w, 'indicator', 'configure', entry)
949 self._w, 'indicator', 'configure', entry, *self._options(cnf, kw))
952 return self.tk.call(self._w, 'indicator', 'cget', entry, opt)
955 return self.tk.call (self._w, 'indicator', 'exists', entry)
958 self.tk.call(self._w, 'indicator', 'delete', entry)
961 return self.tk.call(self._w, 'indicator', 'size', entry)
964 return self.tk.call(self._w, 'info', 'anchor')
968 self.tk.call(self._w, 'info', 'bbox', entry)) or None
971 c = self.tk.call(self._w, 'info', 'children', entry)
975 return self.tk.call(self._w, 'info', 'data', entry)
978 return self.tk.call(self._w, 'info', 'dragsite')
981 return self.tk.call(self._w, 'info', 'dropsite')
984 return self.tk.call(self._w, 'info', 'exists', entry)
987 return self.tk.call(self._w, 'info', 'hidden', entry)
990 return self.tk.call(self._w, 'info', 'next', entry)
993 return self.tk.call(self._w, 'info', 'parent', entry)
996 return self.tk.call(self._w, 'info', 'prev', entry)
999 c = self.tk.call(self._w, 'info', 'selection')
1003 return self.tk.call(self._w, 'item', 'cget', entry, col, opt)
1007 return self._getconfigure(self._w, 'item', 'configure', entry, col)
1008 self.tk.call(self._w, 'item', 'configure', entry, col,
1013 self._w, 'item', 'create', entry, col, *self._options(cnf, kw))
1016 return self.tk.call(self._w, 'item', 'exists', entry, col)
1019 self.tk.call(self._w, 'item', 'delete', entry, col)
1022 return self.tk.call(self._w, 'entrycget', entry, opt)
1026 return self._getconfigure(self._w, 'entryconfigure', entry)
1027 self.tk.call(self._w, 'entryconfigure', entry,
1031 return self.tk.call(self._w, 'nearest', y)
1034 self.tk.call(self._w, 'see', entry)
1037 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1040 return self.tk.call(self._w, 'selection', 'includes', entry)
1043 self.tk.call(self._w, 'selection', 'set', first, last)
1046 return self.tk.call(self._w, 'show', 'entry', entry)
1107 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1116 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1123 self.tk.call(self._w, 'raise', name)
1148 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1153 self.tk.call(self._w, 'delete', name)
1162 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1169 self.tk.call(self._w, 'raise', name)
1172 return self.tk.call(self._w, 'raised')
1192 self.tk.call(self._w, 'add', 'command', name, *self._options(cnf, kw))
1195 self.tk.call(self._w, 'add', 'separator', name, *self._options(cnf, kw))
1198 self.tk.call(self._w, 'delete', name)
1201 self.tk.call(self._w, 'disable', name)
1204 self.tk.call(self._w, 'enable', name)
1222 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1228 self.tk.call(self._w, 'delete', name)
1233 self.tk.call(self._w, 'forget', name)
1236 return self.tk.call(self._w, 'panecget', entry, opt)
1240 return self._getconfigure(self._w, 'paneconfigure', entry)
1241 self.tk.call(self._w, 'paneconfigure', entry, *self._options(cnf, kw))
1244 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
1265 self.tk.call(self._w, 'bind', widget._w)
1268 self.tk.call(self._w, 'unbind', widget._w)
1271 self.tk.call(self._w, 'post', widget._w, x, y)
1286 self.tk.call(self._w, 'attachwidget', widget._w)
1289 self.tk.call(self._w, 'detachwidget', widget._w)
1292 self.tk.call(self._w, 'hide', widget._w)
1295 self.tk.call(self._w, 'show', widget._w)
1364 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1369 self.tk.call(self._w, 'invoke', name)
1396 self.tk.call(self._w, 'popdown')
1399 self.tk.call(self._w, 'popup')
1402 self.tk.call(self._w, 'center')
1417 self.tk.call(self._w, 'invoke', name)
1433 self.tk.call(self._w, 'active', 'set', index)
1436 self.tk.call(self._w, 'active', 'clear')
1439 self.tk.call(self._w, 'anchor', 'set', index)
1442 self.tk.call(self._w, 'anchor', 'clear')
1445 self.tk.call(self._w, 'delete', from_, to)
1448 self.tk.call(self._w, 'dragsite', 'set', index)
1451 self.tk.call(self._w, 'dragsite', 'clear')
1454 self.tk.call(self._w, 'dropsite', 'set', index)
1457 self.tk.call(self._w, 'dropsite', 'clear')
1460 self.tk.call(self._w, 'insert', index, *self._options(cnf, kw))
1463 return self.tk.call(self._w, 'info', 'active')
1466 return self.tk.call(self._w, 'info', 'anchor')
1469 return self.tk.call(self._w, 'info', 'down', index)
1472 return self.tk.call(self._w, 'info', 'left', index)
1475 return self.tk.call(self._w, 'info', 'right', index)
1478 c = self.tk.call(self._w, 'info', 'selection')
1482 return self.tk.call(self._w, 'info', 'size')
1485 return self.tk.call(self._w, 'info', 'up', index)
1488 return self.tk.call(self._w, 'nearest', x, y)
1491 self.tk.call(self._w, 'see', index)
1494 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1497 return self.tk.call(self._w, 'selection', 'includes', index)
1500 self.tk.call(self._w, 'selection', 'set', first, last)
1520 self.tk.call(self._w, 'autosetmode')
1524 self.tk.call(self._w, 'close', entrypath)
1528 return self.tk.call(self._w, 'getmode', entrypath)
1532 self.tk.call(self._w, 'open', entrypath)
1544 self.tk.call(self._w, 'setmode', entrypath, mode)
1567 self.tk.call(self._w, 'autosetmode')
1571 self.tk.call(self._w, 'close', entrypath)
1575 return self.tk.call(self._w, 'getmode', entrypath)
1579 self.tk.call(self._w, 'open', entrypath)
1585 return self.tk.splitlist(self.tk.call(self._w, 'getselection', mode))
1589 return self.tk.call(self._w, 'getstatus', entrypath)
1594 self.tk.call(self._w, 'setstatus', entrypath, mode)
1744 return widget.tk.call('tixOptionName', widget._w)
1906 return self.tk.splitlist(self.tk.call(self._w, 'size', 'column', index,
1936 self.tk.call(self._w, 'unset', x, y)