• Home
  • Raw
  • Download

Lines Matching refs:_w

721         self.tk.call('tkwait', 'window', window._w)
730 self.tk.call('tkwait', 'visibility', window._w)
765 self.tk.call('focus', self._w)
772 self.tk.call('focus', '-force', self._w)
790 name = self.tk.call('focus', '-displayof', self._w)
797 name = self.tk.call('focus', '-lastfor', self._w)
815 name = self.tk.call('tk_focusNext', self._w)
821 name = self.tk.call('tk_focusPrev', self._w)
911 if 'displayof' not in kw: kw['displayof'] = self._w
920 if 'displayof' not in kw: kw['displayof'] = self._w
928 name = self.tk.call('grab', 'current', self._w)
934 self.tk.call('grab', 'release', self._w)
941 self.tk.call('grab', 'set', self._w)
949 self.tk.call('grab', 'set', '-global', self._w)
954 status = self.tk.call('grab', 'status', self._w)
977 return self.tk.call('option', 'get', self._w, name, className)
988 if 'displayof' not in kw: kw['displayof'] = self._w
1000 if 'displayof' not in kw: kw['displayof'] = self._w
1023 + (self._w, name))
1031 self._options(kw) + (self._w,))
1040 if 'displayof' not in kw: kw['displayof'] = self._w
1051 self.tk.call('lower', self._w, belowThis)
1055 self.tk.call('raise', self._w, aboveThis)
1073 self.tk.call('winfo', 'cells', self._w))
1079 self.tk.call('winfo', 'children', self._w)):
1090 return self.tk.call('winfo', 'class', self._w)
1095 self.tk.call('winfo', 'colormapfull', self._w))
1107 return self.tk.getint(self.tk.call('winfo', 'depth', self._w))
1112 self.tk.call('winfo', 'exists', self._w))
1118 'winfo', 'fpixels', self._w, number))
1122 return self.tk.call('winfo', 'geometry', self._w)
1127 self.tk.call('winfo', 'height', self._w))
1131 return int(self.tk.call('winfo', 'id', self._w), 0)
1141 self.tk.call('winfo', 'ismapped', self._w))
1145 return self.tk.call('winfo', 'manager', self._w)
1149 return self.tk.call('winfo', 'name', self._w)
1153 return self.tk.call('winfo', 'parent', self._w)
1164 self.tk.call('winfo', 'pixels', self._w, number))
1169 self.tk.call('winfo', 'pointerx', self._w))
1174 self.tk.call('winfo', 'pointerxy', self._w))
1179 self.tk.call('winfo', 'pointery', self._w))
1184 self.tk.call('winfo', 'reqheight', self._w))
1189 self.tk.call('winfo', 'reqwidth', self._w))
1194 self.tk.call('winfo', 'rgb', self._w, color))
1200 self.tk.call('winfo', 'rootx', self._w))
1206 self.tk.call('winfo', 'rooty', self._w))
1210 return self.tk.call('winfo', 'screen', self._w)
1216 self.tk.call('winfo', 'screencells', self._w))
1222 self.tk.call('winfo', 'screendepth', self._w))
1228 self.tk.call('winfo', 'screenheight', self._w))
1234 self.tk.call('winfo', 'screenmmheight', self._w))
1240 self.tk.call('winfo', 'screenmmwidth', self._w))
1246 return self.tk.call('winfo', 'screenvisual', self._w)
1252 self.tk.call('winfo', 'screenwidth', self._w))
1257 return self.tk.call('winfo', 'server', self._w)
1262 'winfo', 'toplevel', self._w))
1267 self.tk.call('winfo', 'viewable', self._w))
1273 return self.tk.call('winfo', 'visual', self._w)
1277 return self.tk.call('winfo', 'visualid', self._w)
1285 data = self.tk.call('winfo', 'visualsavailable', self._w,
1303 self.tk.call('winfo', 'vrootheight', self._w))
1310 self.tk.call('winfo', 'vrootwidth', self._w))
1316 self.tk.call('winfo', 'vrootx', self._w))
1322 self.tk.call('winfo', 'vrooty', self._w))
1327 self.tk.call('winfo', 'width', self._w))
1333 self.tk.call('winfo', 'x', self._w))
1339 self.tk.call('winfo', 'y', self._w))
1360 self.tk.call('bindtags', self._w))
1362 self.tk.call('bindtags', self._w, tagList)
1421 return self._bind(('bind', self._w), sequence, func, add)
1426 self.tk.call('bind', self._w, sequence, '')
1484 return ('-displayof', self._w)
1662 return self._getconfigure(_flatten((self._w, cmd)))
1664 return self._getconfigure1(_flatten((self._w, cmd, '-'+cnf)))
1665 self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
1681 return self.tk.call(self._w, 'cget', '-' + key)
1692 splitlist(self.tk.call(self._w, 'configure'))]
1696 return self._w
1700 self.__class__.__module__, self.__class__.__qualname__, self._w)
1714 'pack', 'propagate', self._w))
1716 self.tk.call('pack', 'propagate', self._w, flag)
1725 self.tk.call('pack', 'slaves', self._w))]
1736 'place', 'slaves', self._w))]
1745 self.tk.call('grid', 'anchor', self._w, anchor)
1761 args = ('grid', 'bbox', self._w)
1797 self.tk.call('grid', command, self._w, index),
1800 ('grid', command, self._w, index)
1821 'grid', 'location', self._w, x, y)) or None
1832 'grid', 'propagate', self._w))
1834 self.tk.call('grid', 'propagate', self._w, flag)
1849 self.tk.call('grid', 'size', self._w)) or None
1863 ('grid', 'slaves', self._w) + args))]
1884 args = ('event', 'generate', self._w, sequence)
1934 res = self.tk.call(self._w, 'xview', *args)
1941 self.tk.call(self._w, 'xview', 'moveto', fraction)
1946 self.tk.call(self._w, 'xview', 'scroll', number, what)
1955 res = self.tk.call(self._w, 'yview', *args)
1962 self.tk.call(self._w, 'yview', 'moveto', fraction)
1967 self.tk.call(self._w, 'yview', 'scroll', number, what)
1980 self.tk.call('wm', 'aspect', self._w,
2004 args = ('wm', 'attributes', self._w) + args
2012 return self.tk.call('wm', 'client', self._w, name)
2022 args = ('wm', 'colormapwindows', self._w) + wlist
2035 return self.tk.call('wm', 'command', self._w, value)
2042 return self.tk.call('wm', 'deiconify', self._w)
2050 return self.tk.call('wm', 'focusmodel', self._w, model)
2066 return self.tk.call('wm', 'frame', self._w)
2073 return self.tk.call('wm', 'geometry', self._w, newGeometry)
2085 'wm', 'grid', self._w,
2093 return self.tk.call('wm', 'group', self._w, pathName)
2107 return self.tk.call('wm', 'iconbitmap', self._w, '-default', default)
2109 return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
2115 return self.tk.call('wm', 'iconify', self._w)
2122 return self.tk.call('wm', 'iconmask', self._w, bitmap)
2129 return self.tk.call('wm', 'iconname', self._w, newName)
2154 self.tk.call('wm', 'iconphoto', self._w, "-default", *args)
2156 self.tk.call('wm', 'iconphoto', self._w, *args)
2164 'wm', 'iconposition', self._w, x, y))
2171 return self.tk.call('wm', 'iconwindow', self._w, pathName)
2188 'wm', 'maxsize', self._w, width, height))
2197 'wm', 'minsize', self._w, width, height))
2206 'wm', 'overrideredirect', self._w, boolean))
2214 return self.tk.call('wm', 'positionfrom', self._w, who)
2227 'wm', 'protocol', self._w, name, command)
2234 return self.tk.call('wm', 'resizable', self._w, width, height)
2242 return self.tk.call('wm', 'sizefrom', self._w, who)
2249 return self.tk.call('wm', 'state', self._w, newstate)
2255 return self.tk.call('wm', 'title', self._w, string)
2262 return self.tk.call('wm', 'transient', self._w, master)
2269 return self.tk.call('wm', 'withdraw', self._w)
2277 _w = '.' variable in Tk
2341 self.tk.call('destroy', self._w)
2426 ('pack', 'configure', self._w)
2433 self.tk.call('pack', 'forget', self._w)
2440 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
2478 ('place', 'configure', self._w)
2485 self.tk.call('place', 'forget', self._w)
2492 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2523 ('grid', 'configure', self._w)
2532 self.tk.call('grid', 'forget', self._w)
2538 self.tk.call('grid', 'remove', self._w)
2543 d = _splitdict(self.tk, self.tk.call('grid', 'info', self._w))
2580 if master._w=='.':
2581 self._w = '.' + name
2583 self._w = master._w + '.' + name
2602 (widgetName, self._w) + extra + self._options(cnf))
2609 self.tk.call('destroy', self._w)
2616 return self.tk.call((self._w, name) + args)
2691 self.tk.call(self._w, 'flash')
2701 return self.tk.call(self._w, 'invoke')
2721 self.tk.call((self._w, 'addtag') + args)
2760 self.tk.call((self._w, 'bbox') + args)) or None
2765 self.tk.call(self._w, 'bind', tagOrId, sequence, '')
2775 return self._bind((self._w, 'bind', tagOrId),
2782 self._w, 'canvasx', screenx, gridspacing))
2788 self._w, 'canvasy', screeny, gridspacing))
2795 self.tk.call((self._w, 'coords') + args))]
2806 self._w, 'create', itemType,
2848 self.tk.call((self._w, 'dchars') + args)
2852 self.tk.call((self._w, 'delete') + args)
2857 self.tk.call((self._w, 'dtag') + args)
2862 self.tk.call((self._w, 'find') + args)) or ()
2899 return self.tk.call((self._w, 'focus') + args)
2904 self.tk.call((self._w, 'gettags') + args))
2909 self.tk.call((self._w, 'icursor') + args)
2913 return self.tk.getint(self.tk.call((self._w, 'index') + args))
2918 self.tk.call((self._w, 'insert') + args)
2923 (self._w, 'itemcget') + (tagOrId, '-'+option))
2943 self.tk.call((self._w, 'lower') + args)
2949 self.tk.call((self._w, 'move') + args)
2958 self.tk.call(self._w, 'moveto', tagOrId, x, y)
2965 return self.tk.call((self._w, 'postscript') +
2971 self.tk.call((self._w, 'raise') + args)
2977 self.tk.call((self._w, 'scale') + args)
2981 self.tk.call(self._w, 'scan', 'mark', x, y)
2987 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2991 self.tk.call(self._w, 'select', 'adjust', tagOrId, index)
2995 self.tk.call(self._w, 'select', 'clear')
2999 self.tk.call(self._w, 'select', 'from', tagOrId, index)
3003 return self.tk.call(self._w, 'select', 'item') or None
3007 self.tk.call(self._w, 'select', 'to', tagOrId, index)
3011 return self.tk.call(self._w, 'type', tagOrId) or None
3031 self.tk.call(self._w, 'deselect')
3035 self.tk.call(self._w, 'flash')
3039 return self.tk.call(self._w, 'invoke')
3043 self.tk.call(self._w, 'select')
3047 self.tk.call(self._w, 'toggle')
3068 self.tk.call(self._w, 'delete', first, last)
3072 return self.tk.call(self._w, 'get')
3076 self.tk.call(self._w, 'icursor', index)
3081 self._w, 'index', index))
3085 self.tk.call(self._w, 'insert', index, string)
3089 self.tk.call(self._w, 'scan', 'mark', x)
3095 self.tk.call(self._w, 'scan', 'dragto', x)
3099 self.tk.call(self._w, 'selection', 'adjust', index)
3105 self.tk.call(self._w, 'selection', 'clear')
3111 self.tk.call(self._w, 'selection', 'from', index)
3119 self.tk.call(self._w, 'selection', 'present'))
3125 self.tk.call(self._w, 'selection', 'range', start, end)
3131 self.tk.call(self._w, 'selection', 'to', index)
3195 self.tk.call(self._w, 'activate', index)
3200 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
3204 return self._getints(self.tk.call(self._w, 'curselection')) or ()
3208 self.tk.call(self._w, 'delete', first, last)
3214 self._w, 'get', first, last))
3216 return self.tk.call(self._w, 'get', first)
3220 i = self.tk.call(self._w, 'index', index)
3226 self.tk.call((self._w, 'insert', index) + elements)
3231 self._w, 'nearest', y))
3235 self.tk.call(self._w, 'scan', 'mark', x, y)
3241 self.tk.call(self._w, 'scan', 'dragto', x, y)
3245 self.tk.call(self._w, 'see', index)
3249 self.tk.call(self._w, 'selection', 'anchor', index)
3255 self.tk.call(self._w,
3263 self._w, 'selection', 'includes', index))
3270 self.tk.call(self._w, 'selection', 'set', first, last)
3276 return self.tk.getint(self.tk.call(self._w, 'size'))
3281 (self._w, 'itemcget') + (index, '-'+option))
3310 self.tk.call('tk_popup', self._w, x, y, entry)
3314 self.tk.call(self._w, 'activate', index)
3318 self.tk.call((self._w, 'add', itemType) +
3343 self.tk.call((self._w, 'insert', index, itemType) +
3380 self.tk.call(self._w, 'delete', index1, index2)
3384 return self.tk.call(self._w, 'entrycget', index, '-' + option)
3394 i = self.tk.call(self._w, 'index', index)
3401 return self.tk.call(self._w, 'invoke', index)
3405 self.tk.call(self._w, 'post', x, y)
3409 return self.tk.call(self._w, 'type', index)
3413 self.tk.call(self._w, 'unpost')
3418 return self.tk.getint(self.tk.call(self._w, 'xposition', index))
3423 self._w, 'yposition', index))
3458 self.tk.call(self._w, 'deselect')
3462 self.tk.call(self._w, 'flash')
3466 return self.tk.call(self._w, 'invoke')
3470 self.tk.call(self._w, 'select')
3489 value = self.tk.call(self._w, 'get')
3497 self.tk.call(self._w, 'set', value)
3504 return self._getints(self.tk.call(self._w, 'coords', value))
3509 return self.tk.call(self._w, 'identify', x, y)
3533 return self.tk.call(self._w, 'activate', index) or None
3539 self.tk.call(self._w, 'delta', deltax, deltay))
3544 return self.tk.getdouble(self.tk.call(self._w, 'fraction', x, y))
3549 return self.tk.call(self._w, 'identify', x, y)
3554 return self._getdoubles(self.tk.call(self._w, 'get'))
3559 self.tk.call(self._w, 'set', first, last)
3594 self.tk.call(self._w, 'bbox', index)) or None
3600 self._w, 'compare', index1, op, index2))
3616 res = self.tk.call(self._w, 'count', *args) or None
3626 return self.tk.getboolean(self.tk.call(self._w, 'debug'))
3627 self.tk.call(self._w, 'debug', boolean)
3631 self.tk.call(self._w, 'delete', index1, index2)
3637 return self._getints(self.tk.call(self._w, 'dlineinfo', index))
3672 self.tk.call(self._w, "dump", *args)
3692 return self.tk.call(self._w, 'edit', *args)
3740 return self.tk.call(self._w, 'get', index1, index2)
3749 return self.tk.call(self._w, "image", "cget", index, option)
3758 self._w, "image", "create", index,
3763 return self.tk.call(self._w, "image", "names")
3767 return str(self.tk.call(self._w, 'index', index))
3772 self.tk.call((self._w, 'insert', index, chars) + args)
3778 (self._w, 'mark', 'gravity', markName, direction))
3783 self._w, 'mark', 'names'))
3787 self.tk.call(self._w, 'mark', 'set', markName, index)
3791 self.tk.call((self._w, 'mark', 'unset') + markNames)
3795 return self.tk.call(self._w, 'mark', 'next', index) or None
3799 return self.tk.call(self._w, 'mark', 'previous', index) or None
3806 self.tk.call(self._w, 'peer', 'create', newPathName,
3812 return self.tk.splitlist(self.tk.call(self._w, 'peer', 'names'))
3820 self.tk.call(self._w, 'replace', index1, index2, chars, *args)
3824 self.tk.call(self._w, 'scan', 'mark', x, y)
3830 self.tk.call(self._w, 'scan', 'dragto', x, y)
3838 args = [self._w, 'search']
3854 self.tk.call(self._w, 'see', index)
3860 (self._w, 'tag', 'add', tagName, index1) + args)
3865 self.tk.call(self._w, 'tag', 'bind', tagName, sequence, '')
3875 return self._bind((self._w, 'tag', 'bind', tagName),
3884 return self.tk.call(self._w, 'tag', 'cget', tagName, option)
3894 self.tk.call((self._w, 'tag', 'delete') + tagNames)
3899 self.tk.call(self._w, 'tag', 'lower', tagName, belowThis)
3904 self.tk.call(self._w, 'tag', 'names', index))
3911 self._w, 'tag', 'nextrange', tagName, index1, index2))
3918 self._w, 'tag', 'prevrange', tagName, index1, index2))
3924 self._w, 'tag', 'raise', tagName, aboveThis)
3929 self._w, 'tag', 'ranges', tagName))
3934 self._w, 'tag', 'remove', tagName, index1, index2)
3942 return self.tk.call(self._w, 'window', 'cget', index, option)
3953 (self._w, 'window', 'create', index)
3959 self.tk.call(self._w, 'window', 'names'))
3963 self.tk.call((self._w, 'yview', '-pickplace') + what)
3994 self.menuname = menu._w
4233 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
4244 return self.tk.call(self._w, 'delete', first, last)
4248 return self.tk.call(self._w, 'get')
4256 return self.tk.call(self._w, 'icursor', index)
4263 return self.tk.call(self._w, 'identify', x, y)
4268 return self.tk.call(self._w, 'index', index)
4275 return self.tk.call(self._w, 'insert', index, s)
4283 return self.tk.call(self._w, 'invoke', element)
4288 self.tk.call((self._w, 'scan') + args)) or ()
4314 self.tk.call((self._w, 'selection') + args)) or ()
4344 return self.tk.call(self._w, 'selection', 'element', element)
4354 self.tk.call(self._w, 'selection', 'present'))
4418 self.tk.call((self._w, 'add', child) + self._options(kw))
4425 self.tk.call(self._w, 'forget', child)
4439 return self.tk.call(self._w, 'identify', x, y)
4444 self.tk.call((self._w, 'proxy') + args)) or ()
4464 self.tk.call((self._w, 'sash') + args)) or ()
4498 (self._w, 'panecget') + (child, '-'+option))
4569 return self._getconfigure(self._w, 'paneconfigure', tagOrId)
4572 self._w, 'paneconfigure', tagOrId, '-'+cnf)
4573 self.tk.call((self._w, 'paneconfigure', tagOrId) +
4580 return self.tk.splitlist(self.tk.call(self._w, 'panes'))