Home
last modified time | relevance | path

Searched refs:themename (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
Dttk.py479 def theme_create(self, themename, parent=None, settings=None): argument
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): argument
505 self.tk.call(self._name, "theme", "settings", themename, script)
513 def theme_use(self, themename=None): argument
517 if themename is None:
525 self.tk.call("ttk::setTheme", themename)
/external/python/cpython2/Doc/library/
Dttk.rst1305 element. *args* is expected to contain a themename, from which
1321 .. method:: theme_create(themename, parent=None, settings=None)
1325 It is an error if *themename* already exists. If *parent* is specified,
1331 .. method:: theme_settings(themename, settings)
1333 Temporarily sets the current theme to *themename*, apply specified
1373 .. method:: theme_use([themename])
1375 If *themename* is not given, returns the theme in use. Otherwise, sets
1376 the current theme to *themename*, refreshes all widgets and emits a