HomeSort by relevance Sort by last modified time
    Searched refs:wm_title (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/python/cpython2/Demo/tkinter/ttk/
treeview_multicolumn.py 93 root.wm_title("Multi-Column List")
  /external/python/cpython2/Lib/idlelib/
WindowList.py 78 return self.wm_title()
PathBrowser.py 21 self.top.wm_title("Path Browser")
SearchDialogBase.py 79 top.wm_title(self.title)
ClassBrowser.py 69 self.top.wm_title("Class Browser - " + self.name)
help.py 228 self.wm_title(title)
  /external/python/cpython3/Lib/idlelib/
windows.py 80 return self.wm_title()
pathbrowser.py 21 self.top.wm_title("Path Browser")
searchbase.py 80 top.wm_title(self.title)
browser.py 69 self.top.wm_title("Class Browser - " + self.name)
help.py 226 self.wm_title(title)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WindowList.py 78 return self.wm_title()
PathBrowser.py 14 self.top.wm_title("Path Browser")
SearchDialogBase.py 39 top.wm_title(self.title)
ClassBrowser.py 56 self.top.wm_title("Class Browser - " + self.name)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WindowList.py 78 return self.wm_title()
PathBrowser.py 14 self.top.wm_title("Path Browser")
SearchDialogBase.py 39 top.wm_title(self.title)
ClassBrowser.py 56 self.top.wm_title("Class Browser - " + self.name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 78 return self.wm_title()
PathBrowser.py 14 self.top.wm_title("Path Browser")
SearchDialogBase.py 39 top.wm_title(self.title)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 78 return self.wm_title()
PathBrowser.py 14 self.top.wm_title("Path Browser")
SearchDialogBase.py 39 top.wm_title(self.title)

Completed in 1328 milliseconds

1 2 3