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

1 2

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 18 Toplevel.main_loop stream;
  /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)
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
14 Toplevel.__init__(self, parent)
textView.py 8 class TextViewer(Toplevel):
16 Toplevel.__init__(self, parent)
ToolTip.py 45 self.tipwindow = tw = Toplevel(self.button)
StackViewer.py 10 from Tkinter import Toplevel
11 top = Toplevel(root)
aboutDialog.py 11 class AboutDialog(Toplevel):
16 Toplevel.__init__(self, parent)
configHelpSourceEdit.py 10 class GetHelpSourceDialog(Toplevel):
19 Toplevel.__init__(self, parent)
keybindingDialog.py 8 class GetKeysDialog(Toplevel):
16 Toplevel.__init__(self, parent)
  /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)
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
14 Toplevel.__init__(self, parent)
textView.py 8 class TextViewer(Toplevel):
16 Toplevel.__init__(self, parent)
ToolTip.py 45 self.tipwindow = tw = Toplevel(self.button)
StackViewer.py 10 from Tkinter import Toplevel
11 top = Toplevel(root)
aboutDialog.py 11 class AboutDialog(Toplevel):
16 Toplevel.__init__(self, parent)
configHelpSourceEdit.py 10 class GetHelpSourceDialog(Toplevel):
19 Toplevel.__init__(self, parent)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 20 Toplevel.main_loop stream;
  /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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
tkSimpleDialog.py 30 class Dialog(Toplevel):
47 Toplevel.__init__(self, parent)
91 Toplevel.destroy(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
tkSimpleDialog.py 30 class Dialog(Toplevel):
47 Toplevel.__init__(self, parent)
91 Toplevel.destroy(self)

Completed in 183 milliseconds

1 2