Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-11-08 16:01:57 +01:00
parent c17f1d1aa3
commit 603cf9de16
44 changed files with 518 additions and 114 deletions

View File

@@ -124,6 +124,8 @@ Method Descriptions
- void **clear** **(** **)**
Clears all values on the theme.
----
.. _class_Theme_method_clear_color:
@@ -178,6 +180,8 @@ Sets the Theme's values to a copy of the default theme values.
- void **copy_theme** **(** :ref:`Theme<class_Theme>` other **)**
Sets the Theme's values to a copy of a given theme.
----
.. _class_Theme_method_get_color: