Lines Matching full:themename
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, set
515 the current theme to themename, refreshes all widgets and emits
517 if themename is None:
525 self.tk.call("ttk::setTheme", themename)