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

1 2 3 4 5 6

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 18 Toplevel.main_loop stream;
  /external/python/cpython2/Lib/idlelib/
dynOptionMenuWidget.py 37 from Tkinter import Toplevel
39 top = Toplevel()
WindowList.py 58 class ListedToplevel(Toplevel):
61 Toplevel.__init__(self, master, kw)
67 Toplevel.destroy(self)
CallTipWindow.py 6 from Tkinter import Toplevel, Label, LEFT, SOLID, TclError
59 self.tipwindow = tw = Toplevel(self.widget)
137 from Tkinter import Toplevel, Text, LEFT, BOTH
139 top = Toplevel(parent)
configSectionNameDialog.py 9 class GetCfgSectionNameDialog(Toplevel):
16 Toplevel.__init__(self, parent)
textView.py 8 class TextViewer(Toplevel):
21 Toplevel.__init__(self, parent)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 18 Toplevel.main_loop stream;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WindowList.py 58 class ListedToplevel(Toplevel):
61 Toplevel.__init__(self, master, kw)
67 Toplevel.destroy(self)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WindowList.py 58 class ListedToplevel(Toplevel):
61 Toplevel.__init__(self, master, kw)
67 Toplevel.destroy(self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 58 class ListedToplevel(Toplevel):
61 Toplevel.__init__(self, master, kw)
67 Toplevel.destroy(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 58 class ListedToplevel(Toplevel):
61 Toplevel.__init__(self, master, kw)
67 Toplevel.destroy(self)
  /external/python/cpython2/Demo/tkinter/matt/
window-creation-more.py 11 fred = Toplevel()
window-creation-simple.py 10 fred = Toplevel()
window-creation-w-location.py 20 fred = Toplevel()
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 20 Toplevel.main_loop stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 20 Toplevel.main_loop stream;
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 9 from Tkinter import Tk, Toplevel, Frame ## BooleanVar, StringVar
76 self.dialog.top = Toplevel(self.root)
96 self.dialog.top = Toplevel(self.root)
106 self.dialog.top = Toplevel(self.root)
147 self.dialog.top = Toplevel(self.root)
  /external/python/cpython2/Demo/tkinter/guido/
newmenubardemo.py 3 """Play with the new Tk 8.0 toplevel menu option."""
36 self.top = Toplevel(menu=self.menubar)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 51 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;

Completed in 166 milliseconds

1 2 3 4 5 6