Home
last modified time | relevance | path

Searched refs:wm_title (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DWindowList.py78 return self.wm_title()
DPathBrowser.py21 self.top.wm_title("Path Browser")
DSearchDialogBase.py79 top.wm_title(self.title)
DClassBrowser.py69 self.top.wm_title("Class Browser - " + self.name)
Dhelp.py228 self.wm_title(title)
DIOBinding.py81 top.wm_title("I/O Warning")
DDebugger.py129 self.top.wm_title("Debug Control")
DEditorWindow.py932 self.top.wm_title(title)
/external/python/cpython3/Lib/idlelib/
Dwindow.py81 return self.wm_title()
Dpathbrowser.py22 self.top.wm_title("Path Browser")
Dbrowser.py126 self.top.wm_title("Module Browser - " + os.path.basename(self.path))
Dsearchbase.py81 top.wm_title(self.title)
Dhelp.py233 self.wm_title(title)
Ddebugger.py134 self.top.wm_title("Debug Control")
Deditor.py951 self.top.wm_title(title)
/external/python/cpython2/Demo/tkinter/ttk/
Dtreeview_multicolumn.py93 root.wm_title("Multi-Column List")
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py523 self.root.wm_title("Spreadsheet: %s" % self.filename)
/external/python/cpython3/Tools/demo/
Dss1.py508 self.root.wm_title("Spreadsheet: %s" % self.filename)
/external/python/cpython2/Demo/tix/
Dtixwidgets.py115 z.wm_title('Tix Widget Demonstration')
/external/python/cpython3/Lib/tkinter/
D__init__.py1983 def wm_title(self, string=None): member in Wm
1986 title = wm_title
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1785 def wm_title(self, string=None): member in Wm
1788 title = wm_title
/external/python/cpython2/Misc/
DHISTORY11744 wm_title(), etc. The old names (title() etc.) are still defined as
/external/python/cpython3/Misc/
DHISTORY29123 wm_title(), etc. The old names (title() etc.) are still defined as