Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/idlelib/WidgetRedirector.pyc |
��
���Lc @ sU d d k Td d d � � YZ d d
d � � YZ d � Z e d j o e � n d S( i����( t *t WidgetRedirectorc B sD e Z d Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s� Support for redirecting arbitrary widget subcommands.
Some Tk operations don't normally pass through Tkinter. For example, if a
character is inserted into a Text widget by pressing a key, a default Tk
binding to the widget's 'insert' operation is activated, and the Tk library
processes the insert without calling back into Tkinter.
Although a binding to <Key> could be made via Tkinter, what we really want
to do is to hook the Tk 'insert' operation itself.
When a widget is instantiated, a Tcl command is created whose name is the
same as the pathname widget._w. This command is used to invoke the various
widget operations, e.g. insert (for a Text widget). We are going to hook
this command and provide a facility ('register') to intercept the widget
operation.
In IDLE, the function being registered provides access to the top of a
Percolator chain. At the bottom of the chain is a call to the original
Tk widget operation.
c C se h | _ | | _ | i | _ } | i } | d | _ | i d | | i � | i | | i � d S( Nt _origt rename( t _operationst widgett tkt _wt origt callt
createcommandt dispatch( t selfR R t w( ( s0 /usr/lib64/python2.6/idlelib/WidgetRedirector.pyt __init__ s
c C s d | i i i | i i f S( Ns WidgetRedirector(%s<%s>)( R t __class__t __name__R ( R ( ( s0 /usr/lib64/python2.6/idlelib/WidgetRedirector.pyt __repr__&