OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_tabwidth
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py
1170
def
set_tabwidth
(self, newtabwidth):
member in class:EditorWindow
[
all
...]
ChangeLog
678
+ Added get_tabwidth &
set_tabwidth
"virtual text" methods, that get/set the
692
+ Rewrote set_indentation_params to use new VTW get/
set_tabwidth
methods.
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py
1170
def
set_tabwidth
(self, newtabwidth):
member in class:EditorWindow
[
all
...]
ChangeLog
678
+ Added get_tabwidth &
set_tabwidth
"virtual text" methods, that get/set the
692
+ Rewrote set_indentation_params to use new VTW get/
set_tabwidth
methods.
[
all
...]
Completed in 2671 milliseconds