• Home
  • Raw
  • Download

Lines Matching refs:_w

504         self.tk.call('tkwait', 'window', window._w)
512 self.tk.call('tkwait', 'visibility', window._w)
530 self.tk.call('focus', self._w)
536 self.tk.call('focus', '-force', self._w)
552 name = self.tk.call('focus', '-displayof', self._w)
558 name = self.tk.call('focus', '-lastfor', self._w)
574 name = self.tk.call('tk_focusNext', self._w)
579 name = self.tk.call('tk_focusPrev', self._w)
661 if 'displayof' not in kw: kw['displayof'] = self._w
669 if 'displayof' not in kw: kw['displayof'] = self._w
676 name = self.tk.call('grab', 'current', self._w)
681 self.tk.call('grab', 'release', self._w)
687 self.tk.call('grab', 'set', self._w)
694 self.tk.call('grab', 'set', '-global', self._w)
698 status = self.tk.call('grab', 'status', self._w)
718 return self.tk.call('option', 'get', self._w, name, className)
727 if 'displayof' not in kw: kw['displayof'] = self._w
738 if 'displayof' not in kw: kw['displayof'] = self._w
760 + (self._w, name))
767 self._options(kw) + (self._w,))
775 if 'displayof' not in kw: kw['displayof'] = self._w
784 self.tk.call('lower', self._w, belowThis)
787 self.tk.call('raise', self._w, aboveThis)
791 return self.tk.call('tk', 'colormodel', self._w, value)
804 self.tk.call('winfo', 'cells', self._w))
809 self.tk.call('winfo', 'children', self._w)):
820 return self.tk.call('winfo', 'class', self._w)
824 self.tk.call('winfo', 'colormapfull', self._w))
834 return getint(self.tk.call('winfo', 'depth', self._w))
838 self.tk.call('winfo', 'exists', self._w))
843 'winfo', 'fpixels', self._w, number))
846 return self.tk.call('winfo', 'geometry', self._w)
850 self.tk.call('winfo', 'height', self._w))
853 return int(self.tk.call('winfo', 'id', self._w), 0)
861 self.tk.call('winfo', 'ismapped', self._w))
864 return self.tk.call('winfo', 'manager', self._w)
867 return self.tk.call('winfo', 'name', self._w)
870 return self.tk.call('winfo', 'parent', self._w)
879 self.tk.call('winfo', 'pixels', self._w, number))
883 self.tk.call('winfo', 'pointerx', self._w))
887 self.tk.call('winfo', 'pointerxy', self._w))
891 self.tk.call('winfo', 'pointery', self._w))
895 self.tk.call('winfo', 'reqheight', self._w))
899 self.tk.call('winfo', 'reqwidth', self._w))
904 self.tk.call('winfo', 'rgb', self._w, color))
909 self.tk.call('winfo', 'rootx', self._w))
914 self.tk.call('winfo', 'rooty', self._w))
917 return self.tk.call('winfo', 'screen', self._w)
922 self.tk.call('winfo', 'screencells', self._w))
927 self.tk.call('winfo', 'screendepth', self._w))
932 self.tk.call('winfo', 'screenheight', self._w))
937 self.tk.call('winfo', 'screenmmheight', self._w))
942 self.tk.call('winfo', 'screenmmwidth', self._w))
947 return self.tk.call('winfo', 'screenvisual', self._w)
952 self.tk.call('winfo', 'screenwidth', self._w))
956 return self.tk.call('winfo', 'server', self._w)
960 'winfo', 'toplevel', self._w))
964 self.tk.call('winfo', 'viewable', self._w))
969 return self.tk.call('winfo', 'visual', self._w)
972 return self.tk.call('winfo', 'visualid', self._w)
980 self.tk.call('winfo', 'visualsavailable', self._w,
996 self.tk.call('winfo', 'vrootheight', self._w))
1002 self.tk.call('winfo', 'vrootwidth', self._w))
1007 self.tk.call('winfo', 'vrootx', self._w))
1012 self.tk.call('winfo', 'vrooty', self._w))
1016 self.tk.call('winfo', 'width', self._w))
1021 self.tk.call('winfo', 'x', self._w))
1026 self.tk.call('winfo', 'y', self._w))
1044 self.tk.call('bindtags', self._w))
1046 self.tk.call('bindtags', self._w, tagList)
1103 return self._bind(('bind', self._w), sequence, func, add)
1107 self.tk.call('bind', self._w, sequence, '')
1156 return ('-displayof', self._w)
1324 return self._getconfigure(_flatten((self._w, cmd)))
1326 return self._getconfigure1(_flatten((self._w, cmd, '-'+cnf)))
1327 self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
1340 return self.tk.call(self._w, 'cget', '-' + key)
1350 splitlist(self.tk.call(self._w, 'configure'))]
1353 return self._w
1365 'pack', 'propagate', self._w))
1367 self.tk.call('pack', 'propagate', self._w, flag)
1374 self.tk.call('pack', 'slaves', self._w)))
1383 'place', 'slaves', self._w)))
1397 args = ('grid', 'bbox', self._w)
1433 self.tk.call('grid', command, self._w, index),
1436 ('grid', command, self._w, index)
1455 'grid', 'location', self._w, x, y)) or None
1465 'grid', 'propagate', self._w))
1467 self.tk.call('grid', 'propagate', self._w, flag)
1479 self.tk.call('grid', 'size', self._w)) or None
1491 ('grid', 'slaves', self._w) + args)))
1512 args = ('event', 'generate', self._w, sequence)
1560 res = self.tk.call(self._w, 'xview', *args)
1567 self.tk.call(self._w, 'xview', 'moveto', fraction)
1572 self.tk.call(self._w, 'xview', 'scroll', number, what)
1581 res = self.tk.call(self._w, 'yview', *args)
1588 self.tk.call(self._w, 'yview', 'moveto', fraction)
1593 self.tk.call(self._w, 'yview', 'scroll', number, what)
1606 self.tk.call('wm', 'aspect', self._w,
1629 args = ('wm', 'attributes', self._w) + args
1636 return self.tk.call('wm', 'client', self._w, name)
1644 args = ('wm', 'colormapwindows', self._w) + wlist
1654 return self.tk.call('wm', 'command', self._w, value)
1659 return self.tk.call('wm', 'deiconify', self._w)
1665 return self.tk.call('wm', 'focusmodel', self._w, model)
1669 return self.tk.call('wm', 'frame', self._w)
1674 return self.tk.call('wm', 'geometry', self._w, newGeometry)
1684 'wm', 'grid', self._w,
1690 return self.tk.call('wm', 'group', self._w, pathName)
1702 return self.tk.call('wm', 'iconbitmap', self._w, '-default', default)
1704 return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
1708 return self.tk.call('wm', 'iconify', self._w)
1713 return self.tk.call('wm', 'iconmask', self._w, bitmap)
1718 return self.tk.call('wm', 'iconname', self._w, newName)
1724 'wm', 'iconposition', self._w, x, y))
1729 return self.tk.call('wm', 'iconwindow', self._w, pathName)
1736 'wm', 'maxsize', self._w, width, height))
1743 'wm', 'minsize', self._w, width, height))
1750 'wm', 'overrideredirect', self._w, boolean))
1756 return self.tk.call('wm', 'positionfrom', self._w, who)
1767 'wm', 'protocol', self._w, name, command)
1772 return self.tk.call('wm', 'resizable', self._w, width, height)
1778 return self.tk.call('wm', 'sizefrom', self._w, who)
1783 return self.tk.call('wm', 'state', self._w, newstate)
1787 return self.tk.call('wm', 'title', self._w, string)
1792 return self.tk.call('wm', 'transient', self._w, master)
1797 return self.tk.call('wm', 'withdraw', self._w)
1804 _w = '.' variable in Tk
1870 self.tk.call('destroy', self._w)
1950 ('pack', 'configure', self._w)
1955 self.tk.call('pack', 'forget', self._w)
1960 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
1995 ('place', 'configure', self._w)
2000 self.tk.call('place', 'forget', self._w)
2005 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2033 ('grid', 'configure', self._w)
2040 self.tk.call('grid', 'forget', self._w)
2044 self.tk.call('grid', 'remove', self._w)
2048 d = _splitdict(self.tk, self.tk.call('grid', 'info', self._w))
2078 if master._w=='.':
2079 self._w = '.' + name
2081 self._w = master._w + '.' + name
2101 (widgetName, self._w) + extra + self._options(cnf))
2107 self.tk.call('destroy', self._w)
2113 return self.tk.call((self._w, name) + args)
2174 self.tk.call('tkButtonEnter', self._w)
2177 self.tk.call('tkButtonLeave', self._w)
2180 self.tk.call('tkButtonDown', self._w)
2183 self.tk.call('tkButtonUp', self._w)
2186 self.tk.call('tkButtonInvoke', self._w)
2198 self.tk.call(self._w, 'flash')
2208 return self.tk.call(self._w, 'invoke')
2244 self.tk.call((self._w, 'addtag') + args)
2275 self.tk.call((self._w, 'bbox') + args)) or None
2279 self.tk.call(self._w, 'bind', tagOrId, sequence, '')
2288 return self._bind((self._w, 'bind', tagOrId),
2294 self._w, 'canvasx', screenx, gridspacing))
2299 self._w, 'canvasy', screeny, gridspacing))
2305 self.tk.call((self._w, 'coords') + args)))
2315 self._w, 'create', itemType,
2347 self.tk.call((self._w, 'dchars') + args)
2350 self.tk.call((self._w, 'delete') + args)
2354 self.tk.call((self._w, 'dtag') + args)
2358 self.tk.call((self._w, 'find') + args)) or ()
2387 return self.tk.call((self._w, 'focus') + args)
2391 self.tk.call((self._w, 'gettags') + args))
2395 self.tk.call((self._w, 'icursor') + args)
2398 return getint(self.tk.call((self._w, 'index') + args))
2402 self.tk.call((self._w, 'insert') + args)
2406 (self._w, 'itemcget') + (tagOrId, '-'+option))
2423 self.tk.call((self._w, 'lower') + args)
2427 self.tk.call((self._w, 'move') + args)
2433 return self.tk.call((self._w, 'postscript') +
2438 self.tk.call((self._w, 'raise') + args)
2442 self.tk.call((self._w, 'scale') + args)
2445 self.tk.call(self._w, 'scan', 'mark', x, y)
2450 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2453 self.tk.call(self._w, 'select', 'adjust', tagOrId, index)
2456 self.tk.call(self._w, 'select', 'clear')
2459 self.tk.call(self._w, 'select', 'from', tagOrId, index)
2462 return self.tk.call(self._w, 'select', 'item') or None
2465 self.tk.call(self._w, 'select', 'to', tagOrId, index)
2468 return self.tk.call(self._w, 'type', tagOrId) or None
2485 self.tk.call(self._w, 'deselect')
2488 self.tk.call(self._w, 'flash')
2491 return self.tk.call(self._w, 'invoke')
2494 self.tk.call(self._w, 'select')
2497 self.tk.call(self._w, 'toggle')
2515 self.tk.call(self._w, 'delete', first, last)
2518 return self.tk.call(self._w, 'get')
2521 self.tk.call(self._w, 'icursor', index)
2525 self._w, 'index', index))
2528 self.tk.call(self._w, 'insert', index, string)
2531 self.tk.call(self._w, 'scan', 'mark', x)
2536 self.tk.call(self._w, 'scan', 'dragto', x)
2539 self.tk.call(self._w, 'selection', 'adjust', index)
2543 self.tk.call(self._w, 'selection', 'clear')
2547 self.tk.call(self._w, 'selection', 'from', index)
2553 self.tk.call(self._w, 'selection', 'present'))
2557 self.tk.call(self._w, 'selection', 'range', start, end)
2561 self.tk.call(self._w, 'selection', 'to', index)
2617 self.tk.call(self._w, 'activate', index)
2621 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
2624 return self._getints(self.tk.call(self._w, 'curselection')) or ()
2627 self.tk.call(self._w, 'delete', first, last)
2632 self._w, 'get', first, last))
2634 return self.tk.call(self._w, 'get', first)
2637 i = self.tk.call(self._w, 'index', index)
2642 self.tk.call((self._w, 'insert', index) + elements)
2646 self._w, 'nearest', y))
2649 self.tk.call(self._w, 'scan', 'mark', x, y)
2654 self.tk.call(self._w, 'scan', 'dragto', x, y)
2657 self.tk.call(self._w, 'see', index)
2660 self.tk.call(self._w, 'selection', 'anchor', index)
2664 self.tk.call(self._w,
2670 self._w, 'selection', 'includes', index))
2675 self.tk.call(self._w, 'selection', 'set', first, last)
2679 return getint(self.tk.call(self._w, 'size'))
2683 (self._w, 'itemcget') + (index, '-'+option))
2712 self.tk.call('tk_mbPost', self._w)
2716 self.tk.call('tk_traverseToMenu', self._w, char)
2718 self.tk.call('tk_traverseWithinMenu', self._w, char)
2720 return self.tk.call('tk_getMenuButtons', self._w)
2726 self.tk.call('tk_invokeMenu', self._w)
2728 self.tk.call('tk_firstMenu', self._w)
2730 self.tk.call('tk_mbButtonDown', self._w)
2733 self.tk.call('tk_popup', self._w, x, y, entry)
2736 self.tk.call(self._w, 'activate', index)
2739 self.tk.call((self._w, 'add', itemType) +
2758 self.tk.call((self._w, 'insert', index, itemType) +
2789 self.tk.call(self._w, 'delete', index1, index2)
2792 return self.tk.call(self._w, 'entrycget', index, '-' + option)
2799 i = self.tk.call(self._w, 'index', index)
2805 return self.tk.call(self._w, 'invoke', index)
2808 self.tk.call(self._w, 'post', x, y)
2811 return self.tk.call(self._w, 'type', index)
2814 self.tk.call(self._w, 'unpost')
2818 self._w, 'yposition', index))
2846 self.tk.call(self._w, 'deselect')
2849 self.tk.call(self._w, 'flash')
2852 return self.tk.call(self._w, 'invoke')
2855 self.tk.call(self._w, 'select')
2871 value = self.tk.call(self._w, 'get')
2878 self.tk.call(self._w, 'set', value)
2884 return self._getints(self.tk.call(self._w, 'coords', value))
2888 return self.tk.call(self._w, 'identify', x, y)
2905 self.tk.call(self._w, 'activate', index)
2910 self.tk.call(self._w, 'delta', deltax, deltay))
2914 return getdouble(self.tk.call(self._w, 'fraction', x, y))
2918 return self.tk.call(self._w, 'identify', x, y)
2922 return self._getdoubles(self.tk.call(self._w, 'get'))
2926 self.tk.call((self._w, 'set') + args)
2960 self.tk.call((self._w, 'bbox') + args)) or None
2962 self.tk.call('tk_textSelectTo', self._w, index)
2964 self.tk.call('tk_textBackspace', self._w)
2966 self.tk.call('tk_textIndexCloser', self._w, a, b, c)
2968 self.tk.call('tk_textResetAnchor', self._w, index)
2973 self._w, 'compare', index1, op, index2))
2978 return self.tk.getboolean(self.tk.call(self._w, 'debug'))
2979 self.tk.call(self._w, 'debug', boolean)
2982 self.tk.call(self._w, 'delete', index1, index2)
2987 return self._getints(self.tk.call(self._w, 'dlineinfo', index))
3021 self.tk.call(self._w, "dump", *args)
3041 return self.tk.call(self._w, 'edit', *args)
3089 return self.tk.call(self._w, 'get', index1, index2)
3097 return self.tk.call(self._w, "image", "cget", index, option)
3104 self._w, "image", "create", index,
3108 return self.tk.call(self._w, "image", "names")
3111 return str(self.tk.call(self._w, 'index', index))
3115 self.tk.call((self._w, 'insert', index, chars) + args)
3120 (self._w, 'mark', 'gravity', markName, direction))
3124 self._w, 'mark', 'names'))
3127 self.tk.call(self._w, 'mark', 'set', markName, index)
3130 self.tk.call((self._w, 'mark', 'unset') + markNames)
3133 return self.tk.call(self._w, 'mark', 'next', index) or None
3136 return self.tk.call(self._w, 'mark', 'previous', index) or None
3139 self.tk.call(self._w, 'scan', 'mark', x, y)
3144 self.tk.call(self._w, 'scan', 'dragto', x, y)
3151 args = [self._w, 'search']
3166 self.tk.call(self._w, 'see', index)
3171 (self._w, 'tag', 'add', tagName, index1) + args)
3175 self.tk.call(self._w, 'tag', 'bind', tagName, sequence, '')
3184 return self._bind((self._w, 'tag', 'bind', tagName),
3192 return self.tk.call(self._w, 'tag', 'cget', tagName, option)
3199 self.tk.call((self._w, 'tag', 'delete') + tagNames)
3203 self.tk.call(self._w, 'tag', 'lower', tagName, belowThis)
3207 self.tk.call(self._w, 'tag', 'names', index))
3213 self._w, 'tag', 'nextrange', tagName, index1, index2))
3219 self._w, 'tag', 'prevrange', tagName, index1, index2))
3224 self._w, 'tag', 'raise', tagName, aboveThis)
3228 self._w, 'tag', 'ranges', tagName))
3232 self._w, 'tag', 'remove', tagName, index1, index2)
3239 return self.tk.call(self._w, 'window', 'cget', index, option)
3247 (self._w, 'window', 'create', index)
3252 self.tk.call(self._w, 'window', 'names'))
3255 self.tk.call((self._w, 'yview', '-pickplace') + what)
3282 self.menuname = menu._w
3492 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
3503 return self.tk.call(self._w, 'delete', first, last)
3507 return self.tk.call(self._w, 'get')
3515 return self.tk.call(self._w, 'icursor', index)
3522 return self.tk.call(self._w, 'identify', x, y)
3527 return self.tk.call(self._w, 'index', index)
3534 return self.tk.call(self._w, 'insert', index, s)
3542 return self.tk.call(self._w, 'invoke', element)
3547 self.tk.call((self._w, 'scan') + args)) or ()
3573 self.tk.call((self._w, 'selection') + args)) or ()
3655 self.tk.call((self._w, 'add', child) + self._options(kw))
3662 self.tk.call(self._w, 'forget', child)
3675 return self.tk.call(self._w, 'identify', x, y)
3680 self.tk.call((self._w, 'proxy') + args)) or ()
3700 self.tk.call((self._w, 'sash') + args)) or ()
3734 (self._w, 'panecget') + (child, '-'+option))
3805 return self._getconfigure(self._w, 'paneconfigure', tagOrId)
3808 self._w, 'paneconfigure', tagOrId, '-'+cnf)
3809 self.tk.call((self._w, 'paneconfigure', tagOrId) +
3815 return self.tk.splitlist(self.tk.call(self._w, 'panes'))