[Python-checkins] r65265 - sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst

guilherme.polo python-checkins at python.org
Mon Jul 28 23:04:17 CEST 2008


Author: guilherme.polo
Date: Mon Jul 28 23:04:16 2008
New Revision: 65265

Log:
Updated theme_use documentation

Modified:
   sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst

Modified: sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst
==============================================================================
--- sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	(original)
+++ sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	Mon Jul 28 23:04:16 2008
@@ -1338,9 +1338,10 @@
       Returns a list of all known themes.
 
 
-   .. method:: theme_use(themename)
+   .. method:: theme_use([themename])
 
-      Sets the current theme to *themename* and refreshes all wigets.
+      If *themename* is not given, returns the theme in use, otherwise set
+      the current theme to *themename* and refreshes all widgets.
 
 
 Layouts


More information about the Python-checkins mailing list