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

Lines Matching defs:_w

440         self.tk.call('tkwait', 'window', window._w)
448 self.tk.call('tkwait', 'visibility', window._w)
466 self.tk.call('focus', self._w)
472 _w)
488 name = self.tk.call('focus', '-displayof', self._w)
494 name = self.tk.call('focus', '-lastfor', self._w)
510 name = self.tk.call('tk_focusNext', self._w)
515 name = self.tk.call('tk_focusPrev', self._w)
593 if 'displayof' not in kw: kw['displayof'] = self._w
601 if 'displayof' not in kw: kw['displayof'] = self._w
608 name = self.tk.call('grab', 'current', self._w)
613 self.tk.call('grab', 'release', self._w)
619 self.tk.call('grab', 'set', self._w)
626 self.tk.call('grab', 'set', '-global', self._w)
630 status = self.tk.call('grab', 'status', self._w)
650 return self.tk.call('option', 'get', self._w, name, className)
659 if 'displayof' not in kw: kw['displayof'] = self._w
670 if 'displayof' not in kw: kw['displayof'] = self._w
692 + (self._w, name))
699 self._options(kw) + (self._w,))
707 if 'displayof' not in kw: kw['displayof'] = self._w
716 self.tk.call('lower', self._w, belowThis)
719 self.tk.call('raise', self._w, aboveThis)
723 return self.tk.call('tk', 'colormodel', self._w, value)
736 self.tk.call('winfo', 'cells', self._w))
741 self.tk.call('winfo', 'children', self._w)):
752 return self.tk.call('winfo', 'class', self._w)
756 self.tk.call('winfo', 'colormapfull', self._w))
766 return getint(self.tk.call('winfo', 'depth', self._w))
770 self.tk.call('winfo', 'exists', self._w))
775 'winfo', 'fpixels', self._w, number))
778 return self.tk.call('winfo', 'geometry', self._w)
782 self.tk.call('winfo', 'height', self._w))
786 self.tk.call('winfo', 'id', self._w))
794 self.tk.call('winfo', 'ismapped', self._w))
797 return self.tk.call('winfo', 'manager', self._w)
800 return self.tk.call('winfo', 'name', self._w)
803 return self.tk.call('winfo', 'parent', self._w)
812 self.tk.call('winfo', 'pixels', self._w, number))
816 self.tk.call('winfo', 'pointerx', self._w))
820 self.tk.call('winfo', 'pointerxy', self._w))
824 self.tk.call('winfo', 'pointery', self._w))
828 self.tk.call('winfo', 'reqheight', self._w))
832 self.tk.call('winfo', 'reqwidth', self._w))
837 self.tk.call('winfo', 'rgb', self._w, color))
842 self.tk.call('winfo', 'rootx', self._w))
847 self.tk.call('winfo', 'rooty', self._w))
850 _w)
855 self.tk.call('winfo', 'screencells', self._w))
860 self.tk.call('winfo', 'screendepth', self._w))
865 self.tk.call('winfo', 'screenheight', self._w))
870 self.tk.call('winfo', 'screenmmheight', self._w))
875 self.tk.call('winfo', 'screenmmwidth', self._w))
880 return self.tk.call('winfo', 'screenvisual', self._w)
885 self.tk.call('winfo', 'screenwidth', self._w))
889 return self.tk.call('winfo', 'server', self._w)
893 'winfo', 'toplevel', self._w))
897 self.tk.call('winfo', 'viewable', self._w))
902 return self.tk.call('winfo', 'visual', self._w)
905 return self.tk.call('winfo', 'visualid', self._w)
913 self.tk.call('winfo', 'visualsavailable', self._w,
929 self.tk.call('winfo', 'vrootheight', self._w))
935 self.tk.call('winfo', 'vrootwidth', self._w))
940 self.tk.call('winfo', 'vrootx', self._w))
945 self.tk.call('winfo', 'vrooty', self._w))
949 self.tk.call('winfo', 'width', self._w))
954 self.tk.call('winfo', 'x', self._w))
959 self.tk.call('winfo', 'y', self._w))
977 self.tk.call('bindtags', self._w))
979 self.tk.call('bindtags', self._w, tagList)
1036 return self._bind(('bind', self._w), sequence, func, add)
1040 self.tk.call('bind', self._w, sequence, '')
1089 return ('-displayof', self._w)
1246 self.tk.call(_flatten((self._w, cmd)))):
1251 self.tk.call(_flatten((self._w, cmd, '-'+cnf))))
1253 self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
1266 return self.tk.call(self._w, 'cget', '-' + key)
1275 self.tk.split(self.tk.call(self._w, 'configure')))
1278 return self._w
1290 'pack', 'propagate', self._w))
1292 self.tk.call('pack', 'propagate', self._w, flag)
1299 self.tk.call('pack', 'slaves', self._w)))
1308 'place', 'slaves', self._w)))
1322 args = ('grid', 'bbox', self._w)
1342 command, self._w, index)
1357 ('grid', command, self._w, index)
1378 'grid', 'location', self._w, x, y)) or None
1388 'grid', 'propagate', self._w))
1390 self.tk.call('grid', 'propagate', self._w, flag)
1402 self.tk.call('grid', 'size', self._w)) or None
1414 ('grid', 'slaves', self._w) + args)))
1435 args = ('event', 'generate', self._w, sequence)
1483 res = self.tk.call(self._w, 'xview', *args)
1490 self.tk.call(self._w, 'xview', 'moveto', fraction)
1495 self.tk.call(self._w, 'xview', 'scroll', number, what)
1504 res = self.tk.call(self._w, 'yview', *args)
1511 self.tk.call(self._w, 'yview', 'moveto', fraction)
1516 self.tk.call(self._w, 'yview', 'scroll', number, what)
1529 self.tk.call('wm', 'aspect', self._w,
1552 args = ('wm', 'attributes', self._w) + args
1559 return self.tk.call('wm', 'client', self._w, name)
1567 args = ('wm', 'colormapwindows', self._w) + wlist
1574 return self.tk.call('wm', 'command', self._w, value)
1579 return self.tk.call('wm', 'deiconify', self._w)
1585 return self.tk.call('wm', 'focusmodel', self._w, model)
1589 return self.tk.call('wm', 'frame', self._w)
1594 return self.tk.call('wm', 'geometry', self._w, newGeometry)
1604 'wm', 'grid', self._w,
1610 return self.tk.call('wm', 'group', self._w, pathName)
1622 return self.tk.call('wm', 'iconbitmap', self._w, '-default', default)
1624 return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
1628 return self.tk.call('wm', 'iconify', self._w)
1633 return self.tk.call('wm', 'iconmask', self._w, bitmap)
1638 return self.tk.call('wm', 'iconname', self._w, newName)
1644 'wm', 'iconposition', self._w, x, y))
1649 return self.tk.call('wm', 'iconwindow', self._w, pathName)
1656 'wm', 'maxsize', self._w, width, height))
1663 'wm', 'minsize', self._w, width, height))
1670 'wm', 'overrideredirect', self._w, boolean))
1676 return self.tk.call('wm', 'positionfrom', self._w, who)
1687 'wm', 'protocol', self._w, name, command)
1692 return self.tk.call('wm', 'resizable', self._w, width, height)
1698 return self.tk.call('wm', 'sizefrom', self._w, who)
1703 return self.tk.call('wm', 'state', self._w, newstate)
1707 return self.tk.call('wm', 'title', self._w, string)
1712 return self.tk.call('wm', 'transient', self._w, master)
1717 return self.tk.call('wm', 'withdraw', self._w)
1724 _w = '.'
1790 self.tk.call('destroy', self._w)
1867 ('pack', 'configure', self._w)
1872 self.tk.call('pack', 'forget', self._w)
1878 self.tk.call('pack', 'info', self._w))
1918 ('place', 'configure', self._w)
1923 self.tk.call('place', 'forget', self._w)
1929 self.tk.call('place', 'info', self._w))
1962 ('grid', 'configure', self._w)
1969 self.tk.call('grid', 'forget', self._w)
1973 self.tk.call('grid', 'remove', self._w)
1978 self.tk.call('grid', 'info', self._w))
2013 if master._w=='.':
2014 self._w = '.' + name
2016 self._w = master._w + '.' + name
2036 (widgetName, self._w) + extra + self._options(cnf))
2042 self.tk.call('destroy', self._w)
2048 return self.tk.call((self._w, name) + args)
2109 self.tk.call('tkButtonEnter', self._w)
2112 self.tk.call('tkButtonLeave', self._w)
2115 self.tk.call('tkButtonDown', self._w)
2118 self.tk.call('tkButtonUp', self._w)
2121 self.tk.call('tkButtonInvoke', self._w)
2133 self.tk.call(self._w, 'flash')
2143 return self.tk.call(self._w, 'invoke')
2179 self.tk.call((self._w, 'addtag') + args)
2210 self.tk.call((self._w, 'bbox') + args)) or None
2214 self.tk.call(self._w, 'bind', tagOrId, sequence, '')
2223 return self._bind((self._w, 'bind', tagOrId),
2229 self._w, 'canvasx', screenx, gridspacing))
2234 self._w, 'canvasy', screeny, gridspacing))
2240 self.tk.call((self._w, 'coords') + args)))
2250 self._w, 'create', itemType,
2282 self.tk.call((self._w, 'dchars') + args)
2285 self.tk.call((self._w, 'delete') + args)
2289 self.tk.call((self._w, 'dtag') + args)
2293 self.tk.call((self._w, 'find') + args)) or ()
2322 return self.tk.call((self._w, 'focus') + args)
2326 self.tk.call((self._w, 'gettags') + args))
2330 self.tk.call((self._w, 'icursor') + args)
2333 return getint(self.tk.call((self._w, 'index') + args))
2337 self.tk.call((self._w, 'insert') + args)
2341 (self._w, 'itemcget') + (tagOrId, '-'+option))
2358 self.tk.call((self._w, 'lower') + args)
2362 self.tk.call((self._w, 'move') + args)
2368 return self.tk.call((self._w, 'postscript') +
2373 self.tk.call((self._w, 'raise') + args)
2377 self.tk.call((self._w, 'scale') + args)
2380 self.tk.call(self._w, 'scan', 'mark', x, y)
2385 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2388 self.tk.call(self._w, 'select', 'adjust', tagOrId, index)
2391 self.tk.call(self._w, 'select', 'clear')
2394 self.tk.call(self._w, 'select', 'from', tagOrId, index)
2397 return self.tk.call(self._w, 'select', 'item') or None
2400 self.tk.call(self._w, 'select', 'to', tagOrId, index)
2403 return self.tk.call(self._w, 'type', tagOrId) or None
2420 self.tk.call(self._w, 'deselect')
2423 self.tk.call(self._w, 'flash')
2426 return self.tk.call(self._w, 'invoke')
2429 self.tk.call(self._w, 'select')
2432 self.tk.call(self._w, 'toggle')
2450 self.tk.call(self._w, 'delete', first, last)
2453 return self.tk.call(self._w, 'get')
2456 self.tk.call(self._w, 'icursor', index)
2460 self._w, 'index', index))
2463 self.tk.call(self._w, 'insert', index, string)
2466 self.tk.call(self._w, 'scan', 'mark', x)
2471 self.tk.call(self._w, 'scan', 'dragto', x)
2474 self.tk.call(self._w, 'selection', 'adjust', index)
2478 self.tk.call(self._w, 'selection', 'clear')
2482 self.tk.call(self._w, 'selection', 'from', index)
2488 self.tk.call(self._w, 'selection', 'present'))
2492 self.tk.call(self._w, 'selection', 'range', start, end)
2496 self.tk.call(self._w, 'selection', 'to', index)
2552 self.tk.call(self._w, 'activate', index)
2557 self.tk.call((self._w, 'bbox') + args)) or None
2562 self._w, 'curselection'))
2565 self.tk.call(self._w, 'delete', first, last)
2570 self._w, 'get', first, last))
2572 return self.tk.call(self._w, 'get', first)
2575 i = self.tk.call(self._w, 'index', index)
2580 self.tk.call((self._w, 'insert', index) + elements)
2584 self._w, 'nearest', y))
2587 self.tk.call(self._w, 'scan', 'mark', x, y)
2592 self.tk.call(self._w, 'scan', 'dragto', x, y)
2595 self.tk.call(self._w, 'see', index)
2598 self.tk.call(self._w, 'selection', 'anchor', index)
2602 self.tk.call(self._w,
2608 self._w, 'selection', 'includes', index))
2613 self.tk.call(self._w, 'selection', 'set', first, last)
2617 return getint(self.tk.call(self._w, 'size'))
2621 (self._w, 'itemcget') + (index, '-'+option))
2646 self.tk.call('tk_mbPost', self._w)
2650 self.tk.call('tk_traverseToMenu', self._w, char)
2652 self.tk.call('tk_traverseWithinMenu', self._w, char)
2654 return self.tk.call('tk_getMenuButtons', self._w)
2660 self.tk.call('tk_invokeMenu', self._w)
2662 self.tk.call('tk_firstMenu', self._w)
2664 self.tk.call('tk_mbButtonDown', self._w)
2667 self.tk.call('tk_popup', self._w, x, y, entry)
2670 self.tk.call(self._w, 'activate', index)
2673 self.tk.call((self._w, 'add', itemType) +
2692 self.tk.call((self._w, 'insert', index, itemType) +
2723 self.tk.call(self._w, 'delete', index1, index2)
2726 return self.tk.call(self._w, 'entrycget', index, '-' + option)
2733 i = self.tk.call(self._w, 'index', index)
2739 return self.tk.call(self._w, 'invoke', index)
2742 self.tk.call(self._w, 'post', x, y)
2745 return self.tk.call(self._w, 'type', index)
2748 self.tk.call(self._w, 'unpost')
2752 self._w, 'yposition', index))
2780 self.tk.call(self._w, 'deselect')
2783 self.tk.call(self._w, 'flash')
2786 return self.tk.call(self._w, 'invoke')
2789 self.tk.call(self._w, 'select')
2805 value = self.tk.call(self._w, 'get')
2812 self.tk.call(self._w, 'set', value)
2818 return self._getints(self.tk.call(self._w, 'coords', value))
2822 return self.tk.call(self._w, 'identify', x, y)
2839 self.tk.call(self._w, 'activate', index)
2844 self.tk.call(self._w, 'delta', deltax, deltay))
2848 return getdouble(self.tk.call(self._w, 'fraction', x, y))
2852 return self.tk.call(self._w, 'identify', x, y)
2856 return self._getdoubles(self.tk.call(self._w, 'get'))
2860 self.tk.call((self._w, 'set') + args)
2894 self.tk.call((self._w, 'bbox') + args)) or None
2896 self.tk.call('tk_textSelectTo', self._w, index)
2898 self.tk.call('tk_textBackspace', self._w)
2900 self.tk.call('tk_textIndexCloser', self._w, a, b, c)
2902 self.tk.call('tk_textResetAnchor', self._w, index)
2907 self._w, 'compare', index1, op, index2))
2912 self._w, 'debug', boolean))
2915 self.tk.call(self._w, 'delete', index1, index2)
2920 return self._getints(self.tk.call(self._w, 'dlineinfo', index))
2954 self.tk.call(self._w, "dump", *args)
2974 return self.tk.call(self._w, 'edit', *args)
3022 return self.tk.call(self._w, 'get', index1, index2)
3030 return self.tk.call(self._w, "image", "cget", index, option)
3037 self._w, "image", "create", index,
3041 return self.tk.call(self._w, "image", "names")
3044 return str(self.tk.call(self._w, 'index', index))
3048 self.tk.call((self._w, 'insert', index, chars) + args)
3053 (self._w, 'mark', 'gravity', markName, direction))
3057 self._w, 'mark', 'names'))
3060 self.tk.call(self._w, 'mark', 'set', markName, index)
3063 self.tk.call((self._w, 'mark', 'unset') + markNames)
3066 return self.tk.call(self._w, 'mark', 'next', index) or None
3069 return self.tk.call(self._w, 'mark', 'previous', index) or None
3072 self.tk.call(self._w, 'scan', 'mark', x, y)
3077 self.tk.call(self._w, 'scan', 'dragto', x, y)
3084 args = [self._w, 'search']
3099 self.tk.call(self._w, 'see', index)
3104 (self._w, 'tag', 'add', tagName, index1) + args)
3108 self.tk.call(self._w, 'tag', 'bind', tagName, sequence, '')
3117 return self._bind((self._w, 'tag', 'bind', tagName),
3125 return self.tk.call(self._w, 'tag', 'cget', tagName, option)
3132 self.tk.call((self._w, 'tag', 'delete') + tagNames)
3136 self.tk.call(self._w, 'tag', 'lower', tagName, belowThis)
3140 self.tk.call(self._w, 'tag', 'names', index))
3146 self._w, 'tag', 'nextrange', tagName, index1, index2))
3152 self._w, 'tag', 'prevrange', tagName, index1, index2))
3157 self._w, 'tag', 'raise', tagName, aboveThis)
3161 self._w, 'tag', 'ranges', tagName))
3165 self._w, 'tag', 'remove', tagName, index1, index2)
3172 return self.tk.call(self._w, 'window', 'cget', index, option)
3180 (self._w, 'window', 'create', index)
3185 self.tk.call(self._w, 'window', 'names'))
3188 self.tk.call((self._w, 'yview', '-pickplace') + what)
3215 self.menuname = menu._w
3414 return self.tk.call(self._w, 'bbox', index)
3425 return self.tk.call(self._w, 'delete', first, last)
3429 return self.tk.call(self._w, 'get')
3437 return self.tk.call(self._w, 'icursor', index)
3444 return self.tk.call(self._w, 'identify', x, y)
3449 return self.tk.call(self._w, 'index', index)
3456 return self.tk.call(self._w, 'insert', index, s)
3464 return self.tk.call(self._w, 'invoke', element)
3469 self.tk.call((self._w, 'scan') + args)) or ()
3495 self.tk.call((self._w, 'selection') + args)) or ()
3577 self.tk.call((self._w, 'add', child) + self._options(kw))
3584 self.tk.call(self._w, 'forget', child)
3597 return self.tk.call(self._w, 'identify', x, y)
3602 self.tk.call((self._w, 'proxy') + args)) or ()
3622 self.tk.call((self._w, 'sash') + args)) or ()
3656 (self._w, 'panecget') + (child, '-'+option))
3729 self.tk.call(self._w,
3735 self._w, 'paneconfigure', tagOrId, '-'+cnf))
3737 self.tk.call((self._w, 'paneconfigure', tagOrId) +
3743 return self.tk.call(self._w, 'panes')