Lines Matching defs:_w

639         self.tk.call('tkwait', 'window', window._w)
647 self.tk.call('tkwait', 'visibility', window._w)
680 self.tk.call('focus', self._w)
686 self.tk.call('focus', '-force', self._w)
702 name = self.tk.call('focus', '-displayof', self._w)
708 name = self.tk.call('focus', '-lastfor', self._w)
724 name = self.tk.call('tk_focusNext', self._w)
729 name = self.tk.call('tk_focusPrev', self._w)
808 if 'displayof' not in kw: kw['displayof'] = self._w
816 if 'displayof' not in kw: kw['displayof'] = self._w
823 name = self.tk.call('grab', 'current', self._w)
828 self.tk.call('grab', 'release', self._w)
834 self.tk.call('grab', 'set', self._w)
841 self.tk.call('grab', 'set', '-global', self._w)
845 status = self.tk.call('grab', 'status', self._w)
865 return self.tk.call('option', 'get', self._w, name, className)
874 if 'displayof' not in kw: kw['displayof'] = self._w
885 if 'displayof' not in kw: kw['displayof'] = self._w
907 + (self._w, name))
914 self._options(kw) + (self._w,))
922 if 'displayof' not in kw: kw['displayof'] = self._w
931 self.tk.call('lower', self._w, belowThis)
934 self.tk.call('raise', self._w, aboveThis)
948 self.tk.call('winfo', 'cells', self._w))
953 self.tk.call('winfo', 'children', self._w)):
964 return self.tk.call('winfo', 'class', self._w)
968 self.tk.call('winfo', 'colormapfull', self._w))
978 return self.tk.getint(self.tk.call('winfo', 'depth', self._w))
982 self.tk.call('winfo', 'exists', self._w))
987 'winfo', 'fpixels', self._w, number))
990 return self.tk.call('winfo', 'geometry', self._w)
994 self.tk.call('winfo', 'height', self._w))
997 return int(self.tk.call('winfo', 'id', self._w), 0)
1005 self.tk.call('winfo', 'ismapped', self._w))
1008 return self.tk.call('winfo', 'manager', self._w)
1011 return self.tk.call('winfo', 'name', self._w)
1014 return self.tk.call('winfo', 'parent', self._w)
1023 self.tk.call('winfo', 'pixels', self._w, number))
1027 self.tk.call('winfo', 'pointerx', self._w))
1031 self.tk.call('winfo', 'pointerxy', self._w))
1035 self.tk.call('winfo', 'pointery', self._w))
1039 self.tk.call('winfo', 'reqheight', self._w))
1043 self.tk.call('winfo', 'reqwidth', self._w))
1048 self.tk.call('winfo', 'rgb', self._w, color))
1053 self.tk.call('winfo', 'rootx', self._w))
1058 self.tk.call('winfo', 'rooty', self._w))
1061 return self.tk.call('winfo', 'screen', self._w)
1066 self.tk.call('winfo', 'screencells', self._w))
1071 self.tk.call('winfo', 'screendepth', self._w))
1076 self.tk.call('winfo', 'screenheight', self._w))
1081 self.tk.call('winfo', 'screenmmheight', self._w))
1086 self.tk.call('winfo', 'screenmmwidth', self._w))
1091 return self.tk.call('winfo', 'screenvisual', self._w)
1096 self.tk.call('winfo', 'screenwidth', self._w))
1100 return self.tk.call('winfo', 'server', self._w)
1104 'winfo', 'toplevel', self._w))
1108 self.tk.call('winfo', 'viewable', self._w))
1113 return self.tk.call('winfo', 'visual', self._w)
1116 return self.tk.call('winfo', 'visualid', self._w)
1123 data = self.tk.call('winfo', 'visualsavailable', self._w,
1138 self.tk.call('winfo', 'vrootheight', self._w))
1144 self.tk.call('winfo', 'vrootwidth', self._w))
1149 self.tk.call('winfo', 'vrootx', self._w))
1154 self.tk.call('winfo', 'vrooty', self._w))
1158 self.tk.call('winfo', 'width', self._w))
1163 self.tk.call('winfo', 'x', self._w))
1168 self.tk.call('winfo', 'y', self._w))
1186 self.tk.call('bindtags', self._w))
1188 self.tk.call('bindtags', self._w, tagList)
1245 return self._bind(('bind', self._w), sequence, func, add)
1249 self.tk.call('bind', self._w, sequence, '')
1298 return ('-displayof', self._w)
1467 return self._getconfigure(_flatten((self._w, cmd)))
1469 return self._getconfigure1(_flatten((self._w, cmd, '-'+cnf)))
1470 self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
1483 return self.tk.call(self._w, 'cget', '-' + key)
1491 splitlist(self.tk.call(self._w, 'configure'))]
1494 return self._w
1498 self.__class__.__module__, self.__class__.__qualname__, self._w)
1511 'pack', 'propagate', self._w))
1513 self.tk.call('pack', 'propagate', self._w, flag)
1520 self.tk.call('pack', 'slaves', self._w))]
1529 'place', 'slaves', self._w))]
1536 self.tk.call('grid', 'anchor', self._w, anchor)
1550 args = ('grid', 'bbox', self._w)
1585 self.tk.call('grid', command, self._w, index),
1588 ('grid', command, self._w, index)
1607 'grid', 'location', self._w, x, y)) or None
1617 'grid', 'propagate', self._w))
1619 self.tk.call('grid', 'propagate', self._w, flag)
1631 self.tk.call('grid', 'size', self._w)) or None
1643 ('grid', 'slaves', self._w) + args))]
1664 args = ('event', 'generate', self._w, sequence)
1712 res = self.tk.call(self._w, 'xview', *args)
1719 self.tk.call(self._w, 'xview', 'moveto', fraction)
1724 self.tk.call(self._w, 'xview', 'scroll', number, what)
1733 res = self.tk.call(self._w, 'yview', *args)
1740 self.tk.call(self._w, 'yview', 'moveto', fraction)
1745 self.tk.call(self._w, 'yview', 'scroll', number, what)
1758 self.tk.call('wm', 'aspect', self._w,
1781 args = ('wm', 'attributes', self._w) + args
1788 return self.tk.call('wm', 'client', self._w, name)
1796 args = ('wm', 'colormapwindows', self._w) + wlist
1807 return self.tk.call('wm', 'command', self._w, value)
1812 return self.tk.call('wm', 'deiconify', self._w)
1818 return self.tk.call('wm', 'focusmodel', self._w, model)
1830 return self.tk.call('wm', 'frame', self._w)
1835 return self.tk.call('wm', 'geometry', self._w, newGeometry)
1845 'wm', 'grid', self._w,
1851 return self.tk.call('wm', 'group', self._w, pathName)
1863 return self.tk.call('wm', 'iconbitmap', self._w, '-default', default)
1865 return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
1869 return self.tk.call('wm', 'iconify', self._w)
1874 return self.tk.call('wm', 'iconmask', self._w, bitmap)
1879 return self.tk.call('wm', 'iconname', self._w, newName)
1902 self.tk.call('wm', 'iconphoto', self._w, "-default", *args)
1904 self.tk.call('wm', 'iconphoto', self._w, *args)
1910 'wm', 'iconposition', self._w, x, y))
1915 return self.tk.call('wm', 'iconwindow', self._w, pathName)
1928 'wm', 'maxsize', self._w, width, height))
1935 'wm', 'minsize', self._w, width, height))
1942 'wm', 'overrideredirect', self._w, boolean))
1948 return self.tk.call('wm', 'positionfrom', self._w, who)
1959 'wm', 'protocol', self._w, name, command)
1964 return self.tk.call('wm', 'resizable', self._w, width, height)
1970 return self.tk.call('wm', 'sizefrom', self._w, who)
1975 return self.tk.call('wm', 'state', self._w, newstate)
1979 return self.tk.call('wm', 'title', self._w, string)
1984 return self.tk.call('wm', 'transient', self._w, master)
1989 return self.tk.call('wm', 'withdraw', self._w)
1996 _w = '.'
2056 self.tk.call('destroy', self._w)
2136 ('pack', 'configure', self._w)
2141 self.tk.call('pack', 'forget', self._w)
2146 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
2181 ('place', 'configure', self._w)
2186 self.tk.call('place', 'forget', self._w)
2191 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2219 ('grid', 'configure', self._w)
2226 self.tk.call('grid', 'forget', self._w)
2230 self.tk.call('grid', 'remove', self._w)
2234 d = _splitdict(self.tk, self.tk.call('grid', 'info', self._w))
2272 if master._w=='.':
2273 self._w = '.' + name
2275 self._w = master._w + '.' + name
2293 (widgetName, self._w) + extra + self._options(cnf))
2299 self.tk.call('destroy', self._w)
2305 return self.tk.call((self._w, name) + args)
2375 self.tk.call(self._w, 'flash')
2385 return self.tk.call(self._w, 'invoke')
2402 self.tk.call((self._w, 'addtag') + args)
2433 self.tk.call((self._w, 'bbox') + args)) or None
2437 self.tk.call(self._w, 'bind', tagOrId, sequence, '')
2446 return self._bind((self._w, 'bind', tagOrId),
2452 self._w, 'canvasx', screenx, gridspacing))
2457 self._w, 'canvasy', screeny, gridspacing))
2463 self.tk.call((self._w, 'coords') + args))]
2473 self._w, 'create', itemType,
2505 self.tk.call((self._w, 'dchars') + args)
2508 self.tk.call((self._w, 'delete') + args)
2512 self.tk.call((self._w, 'dtag') + args)
2516 self.tk.call((self._w, 'find') + args)) or ()
2545 return self.tk.call((self._w, 'focus') + args)
2549 self.tk.call((self._w, 'gettags') + args))
2553 self.tk.call((self._w, 'icursor') + args)
2556 return self.tk.getint(self.tk.call((self._w, 'index') + args))
2560 self.tk.call((self._w, 'insert') + args)
2564 (self._w, 'itemcget') + (tagOrId, '-'+option))
2581 self.tk.call((self._w, 'lower') + args)
2585 self.tk.call((self._w, 'move') + args)
2591 return self.tk.call((self._w, 'postscript') +
2596 self.tk.call((self._w, 'raise') + args)
2600 self.tk.call((self._w, 'scale') + args)
2603 self.tk.call(self._w, 'scan', 'mark', x, y)
2608 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2611 self.tk.call(self._w, 'select', 'adjust', tagOrId, index)
2614 self.tk.call(self._w, 'select', 'clear')
2617 self.tk.call(self._w, 'select', 'from', tagOrId, index)
2620 return self.tk.call(self._w, 'select', 'item') or None
2623 self.tk.call(self._w, 'select', 'to', tagOrId, index)
2626 return self.tk.call(self._w, 'type', tagOrId) or None
2643 self.tk.call(self._w, 'deselect')
2646 self.tk.call(self._w, 'flash')
2649 return self.tk.call(self._w, 'invoke')
2652 self.tk.call(self._w, 'select')
2655 self.tk.call(self._w, 'toggle')
2673 self.tk.call(self._w, 'delete', first, last)
2676 return self.tk.call(self._w, 'get')
2679 self.tk.call(self._w, 'icursor', index)
2683 self._w, 'index', index))
2686 self.tk.call(self._w, 'insert', index, string)
2689 self.tk.call(self._w, 'scan', 'mark', x)
2694 self.tk.call(self._w, 'scan', 'dragto', x)
2697 self.tk.call(self._w, 'selection', 'adjust', index)
2701 self.tk.call(self._w, 'selection', 'clear')
2705 self.tk.call(self._w, 'selection', 'from', index)
2711 self.tk.call(self._w, 'selection', 'present'))
2715 self.tk.call(self._w, 'selection', 'range', start, end)
2719 self.tk.call(self._w, 'selection', 'to', index)
2775 self.tk.call(self._w, 'activate', index)
2779 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
2782 return self._getints(self.tk.call(self._w, 'curselection')) or ()
2785 self.tk.call(self._w, 'delete', first, last)
2790 self._w, 'get', first, last))
2792 return self.tk.call(self._w, 'get', first)
2795 i = self.tk.call(self._w, 'index', index)
2800 self.tk.call((self._w, 'insert', index) + elements)
2804 self._w, 'nearest', y))
2807 self.tk.call(self._w, 'scan', 'mark', x, y)
2812 self.tk.call(self._w, 'scan', 'dragto', x, y)
2815 self.tk.call(self._w, 'see', index)
2818 self.tk.call(self._w, 'selection', 'anchor', index)
2822 self.tk.call(self._w,
2828 self._w, 'selection', 'includes', index))
2833 self.tk.call(self._w, 'selection', 'set', first, last)
2837 return self.tk.getint(self.tk.call(self._w, 'size'))
2841 (self._w, 'itemcget') + (index, '-'+option))
2865 self.tk.call('tk_popup', self._w, x, y, entry)
2868 self.tk.call(self._w, 'activate', index)
2871 self.tk.call((self._w, 'add', itemType) +
2890 self.tk.call((self._w, 'insert', index, itemType) +
2921 self.tk.call(self._w, 'delete', index1, index2)
2924 return self.tk.call(self._w, 'entrycget', index, '-' + option)
2931 i = self.tk.call(self._w, 'index', index)
2937 return self.tk.call(self._w, 'invoke', index)
2940 self.tk.call(self._w, 'post', x, y)
2943 return self.tk.call(self._w, 'type', index)
2946 self.tk.call(self._w, 'unpost')
2950 return self.tk.getint(self.tk.call(self._w, 'xposition', index))
2954 self._w, 'yposition', index))
2982 self.tk.call(self._w, 'deselect')
2985 self.tk.call(self._w, 'flash')
2988 return self.tk.call(self._w, 'invoke')
2991 self.tk.call(self._w, 'select')
3007 value = self.tk.call(self._w, 'get')
3014 self.tk.call(self._w, 'set', value)
3020 return self._getints(self.tk.call(self._w, 'coords', value))
3024 return self.tk.call(self._w, 'identify', x, y)
3045 return self.tk.call(self._w, 'activate', index) or None
3050 self.tk.call(self._w, 'delta', deltax, deltay))
3054 return self.tk.getdouble(self.tk.call(self._w, 'fraction', x, y))
3058 return self.tk.call(self._w, 'identify', x, y)
3062 return self._getdoubles(self.tk.call(self._w, 'get'))
3066 self.tk.call(self._w, 'set', first, last)
3100 self.tk.call(self._w, 'bbox', index)) or None
3105 self._w, 'compare', index1, op, index2))
3120 res = self.tk.call(self._w, 'count', *args) or None
3129 return self.tk.getboolean(self.tk.call(self._w, 'debug'))
3130 self.tk.call(self._w, 'debug', boolean)
3133 self.tk.call(self._w, 'delete', index1, index2)
3138 return self._getints(self.tk.call(self._w, 'dlineinfo', index))
3172 self.tk.call(self._w, "dump", *args)
3192 return self.tk.call(self._w, 'edit', *args)
3240 return self.tk.call(self._w, 'get', index1, index2)
3248 return self.tk.call(self._w, "image", "cget", index, option)
3255 self._w, "image", "create", index,
3259 return self.tk.call(self._w, "image", "names")
3262 return str(self.tk.call(self._w, 'index', index))
3266 self.tk.call((self._w, 'insert', index, chars) + args)
3271 (self._w, 'mark', 'gravity', markName, direction))
3275 self._w, 'mark', 'names'))
3278 self.tk.call(self._w, 'mark', 'set', markName, index)
3281 self.tk.call((self._w, 'mark', 'unset') + markNames)
3284 return self.tk.call(self._w, 'mark', 'next', index) or None
3287 return self.tk.call(self._w, 'mark', 'previous', index) or None
3293 self.tk.call(self._w, 'peer', 'create', newPathName,
3298 return self.tk.splitlist(self.tk.call(self._w, 'peer', 'names'))
3305 self.tk.call(self._w, 'replace', index1, index2, chars, *args)
3308 self.tk.call(self._w, 'scan', 'mark', x, y)
3313 self.tk.call(self._w, 'scan', 'dragto', x, y)
3320 args = [self._w, 'search']
3335 self.tk.call(self._w, 'see', index)
3340 (self._w, 'tag', 'add', tagName, index1) + args)
3344 self.tk.call(self._w, 'tag', 'bind', tagName, sequence, '')
3353 return self._bind((self._w, 'tag', 'bind', tagName),
3361 return self.tk.call(self._w, 'tag', 'cget', tagName, option)
3368 self.tk.call((self._w, 'tag', 'delete') + tagNames)
3372 self.tk.call(self._w, 'tag', 'lower', tagName, belowThis)
3376 self.tk.call(self._w, 'tag', 'names', index))
3382 self._w, 'tag', 'nextrange', tagName, index1, index2))
3388 self._w, 'tag', 'prevrange', tagName, index1, index2))
3393 self._w, 'tag', 'raise', tagName, aboveThis)
3397 self._w, 'tag', 'ranges', tagName))
3401 self._w, 'tag', 'remove', tagName, index1, index2)
3408 return self.tk.call(self._w, 'window', 'cget', index, option)
3416 (self._w, 'window', 'create', index)
3421 self.tk.call(self._w, 'window', 'names'))
3424 self.tk.call((self._w, 'yview', '-pickplace') + what)
3451 self.menuname = menu._w
3654 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
3665 return self.tk.call(self._w, 'delete', first, last)
3669 return self.tk.call(self._w, 'get')
3677 return self.tk.call(self._w, 'icursor', index)
3684 return self.tk.call(self._w, 'identify', x, y)
3689 return self.tk.call(self._w, 'index', index)
3696 return self.tk.call(self._w, 'insert', index, s)
3704 return self.tk.call(self._w, 'invoke', element)
3709 self.tk.call((self._w, 'scan') + args)) or ()
3735 self.tk.call((self._w, 'selection') + args)) or ()
3817 self.tk.call((self._w, 'add', child) + self._options(kw))
3824 self.tk.call(self._w, 'forget', child)
3837 return self.tk.call(self._w, 'identify', x, y)
3842 self.tk.call((self._w, 'proxy') + args)) or ()
3862 self.tk.call((self._w, 'sash') + args)) or ()
3896 (self._w, 'panecget') + (child, '-'+option))
3967 return self._getconfigure(self._w, 'paneconfigure', tagOrId)
3970 self._w, 'paneconfigure', tagOrId, '-'+cnf)
3971 self.tk.call((self._w, 'paneconfigure', tagOrId) +
3977 return self.tk.splitlist(self.tk.call(self._w, 'panes'))