HomeSort by relevance Sort by last modified time
    Searched refs:helpDialog (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 276 helpDialog = new InfoDialog(this, "Simple Demo", "Instructions",
281 helpDialog.getArea().setEditable(false);
289 helpDialog.show();
501 InfoDialog helpDialog;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 69 class HelpDialog(object):
109 helpDialog = HelpDialog() # singleton instance
545 helpDialog.display(parent, near=self.top)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 69 class HelpDialog(object):
109 helpDialog = HelpDialog() # singleton instance
545 helpDialog.display(parent, near=self.top)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 69 class HelpDialog(object):
109 helpDialog = HelpDialog() # singleton instance
545 helpDialog.display(parent, near=self.top)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 69 class HelpDialog(object):
109 helpDialog = HelpDialog() # singleton instance
545 helpDialog.display(parent, near=self.top)
    [all...]
  /external/python/cpython2/Lib/idlelib/
EditorWindow.py 72 class HelpDialog(object):
87 w.warn("EditorWindow.HelpDialog is no longer used by Idle.\n"
117 helpDialog = HelpDialog() # singleton instance, no longer used
    [all...]

Completed in 683 milliseconds