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

  /external/python/cpython2/Lib/lib-tk/
ttk.py 142 # it expects a themename and optionally an element to clone from,
479 def theme_create(self, themename, parent=None, settings=None):
482 It is an error if themename already exists. If parent is
489 self.tk.call(self._name, "theme", "create", themename,
492 self.tk.call(self._name, "theme", "create", themename,
496 def theme_settings(self, themename, settings):
497 """Temporarily sets the current theme to themename, apply specified
505 self.tk.call(self._name, "theme", "settings", themename, script)
513 def theme_use(self, themename=None):
514 """If themename is None, returns the theme in use, otherwise, se
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 142 # it expects a themename and optionally an element to clone from,
483 def theme_create(self, themename, parent=None, settings=None):
486 It is an error if themename already exists. If parent is
493 self.tk.call(self._name, "theme", "create", themename,
496 self.tk.call(self._name, "theme", "create", themename,
500 def theme_settings(self, themename, settings):
501 """Temporarily sets the current theme to themename, apply specified
509 self.tk.call(self._name, "theme", "settings", themename, script)
517 def theme_use(self, themename=None):
518 """If themename is None, returns the theme in use, otherwise, se
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 142 # it expects a themename and optionally an element to clone from,
479 def theme_create(self, themename, parent=None, settings=None):
482 It is an error if themename already exists. If parent is
489 self.tk.call(self._name, "theme", "create", themename,
492 self.tk.call(self._name, "theme", "create", themename,
496 def theme_settings(self, themename, settings):
497 """Temporarily sets the current theme to themename, apply specified
505 self.tk.call(self._name, "theme", "settings", themename, script)
513 def theme_use(self, themename=None):
514 """If themename is None, returns the theme in use, otherwise, se
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 142 # it expects a themename and optionally an element to clone from,
479 def theme_create(self, themename, parent=None, settings=None):
482 It is an error if themename already exists. If parent is
489 self.tk.call(self._name, "theme", "create", themename,
492 self.tk.call(self._name, "theme", "create", themename,
496 def theme_settings(self, themename, settings):
497 """Temporarily sets the current theme to themename, apply specified
505 self.tk.call(self._name, "theme", "settings", themename, script)
513 def theme_use(self, themename=None):
514 """If themename is None, returns the theme in use, otherwise, se
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 142 # it expects a themename and optionally an element to clone from,
479 def theme_create(self, themename, parent=None, settings=None):
482 It is an error if themename already exists. If parent is
489 self.tk.call(self._name, "theme", "create", themename,
492 self.tk.call(self._name, "theme", "create", themename,
496 def theme_settings(self, themename, settings):
497 """Temporarily sets the current theme to themename, apply specified
505 self.tk.call(self._name, "theme", "settings", themename, script)
513 def theme_use(self, themename=None):
514 """If themename is None, returns the theme in use, otherwise, se
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 142 # it expects a themename and optionally an element to clone from,
479 def theme_create(self, themename, parent=None, settings=None):
482 It is an error if themename already exists. If parent is
489 self.tk.call(self._name, "theme", "create", themename,
492 self.tk.call(self._name, "theme", "create", themename,
496 def theme_settings(self, themename, settings):
497 """Temporarily sets the current theme to themename, apply specified
505 self.tk.call(self._name, "theme", "settings", themename, script)
513 def theme_use(self, themename=None):
514 """If themename is None, returns the theme in use, otherwise, se
    [all...]

Completed in 357 milliseconds