Lines Matching refs:tk

92         return self.tk.call('tix', 'addbitmapdir', directory)
99 return self.tk.call('tix', 'cget', option)
121 return self.tk.call(('tix', 'configure') + self._options(cnf))
133 return self.tk.call('tix', 'filedialog', dlgclass)
135 return self.tk.call('tix', 'filedialog')
146 return self.tk.call('tix', 'getbitmap', name)
160 return self.tk.call('tix', 'getimage', name)
177 return self.tk.call('tix', 'option', 'get', name)
195 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
197 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
205 self.tk.eval('global auto_path; lappend auto_path [file dir [info nameof]]')
207 self.tk.eval('global auto_path; lappend auto_path {%s}' % tixlib)
208 self.tk.eval('global tcl_pkgPath; lappend tcl_pkgPath {%s}' % tixlib)
214 self.tk.eval('package require Tix')
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)
245 y = self.tk.splitlist(x)
248 z = z + (self.tk.getint(x),)
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)
261 self.tk.splitlist(
262 self.tk.call(
311 self.tk.call(widgetName, self._w, *extra)
334 self.tk.call('tixSetSilent', self._w, value)
364 return self.tk.call(self._w, 'subwidget', name)
371 x = self.tk.call(self._w, 'subwidgets', '-all')
372 return self.tk.splitlist(x)
386 self.tk.call(name, 'configure', '-' + option, value)
400 return master.tk.call(('image', 'create', imgtype,) + options)
403 self.tk.call('image', 'delete', imgname)
462 self.tk.call('destroy', self._w)
482 self.tk = master.tk
483 self.stylename = self.tk.call('tixDisplayStyle', itemtype,
500 self.tk.call(self.stylename, 'delete')
503 self.tk.call(self.stylename, 'configure', '-%s'%key, value)
510 return self.tk.call(self.stylename, 'cget', '-%s'%key)
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))
872 return self.tk.call(
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))
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)
941 self.tk.call(
948 self.tk.call(
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)
972 return self.tk.splitlist(c)
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')
1000 return self.tk.splitlist(c)
1003 return self.tk.call(self._w, 'item', 'cget', entry, col, opt)
1008 self.tk.call(self._w, 'item', 'configure', entry, col,
1012 self.tk.call(
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)
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)
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')
1479 return self.tk.splitlist(c)
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)
1799 self.tk.call(self, 'anchor', 'clear')
1803 return self._getints(self.tk.call(self, 'anchor', 'get'))
1807 self.tk.call(self, 'anchor', 'set', x, y)
1813 self.tk.call(self, 'delete', 'row', from_)
1815 self.tk.call(self, 'delete', 'row', from_, to)
1821 self.tk.call(self, 'delete', 'column', from_)
1823 self.tk.call(self, 'delete', 'column', from_, to)
1828 self.tk.call(self, 'edit', 'apply')
1833 self.tk.call(self, 'edit', 'set', x, y)
1839 return self.tk.call(self, 'entrycget', x, y, option)
1849 return self._getboolean(self.tk.call(self, 'info', 'exists', x, y))
1853 return self.tk.call(self, 'info', 'bbox', x, y)
1859 self.tk.call(self, 'move', 'column', from_, to, offset)
1865 self.tk.call(self, 'move', 'row', from_, to, offset)
1869 return self._getints(self.tk.call(self, 'nearest', x, y))
1881 self.tk.call(self, 'set', x, y, *args)
1906 return self.tk.splitlist(self.tk.call(self._w, 'size', 'column', index,
1931 return self.tk.splitlist(self.tk.call(
1936 self.tk.call(self._w, 'unset', x, y)