Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:_w

501         self.tk.call('tkwait', 'window', window._w)
509 self.tk.call('tkwait', 'visibility', window._w)
527 self.tk.call('focus', self._w)
533 self.tk.call('focus', '-force', self._w)
549 name = self.tk.call('focus', '-displayof', self._w)
555 name = self.tk.call('focus', '-lastfor', self._w)
571 name = self.tk.call('tk_focusNext', self._w)
576 name = self.tk.call('tk_focusPrev', self._w)
655 if 'displayof' not in kw: kw['displayof'] = self._w
663 if 'displayof' not in kw: kw['displayof'] = self._w
670 name = self.tk.call('grab', 'current', self._w)
675 self.tk.call('grab', 'release', self._w)
681 self.tk.call('grab', 'set', self._w)
688 self.tk.call('grab', 'set', '-global', self._w)
692 status = self.tk.call('grab', 'status', self._w)
712 return self.tk.call('option', 'get', self._w, name, className)
721 if 'displayof' not in kw: kw['displayof'] = self._w
732 if 'displayof' not in kw: kw['displayof'] = self._w
754 + (self._w, name))
761 self._options(kw) + (self._w,))
769 if 'displayof' not in kw: kw['displayof'] = self._w
778 self.tk.call('lower', self._w, belowThis)
781 self.tk.call('raise', self._w, aboveThis)
785 return self.tk.call('tk', 'colormodel', self._w, value)
798 self.tk.call('winfo', 'cells', self._w))
803 self.tk.call('winfo', 'children', self._w)):
814 return self.tk.call('winfo', 'class', self._w)
818 self.tk.call('winfo', 'colormapfull', self._w))
828 return getint(self.tk.call('winfo', 'depth', self._w))
832 self.tk.call('winfo', 'exists', self._w))
837 'winfo', 'fpixels', self._w, number))
840 return self.tk.call('winfo', 'geometry', self._w)
844 self.tk.call('winfo', 'height', self._w))
848 self.tk.call('winfo', 'id', self._w))
856 self.tk.call('winfo', 'ismapped', self._w))
859 return self.tk.call('winfo', 'manager', self._w)
862 return self.tk.call('winfo', 'name', self._w)
865 return self.tk.call('winfo', 'parent', self._w)
874 self.tk.call('winfo', 'pixels', self._w, number))
878 self.tk.call('winfo', 'pointerx', self._w))
882 self.tk.call('winfo', 'pointerxy', self._w))
886 self.tk.call('winfo', 'pointery', self._w))
890 self.tk.call('winfo', 'reqheight', self._w))
894 self.tk.call('winfo', 'reqwidth', self._w))
899 self.tk.call('winfo', 'rgb', self._w, color))
904 self.tk.call('winfo', 'rootx', self._w))
909 self.tk.call('winfo', 'rooty', self._w))
912 return self.tk.call('winfo', 'screen', self._w)
917 self.tk.call('winfo', 'screencells', self._w))
922 self.tk.call('winfo', 'screendepth', self._w))
927 self.tk.call('winfo', 'screenheight', self._w))
932 self.tk.call('winfo', 'screenmmheight', self._w))
937 self.tk.call('winfo', 'screenmmwidth', self._w))
942 return self.tk.call('winfo', 'screenvisual', self._w)
947 self.tk.call('winfo', 'screenwidth', self._w))
951 return self.tk.call('winfo', 'server', self._w)
955 'winfo', 'toplevel', self._w))
959 self.tk.call('winfo', 'viewable', self._w))
964 return self.tk.call('winfo', 'visual', self._w)
967 return self.tk.call('winfo', 'visualid', self._w)
975 self.tk.call('winfo', 'visualsavailable', self._w,
991 self.tk.call('winfo', 'vrootheight', self._w))
997 self.tk.call('winfo', 'vrootwidth', self._w))
1002 self.tk.call('winfo', 'vrootx', self._w))
1007 self.tk.call('winfo', 'vrooty', self._w))
1011 self.tk.call('winfo', 'width', self._w))
1016 self.tk.call('winfo', 'x', self._w))
1021 self.tk.call('winfo', 'y', self._w))
1039 self.tk.call('bindtags', self._w))
1041 self.tk.call('bindtags', self._w, tagList)
1098 return self._bind(('bind', self._w), sequence, func, add)
1102 self.tk.call('bind', self._w, sequence, '')
1151 return ('-displayof', self._w)
1319 return self._getconfigure(_flatten((self._w, cmd)))
1321 return self._getconfigure1(_flatten((self._w, cmd, '-'+cnf)))
1322 self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
1335 return self.tk.call(self._w, 'cget', '-' + key)
1345 splitlist(self.tk.call(self._w, 'configure'))]
1348 return self._w
1360 'pack', 'propagate', self._w))
1362 self.tk.call('pack', 'propagate', self._w, flag)
1369 self.tk.call('pack', 'slaves', self._w)))
1378 'place', 'slaves', self._w)))
1392 args = ('grid', 'bbox', self._w)
1428 self.tk.call('grid', command, self._w, index),
1431 ('grid', command, self._w, index)
1450 'grid', 'location', self._w, x, y)) or None
1460 'grid', 'propagate', self._w))
1462 self.tk.call('grid', 'propagate', self._w, flag)
1474 self.tk.call('grid', 'size', self._w)) or None
1486 ('grid', 'slaves', self._w) + args)))
1507 args = ('event', 'generate', self._w, sequence)
1555 res = self.tk.call(self._w, 'xview', *args)
1562 self.tk.call(self._w, 'xview', 'moveto', fraction)
1567 self.tk.call(self._w, 'xview', 'scroll', number, what)
1576 res = self.tk.call(self._w, 'yview', *args)
1583 self.tk.call(self._w, 'yview', 'moveto', fraction)
1588 self.tk.call(self._w, 'yview', 'scroll', number, what)
1601 self.tk.call('wm', 'aspect', self._w,
1624 args = ('wm', 'attributes', self._w) + args
1631 return self.tk.call('wm', 'client', self._w, name)
1639 args = ('wm', 'colormapwindows', self._w) + wlist
1649 return self.tk.call('wm', 'command', self._w, value)
1654 return self.tk.call('wm', 'deiconify', self._w)
1660 return self.tk.call('wm', 'focusmodel', self._w, model)
1664 return self.tk.call('wm', 'frame', self._w)
1669 return self.tk.call('wm', 'geometry', self._w, newGeometry)
1679 'wm', 'grid', self._w,
1685 return self.tk.call('wm', 'group', self._w, pathName)
1697 return self.tk.call('wm', 'iconbitmap', self._w, '-default', default)
1699 return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
1703 return self.tk.call('wm', 'iconify', self._w)
1708 return self.tk.call('wm', 'iconmask', self._w, bitmap)
1713 return self.tk.call('wm', 'iconname', self._w, newName)
1719 'wm', 'iconposition', self._w, x, y))
1724 return self.tk.call('wm', 'iconwindow', self._w, pathName)
1731 'wm', 'maxsize', self._w, width, height))
1738 'wm', 'minsize', self._w, width, height))
1745 'wm', 'overrideredirect', self._w, boolean))
1751 return self.tk.call('wm', 'positionfrom', self._w, who)
1762 'wm', 'protocol', self._w, name, command)
1767 return self.tk.call('wm', 'resizable', self._w, width, height)
1773 return self.tk.call('wm', 'sizefrom', self._w, who)
1778 return self.tk.call('wm', 'state', self._w, newstate)
1782 return self.tk.call('wm', 'title', self._w, string)
1787 return self.tk.call('wm', 'transient', self._w, master)
1792 return self.tk.call('wm', 'withdraw', self._w)
1799 _w = '.'
1865 self.tk.call('destroy', self._w)
1945 ('pack', 'configure', self._w)
1950 self.tk.call('pack', 'forget', self._w)
1955 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
1990 ('place', 'configure', self._w)
1995 self.tk.call('place', 'forget', self._w)
2000 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2028 ('grid', 'configure', self._w)
2035 self.tk.call('grid', 'forget', self._w)
2039 self.tk.call('grid', 'remove', self._w)
2043 d = _splitdict(self.tk, self.tk.call('grid', 'info', self._w))
2073 if master._w=='.':
2074 self._w = '.' + name
2076 self._w = master._w + '.' + name
2096 (widgetName, self._w) + extra + self._options(cnf))
2102 self.tk.call('destroy', self._w)
2108 return self.tk.call((self._w, name) + args)
2169 self.tk.call('tkButtonEnter', self._w)
2172 self.tk.call('tkButtonLeave', self._w)
2175 self.tk.call('tkButtonDown', self._w)
2178 self.tk.call('tkButtonUp', self._w)
2181 self.tk.call('tkButtonInvoke', self._w)
2193 self.tk.call(self._w, 'flash')
2203 return self.tk.call(self._w, 'invoke')
2239 self.tk.call((self._w, 'addtag') + args)
2270 self.tk.call((self._w, 'bbox') + args)) or None
2274 self.tk.call(self._w, 'bind', tagOrId, sequence, '')
2283 return self._bind((self._w, 'bind', tagOrId),
2289 self._w, 'canvasx', screenx, gridspacing))
2294 self._w, 'canvasy', screeny, gridspacing))
2300 self.tk.call((self._w, 'coords') + args)))
2310 self._w, 'create', itemType,
2342 self.tk.call((self._w, 'dchars') + args)
2345 self.tk.call((self._w, 'delete') + args)
2349 self.tk.call((self._w, 'dtag') + args)
2353 self.tk.call((self._w, 'find') + args)) or ()
2382 return self.tk.call((self._w, 'focus') + args)
2386 self.tk.call((self._w, 'gettags') + args))
2390 self.tk.call((self._w, 'icursor') + args)
2393 return getint(self.tk.call((self._w, 'index') + args))
2397 _w, 'insert') + args)
2401 (self._w, 'itemcget') + (tagOrId, '-'+option))
2418 self.tk.call((self._w, 'lower') + args)
2422 self.tk.call((self._w, 'move') + args)
2428 return self.tk.call((self._w, 'postscript') +
2433 self.tk.call((self._w, 'raise') + args)
2437 self.tk.call((self._w, 'scale') + args)
2440 self.tk.call(self._w, 'scan', 'mark', x, y)
2445 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2448 self.tk.call(self._w, 'select', 'adjust', tagOrId, index)
2451 self.tk.call(self._w, 'select', 'clear')
2454 self.tk.call(self._w, 'select', 'from', tagOrId, index)
2457 return self.tk.call(self._w, 'select', 'item') or None
2460 self.tk.call(self._w, 'select', 'to', tagOrId, index)
2463 return self.tk.call(self._w, 'type', tagOrId) or None
2480 self.tk.call(self._w, 'deselect')
2483 self.tk.call(self._w, 'flash')
2486 return self.tk.call(self._w, 'invoke')
2489 self.tk.call(self._w, 'select')
2492 self.tk.call(self._w, 'toggle')
2510 self.tk.call(self._w, 'delete', first, last)
2513 return self.tk.call(self._w, 'get')
2516 self.tk.call(self._w, 'icursor', index)
2520 self._w, 'index', index))
2523 self.tk.call(self._w, 'insert', index, string)
2526 self.tk.call(self._w, 'scan', 'mark', x)
2531 self.tk.call(self._w, 'scan', 'dragto', x)
2534 self.tk.call(self._w, 'selection', 'adjust', index)
2538 self.tk.call(self._w, 'selection', 'clear')
2542 self.tk.call(self._w, 'selection', 'from', index)
2548 self.tk.call(self._w, 'selection', 'present'))
2552 self.tk.call(self._w, 'selection', 'range', start, end)
2556 self.tk.call(self._w, 'selection', 'to', index)
2612 self.tk.call(self._w, 'activate', index)
2616 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
2619 return self._getints(self.tk.call(self._w, 'curselection')) or ()
2622 self.tk.call(self._w, 'delete', first, last)
2627 self._w, 'get', first, last))
2629 return self.tk.call(self._w, 'get', first)
2632 i = self.tk.call(self._w, 'index', index)
2637 self.tk.call((self._w, 'insert', index) + elements)
2641 self._w, 'nearest', y))
2644 self.tk.call(self._w, 'scan', 'mark', x, y)
2649 self.tk.call(self._w, 'scan', 'dragto', x, y)
2652 self.tk.call(self._w, 'see', index)
2655 self.tk.call(self._w, 'selection', 'anchor', index)
2659 self.tk.call(self._w,
2665 self._w, 'selection', 'includes', index))
2670 self.tk.call(self._w, 'selection', 'set', first, last)
2674 return getint(self.tk.call(self._w, 'size'))
2678 (self._w, 'itemcget') + (index, '-'+option))
2707 self.tk.call('tk_mbPost', self._w)
2711 self.tk.call('tk_traverseToMenu', self._w, char)
2713 self.tk.call('tk_traverseWithinMenu', self._w, char)
2715 return self.tk.call('tk_getMenuButtons', self._w)
2721 self.tk.call('tk_invokeMenu', self._w)
2723 self.tk.call('tk_firstMenu', self._w)
2725 self.tk.call('tk_mbButtonDown', self._w)
2728 self.tk.call('tk_popup', self._w, x, y, entry)
2731 self.tk.call(self._w, 'activate', index)
2734 self.tk.call((self._w, 'add', itemType) +
2753 self.tk.call((self._w, 'insert', index, itemType) +
2784 self.tk.call(self._w, 'delete', index1, index2)
2787 return self.tk.call(self._w, 'entrycget', index, '-' + option)
2794 i = self.tk.call(self._w, 'index', index)
2800 return self.tk.call(self._w, 'invoke', index)
2803 self.tk.call(self._w, 'post', x, y)
2806 return self.tk.call(self._w, 'type', index)
2809 self.tk.call(self._w, 'unpost')
2813 self._w, 'yposition', index))
2841 self.tk.call(self._w, 'deselect')
2844 self.tk.call(self._w, 'flash')
2847 return self.tk.call(self._w, 'invoke')
2850 self.tk.call(self._w, 'select')
2866 value = self.tk.call(self._w, 'get')
2873 self.tk.call(self._w, 'set', value)
2879 return self._getints(self.tk.call(self._w, 'coords', value))
2883 return self.tk.call(self._w, 'identify', x, y)
2900 self.tk.call(self._w, 'activate', index)
2905 self.tk.call(self._w, 'delta', deltax, deltay))
2909 return getdouble(self.tk.call(self._w, 'fraction', x, y))
2913 return self.tk.call(self._w, 'identify', x, y)
2917 return self._getdoubles(self.tk.call(self._w, 'get'))
2921 self.tk.call((self._w, 'set') + args)
2955 self.tk.call((self._w, 'bbox') + args)) or None
2957 self.tk.call('tk_textSelectTo', self._w, index)
2959 self.tk.call('tk_textBackspace', self._w)
2961 self.tk.call('tk_textIndexCloser', self._w, a, b, c)
2963 self.tk.call('tk_textResetAnchor', self._w, index)
2968 self._w, 'compare', index1, op, index2))
2973 return self.tk.getboolean(self.tk.call(self._w, 'debug'))
2974 self.tk.call(self._w, 'debug', boolean)
2977 self.tk.call(self._w, 'delete', index1, index2)
2982 return self._getints(self.tk.call(self._w, 'dlineinfo', index))
3016 self.tk.call(self._w, "dump", *args)
3036 return self.tk.call(self._w, 'edit', *args)
3084 return self.tk.call(self._w, 'get', index1, index2)
3092 return self.tk.call(self._w, "image", "cget", index, option)
3099 self._w, "image", "create", index,
3103 return self.tk.call(self._w, "image", "names")
3106 return str(self.tk.call(self._w, 'index', index))
3110 self.tk.call((self._w, 'insert', index, chars) + args)
3115 (self._w, 'mark', 'gravity', markName, direction))
3119 self._w, 'mark', 'names'))
3122 self.tk.call(self._w, 'mark', 'set', markName, index)
3125 self.tk.call((self._w, 'mark', 'unset') + markNames)
3128 return self.tk.call(self._w, 'mark', 'next', index) or None
3131 return self.tk.call(self._w, 'mark', 'previous', index) or None
3134 self.tk.call(self._w, 'scan', 'mark', x, y)
3139 self.tk.call(self._w, 'scan', 'dragto', x, y)
3146 args = [self._w, 'search']
3161 self.tk.call(self._w, 'see', index)
3166 (self._w, 'tag', 'add', tagName, index1) + args)
3170 self.tk.call(self._w, 'tag', 'bind', tagName, sequence, '')
3179 return self._bind((self._w, 'tag', 'bind', tagName),
3187 return self.tk.call(self._w, 'tag', 'cget', tagName, option)
3194 self.tk.call((self._w, 'tag', 'delete') + tagNames)
3198 self.tk.call(self._w, 'tag', 'lower', tagName, belowThis)
3202 self.tk.call(self._w, 'tag', 'names', index))
3208 self._w, 'tag', 'nextrange', tagName, index1, index2))
3214 self._w, 'tag', 'prevrange', tagName, index1, index2))
3219 self._w, 'tag', 'raise', tagName, aboveThis)
3223 self._w, 'tag', 'ranges', tagName))
3227 self._w, 'tag', 'remove', tagName, index1, index2)
3234 return self.tk.call(self._w, 'window', 'cget', index, option)
3242 (self._w, 'window', 'create', index)
3247 self.tk.call(self._w, 'window', 'names'))
3250 self.tk.call((self._w, 'yview', '-pickplace') + what)
3277 self.menuname = menu._w
3487 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
3498 return self.tk.call(self._w, 'delete', first, last)
3502 return self.tk.call(self._w, 'get')
3510 return self.tk.call(self._w, 'icursor', index)
3517 return self.tk.call(self._w, 'identify', x, y)
3522 return self.tk.call(self._w, 'index', index)
3529 return self.tk.call(self._w, 'insert', index, s)
3537 return self.tk.call(self._w, 'invoke', element)
3542 self.tk.call((self._w, 'scan') + args)) or ()
3568 self.tk.call((self._w, 'selection') + args)) or ()
3650 self.tk.call((self._w, 'add', child) + self._options(kw))
3657 self.tk.call(self._w, 'forget', child)
3670 return self.tk.call(self._w, 'identify', x, y)
3675 self.tk.call((self._w, 'proxy') + args)) or ()
3695 self.tk.call((self._w, 'sash') + args)) or ()
3729 (self._w, 'panecget') + (child, '-'+option))
3800 return self._getconfigure(self._w, 'paneconfigure', tagOrId)
3803 self._w, 'paneconfigure', tagOrId, '-'+cnf)
3804 self.tk.call((self._w, 'paneconfigure', tagOrId) +
3810 return self.tk.splitlist(self.tk.call(self._w, 'panes'))