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

  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
  /external/python/cpython3/Lib/tkinter/
messagebox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon

Completed in 166 milliseconds