Searched refs:window_create (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
D | squeezer.py | 264 text.window_create("iomark", window=expandingbutton, 323 self.text.window_create(start, window=expandingbutton,
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_squeezer.py | 356 text_widget.window_create("1.0", window=expandingbutton) 391 text_widget.window_create("1.0", window=expandingbutton)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 3244 def window_create(self, index, cnf={}, **kw): member in Text
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 3917 def window_create(self, index, cnf={}, **kw): member in Text
|