Changeset 391 for python/trunk/Lib/idlelib/extend.txt
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/idlelib/extend.txt
r2 r391 19 19 An IDLE extension class is instantiated with a single argument, 20 20 `editwin', an EditorWindow instance. The extension cannot assume much 21 about this argument, but it is guara teed to have the following instance21 about this argument, but it is guaranteed to have the following instance 22 22 variables: 23 23 … … 55 55 case there must be empty bindings in cofig-extensions.def) 56 56 57 Here is a complete example example:57 Here is a complete example: 58 58 59 59 class ZoomHeight: … … 73 73 74 74 The final piece of the puzzle is the file "config-extensions.def", which is 75 used to toconfigure the loading of extensions and to establish key (or, more75 used to configure the loading of extensions and to establish key (or, more 76 76 generally, event) bindings to the virtual events defined in the extensions. 77 77
Note:
See TracChangeset
for help on using the changeset viewer.