Lines Matching refs:_w
743 self.tk.call('tkwait', 'window', window._w)
752 self.tk.call('tkwait', 'visibility', window._w)
787 self.tk.call('focus', self._w)
794 self.tk.call('focus', '-force', self._w)
812 name = self.tk.call('focus', '-displayof', self._w)
819 name = self.tk.call('focus', '-lastfor', self._w)
837 name = self.tk.call('tk_focusNext', self._w)
843 name = self.tk.call('tk_focusPrev', self._w)
933 if 'displayof' not in kw: kw['displayof'] = self._w
942 if 'displayof' not in kw: kw['displayof'] = self._w
950 name = self.tk.call('grab', 'current', self._w)
956 self.tk.call('grab', 'release', self._w)
963 self.tk.call('grab', 'set', self._w)
971 self.tk.call('grab', 'set', '-global', self._w)
976 status = self.tk.call('grab', 'status', self._w)
999 return self.tk.call('option', 'get', self._w, name, className)
1010 if 'displayof' not in kw: kw['displayof'] = self._w
1022 if 'displayof' not in kw: kw['displayof'] = self._w
1045 + (self._w, name))
1053 self._options(kw) + (self._w,))
1062 if 'displayof' not in kw: kw['displayof'] = self._w
1073 self.tk.call('lower', self._w, belowThis)
1077 self.tk.call('raise', self._w, aboveThis)
1100 self.tk.call('winfo', 'cells', self._w))
1106 self.tk.call('winfo', 'children', self._w)):
1117 return self.tk.call('winfo', 'class', self._w)
1122 self.tk.call('winfo', 'colormapfull', self._w))
1134 return self.tk.getint(self.tk.call('winfo', 'depth', self._w))
1139 self.tk.call('winfo', 'exists', self._w))
1145 'winfo', 'fpixels', self._w, number))
1149 return self.tk.call('winfo', 'geometry', self._w)
1154 self.tk.call('winfo', 'height', self._w))
1158 return int(self.tk.call('winfo', 'id', self._w), 0)
1168 self.tk.call('winfo', 'ismapped', self._w))
1172 return self.tk.call('winfo', 'manager', self._w)
1176 return self.tk.call('winfo', 'name', self._w)
1180 return self.tk.call('winfo', 'parent', self._w)
1191 self.tk.call('winfo', 'pixels', self._w, number))
1196 self.tk.call('winfo', 'pointerx', self._w))
1201 self.tk.call('winfo', 'pointerxy', self._w))
1206 self.tk.call('winfo', 'pointery', self._w))
1211 self.tk.call('winfo', 'reqheight', self._w))
1216 self.tk.call('winfo', 'reqwidth', self._w))
1221 self.tk.call('winfo', 'rgb', self._w, color))
1227 self.tk.call('winfo', 'rootx', self._w))
1233 self.tk.call('winfo', 'rooty', self._w))
1237 return self.tk.call('winfo', 'screen', self._w)
1243 self.tk.call('winfo', 'screencells', self._w))
1249 self.tk.call('winfo', 'screendepth', self._w))
1255 self.tk.call('winfo', 'screenheight', self._w))
1261 self.tk.call('winfo', 'screenmmheight', self._w))
1267 self.tk.call('winfo', 'screenmmwidth', self._w))
1273 return self.tk.call('winfo', 'screenvisual', self._w)
1279 self.tk.call('winfo', 'screenwidth', self._w))
1284 return self.tk.call('winfo', 'server', self._w)
1289 'winfo', 'toplevel', self._w))
1294 self.tk.call('winfo', 'viewable', self._w))
1300 return self.tk.call('winfo', 'visual', self._w)
1304 return self.tk.call('winfo', 'visualid', self._w)
1312 data = self.tk.call('winfo', 'visualsavailable', self._w,
1330 self.tk.call('winfo', 'vrootheight', self._w))
1337 self.tk.call('winfo', 'vrootwidth', self._w))
1343 self.tk.call('winfo', 'vrootx', self._w))
1349 self.tk.call('winfo', 'vrooty', self._w))
1354 self.tk.call('winfo', 'width', self._w))
1360 self.tk.call('winfo', 'x', self._w))
1366 self.tk.call('winfo', 'y', self._w))
1387 self.tk.call('bindtags', self._w))
1389 self.tk.call('bindtags', self._w, tagList)
1448 return self._bind(('bind', self._w), sequence, func, add)
1453 self.tk.call('bind', self._w, sequence, '')
1511 return ('-displayof', self._w)
1689 return self._getconfigure(_flatten((self._w, cmd)))
1691 return self._getconfigure1(_flatten((self._w, cmd, '-'+cnf)))
1692 self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
1708 return self.tk.call(self._w, 'cget', '-' + key)
1719 splitlist(self.tk.call(self._w, 'configure'))]
1723 return self._w
1727 self.__class__.__module__, self.__class__.__qualname__, self._w)
1741 'pack', 'propagate', self._w))
1743 self.tk.call('pack', 'propagate', self._w, flag)
1752 self.tk.call('pack', 'slaves', self._w))]
1763 'place', 'slaves', self._w))]
1772 self.tk.call('grid', 'anchor', self._w, anchor)
1788 args = ('grid', 'bbox', self._w)
1824 self.tk.call('grid', command, self._w, index),
1827 ('grid', command, self._w, index)
1848 'grid', 'location', self._w, x, y)) or None
1859 'grid', 'propagate', self._w))
1861 self.tk.call('grid', 'propagate', self._w, flag)
1876 self.tk.call('grid', 'size', self._w)) or None
1890 ('grid', 'slaves', self._w) + args))]
1911 args = ('event', 'generate', self._w, sequence)
1961 res = self.tk.call(self._w, 'xview', *args)
1968 self.tk.call(self._w, 'xview', 'moveto', fraction)
1973 self.tk.call(self._w, 'xview', 'scroll', number, what)
1982 res = self.tk.call(self._w, 'yview', *args)
1989 self.tk.call(self._w, 'yview', 'moveto', fraction)
1994 self.tk.call(self._w, 'yview', 'scroll', number, what)
2007 self.tk.call('wm', 'aspect', self._w,
2031 args = ('wm', 'attributes', self._w) + args
2039 return self.tk.call('wm', 'client', self._w, name)
2049 args = ('wm', 'colormapwindows', self._w) + wlist
2062 return self.tk.call('wm', 'command', self._w, value)
2069 return self.tk.call('wm', 'deiconify', self._w)
2077 return self.tk.call('wm', 'focusmodel', self._w, model)
2093 return self.tk.call('wm', 'frame', self._w)
2100 return self.tk.call('wm', 'geometry', self._w, newGeometry)
2112 'wm', 'grid', self._w,
2120 return self.tk.call('wm', 'group', self._w, pathName)
2134 return self.tk.call('wm', 'iconbitmap', self._w, '-default', default)
2136 return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
2142 return self.tk.call('wm', 'iconify', self._w)
2149 return self.tk.call('wm', 'iconmask', self._w, bitmap)
2156 return self.tk.call('wm', 'iconname', self._w, newName)
2181 self.tk.call('wm', 'iconphoto', self._w, "-default", *args)
2183 self.tk.call('wm', 'iconphoto', self._w, *args)
2191 'wm', 'iconposition', self._w, x, y))
2198 return self.tk.call('wm', 'iconwindow', self._w, pathName)
2215 'wm', 'maxsize', self._w, width, height))
2224 'wm', 'minsize', self._w, width, height))
2233 'wm', 'overrideredirect', self._w, boolean))
2241 return self.tk.call('wm', 'positionfrom', self._w, who)
2254 'wm', 'protocol', self._w, name, command)
2261 return self.tk.call('wm', 'resizable', self._w, width, height)
2269 return self.tk.call('wm', 'sizefrom', self._w, who)
2276 return self.tk.call('wm', 'state', self._w, newstate)
2282 return self.tk.call('wm', 'title', self._w, string)
2289 return self.tk.call('wm', 'transient', self._w, master)
2296 return self.tk.call('wm', 'withdraw', self._w)
2304 _w = '.'
2368 self.tk.call('destroy', self._w)
2453 ('pack', 'configure', self._w)
2460 self.tk.call('pack', 'forget', self._w)
2467 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
2505 ('place', 'configure', self._w)
2512 self.tk.call('place', 'forget', self._w)
2519 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2550 ('grid', 'configure', self._w)
2559 self.tk.call('grid', 'forget', self._w)
2565 self.tk.call('grid', 'remove', self._w)
2570 d = _splitdict(self.tk, self.tk.call('grid', 'info', self._w))
2607 if master._w=='.':
2608 self._w = '.' + name
2610 self._w = master._w + '.' + name
2629 (widgetName, self._w) + extra + self._options(cnf))
2636 self.tk.call('destroy', self._w)
2643 return self.tk.call((self._w, name) + args)
2718 self.tk.call(self._w, 'flash')
2728 return self.tk.call(self._w, 'invoke')
2748 self.tk.call((self._w, 'addtag') + args)
2787 self.tk.call((self._w, 'bbox') + args)) or None
2792 self.tk.call(self._w, 'bind', tagOrId, sequence, '')
2802 return self._bind((self._w, 'bind', tagOrId),
2809 self._w, 'canvasx', screenx, gridspacing))
2815 self._w, 'canvasy', screeny, gridspacing))
2822 self.tk.call((self._w, 'coords') + args))]
2833 self._w, 'create', itemType,
2875 self.tk.call((self._w, 'dchars') + args)
2879 self.tk.call((self._w, 'delete') + args)
2884 self.tk.call((self._w, 'dtag') + args)
2889 self.tk.call((self._w, 'find') + args)) or ()
2926 return self.tk.call((self._w, 'focus') + args)
2931 self.tk.call((self._w, 'gettags') + args))
2936 self.tk.call((self._w, 'icursor') + args)
2940 return self.tk.getint(self.tk.call((self._w, 'index') + args))
2945 self.tk.call((self._w, 'insert') + args)
2950 (self._w, 'itemcget') + (tagOrId, '-'+option))
2970 self.tk.call((self._w, 'lower') + args)
2976 self.tk.call((self._w, 'move') + args)
2985 self.tk.call(self._w, 'moveto', tagOrId, x, y)
2992 return self.tk.call((self._w, 'postscript') +
2998 self.tk.call((self._w, 'raise') + args)
3004 self.tk.call((self._w, 'scale') + args)
3008 self.tk.call(self._w, 'scan', 'mark', x, y)
3014 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
3018 self.tk.call(self._w, 'select', 'adjust', tagOrId, index)
3022 self.tk.call(self._w, 'select', 'clear')
3026 self.tk.call(self._w, 'select', 'from', tagOrId, index)
3030 return self.tk.call(self._w, 'select', 'item') or None
3034 self.tk.call(self._w, 'select', 'to', tagOrId, index)
3038 return self.tk.call(self._w, 'type', tagOrId) or None
3068 self.tk.call(self._w, 'deselect')
3072 self.tk.call(self._w, 'flash')
3076 return self.tk.call(self._w, 'invoke')
3080 self.tk.call(self._w, 'select')
3084 self.tk.call(self._w, 'toggle')
3105 self.tk.call(self._w, 'delete', first, last)
3109 return self.tk.call(self._w, 'get')
3113 self.tk.call(self._w, 'icursor', index)
3118 self._w, 'index', index))
3122 self.tk.call(self._w, 'insert', index, string)
3126 self.tk.call(self._w, 'scan', 'mark', x)
3132 self.tk.call(self._w, 'scan', 'dragto', x)
3136 self.tk.call(self._w, 'selection', 'adjust', index)
3142 self.tk.call(self._w, 'selection', 'clear')
3148 self.tk.call(self._w, 'selection', 'from', index)
3156 self.tk.call(self._w, 'selection', 'present'))
3162 self.tk.call(self._w, 'selection', 'range', start, end)
3168 self.tk.call(self._w, 'selection', 'to', index)
3232 self.tk.call(self._w, 'activate', index)
3237 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
3241 return self._getints(self.tk.call(self._w, 'curselection')) or ()
3245 self.tk.call(self._w, 'delete', first, last)
3251 self._w, 'get', first, last))
3253 return self.tk.call(self._w, 'get', first)
3257 i = self.tk.call(self._w, 'index', index)
3263 self.tk.call((self._w, 'insert', index) + elements)
3268 self._w, 'nearest', y))
3272 self.tk.call(self._w, 'scan', 'mark', x, y)
3278 self.tk.call(self._w, 'scan', 'dragto', x, y)
3282 self.tk.call(self._w, 'see', index)
3286 self.tk.call(self._w, 'selection', 'anchor', index)
3292 self.tk.call(self._w,
3300 self._w, 'selection', 'includes', index))
3307 self.tk.call(self._w, 'selection', 'set', first, last)
3313 return self.tk.getint(self.tk.call(self._w, 'size'))
3318 (self._w, 'itemcget') + (index, '-'+option))
3347 self.tk.call('tk_popup', self._w, x, y, entry)
3351 self.tk.call(self._w, 'activate', index)
3355 self.tk.call((self._w, 'add', itemType) +
3380 self.tk.call((self._w, 'insert', index, itemType) +
3417 self.tk.call(self._w, 'delete', index1, index2)
3421 return self.tk.call(self._w, 'entrycget', index, '-' + option)
3431 i = self.tk.call(self._w, 'index', index)
3437 return self.tk.call(self._w, 'invoke', index)
3441 self.tk.call(self._w, 'post', x, y)
3445 return self.tk.call(self._w, 'type', index)
3449 self.tk.call(self._w, 'unpost')
3454 return self.tk.getint(self.tk.call(self._w, 'xposition', index))
3459 self._w, 'yposition', index))
3494 self.tk.call(self._w, 'deselect')
3498 self.tk.call(self._w, 'flash')
3502 return self.tk.call(self._w, 'invoke')
3506 self.tk.call(self._w, 'select')
3525 value = self.tk.call(self._w, 'get')
3533 self.tk.call(self._w, 'set', value)
3540 return self._getints(self.tk.call(self._w, 'coords', value))
3545 return self.tk.call(self._w, 'identify', x, y)
3569 return self.tk.call(self._w, 'activate', index) or None
3575 self.tk.call(self._w, 'delta', deltax, deltay))
3580 return self.tk.getdouble(self.tk.call(self._w, 'fraction', x, y))
3585 return self.tk.call(self._w, 'identify', x, y)
3590 return self._getdoubles(self.tk.call(self._w, 'get'))
3595 self.tk.call(self._w, 'set', first, last)
3630 self.tk.call(self._w, 'bbox', index)) or None
3636 self._w, 'compare', index1, op, index2))
3652 res = self.tk.call(self._w, 'count', *args) or None
3662 return self.tk.getboolean(self.tk.call(self._w, 'debug'))
3663 self.tk.call(self._w, 'debug', boolean)
3667 self.tk.call(self._w, 'delete', index1, index2)
3673 return self._getints(self.tk.call(self._w, 'dlineinfo', index))
3708 self.tk.call(self._w, "dump", *args)
3728 return self.tk.call(self._w, 'edit', *args)
3776 return self.tk.call(self._w, 'get', index1, index2)
3785 return self.tk.call(self._w, "image", "cget", index, option)
3794 self._w, "image", "create", index,
3799 return self.tk.call(self._w, "image", "names")
3803 return str(self.tk.call(self._w, 'index', index))
3808 self.tk.call((self._w, 'insert', index, chars) + args)
3814 (self._w, 'mark', 'gravity', markName, direction))
3819 self._w, 'mark', 'names'))
3823 self.tk.call(self._w, 'mark', 'set', markName, index)
3827 self.tk.call((self._w, 'mark', 'unset') + markNames)
3831 return self.tk.call(self._w, 'mark', 'next', index) or None
3835 return self.tk.call(self._w, 'mark', 'previous', index) or None
3842 self.tk.call(self._w, 'peer', 'create', newPathName,
3848 return self.tk.splitlist(self.tk.call(self._w, 'peer', 'names'))
3856 self.tk.call(self._w, 'replace', index1, index2, chars, *args)
3860 self.tk.call(self._w, 'scan', 'mark', x, y)
3866 self.tk.call(self._w, 'scan', 'dragto', x, y)
3874 args = [self._w, 'search']
3890 self.tk.call(self._w, 'see', index)
3896 (self._w, 'tag', 'add', tagName, index1) + args)
3901 self.tk.call(self._w, 'tag', 'bind', tagName, sequence, '')
3911 return self._bind((self._w, 'tag', 'bind', tagName),
3920 return self.tk.call(self._w, 'tag', 'cget', tagName, option)
3930 self.tk.call((self._w, 'tag', 'delete') + tagNames)
3935 self.tk.call(self._w, 'tag', 'lower', tagName, belowThis)
3940 self.tk.call(self._w, 'tag', 'names', index))
3947 self._w, 'tag', 'nextrange', tagName, index1, index2))
3954 self._w, 'tag', 'prevrange', tagName, index1, index2))
3960 self._w, 'tag', 'raise', tagName, aboveThis)
3965 self._w, 'tag', 'ranges', tagName))
3970 self._w, 'tag', 'remove', tagName, index1, index2)
3978 return self.tk.call(self._w, 'window', 'cget', index, option)
3989 (self._w, 'window', 'create', index)
3995 self.tk.call(self._w, 'window', 'names'))
3999 self.tk.call((self._w, 'yview', '-pickplace') + what)
4030 self.menuname = menu._w
4269 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
4280 return self.tk.call(self._w, 'delete', first, last)
4284 return self.tk.call(self._w, 'get')
4292 return self.tk.call(self._w, 'icursor', index)
4299 return self.tk.call(self._w, 'identify', x, y)
4304 return self.tk.call(self._w, 'index', index)
4311 return self.tk.call(self._w, 'insert', index, s)
4319 return self.tk.call(self._w, 'invoke', element)
4324 self.tk.call((self._w, 'scan') + args)) or ()
4350 self.tk.call((self._w, 'selection') + args)) or ()
4380 return self.tk.call(self._w, 'selection', 'element', element)
4390 self.tk.call(self._w, 'selection', 'present'))
4454 self.tk.call((self._w, 'add', child) + self._options(kw))
4461 self.tk.call(self._w, 'forget', child)
4475 return self.tk.call(self._w, 'identify', x, y)
4480 self.tk.call((self._w, 'proxy') + args)) or ()
4500 self.tk.call((self._w, 'sash') + args)) or ()
4534 (self._w, 'panecget') + (child, '-'+option))
4605 return self._getconfigure(self._w, 'paneconfigure', tagOrId)
4608 self._w, 'paneconfigure', tagOrId, '-'+cnf)
4609 self.tk.call((self._w, 'paneconfigure', tagOrId) +
4616 return self.tk.splitlist(self.tk.call(self._w, 'panes'))