From bf2839ea3ee280462fb9117a73bae407354ea832 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 4 Aug 2021 19:54:41 +0300 Subject: Add theme item descriptions to the online documentation --- doc/classes/CheckBox.xml | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'doc/classes/CheckBox.xml') diff --git a/doc/classes/CheckBox.xml b/doc/classes/CheckBox.xml index 90f3725172..f13a6ea34a 100644 --- a/doc/classes/CheckBox.xml +++ b/doc/classes/CheckBox.xml @@ -18,76 +18,76 @@ - + The vertical offset used when rendering the check icons (in pixels). - + The check icon to display when the [CheckBox] is checked. - + - + The [StyleBox] to display as a background when the [CheckBox] is disabled. - + The [StyleBox] to display as a background when the [CheckBox] is focused. - + The [Font] to use for the [CheckBox] text. - + The [CheckBox] text's font color. - + The [CheckBox] text's font color when it's disabled. - + The [CheckBox] text's font color when it's hovered. - + The [CheckBox] text's font color when it's hovered and pressed. - + The tint of text outline of the [CheckBox]. - + The [CheckBox] text's font color when it's pressed. - + Font size of the [CheckBox]'s text. - + The [StyleBox] to display as a background when the [CheckBox] is hovered. - + The [StyleBox] to display as a background when the [CheckBox] is hovered and pressed. - + The separation between the check icon and the text (in pixels). - + The [StyleBox] to display as a background. - + The size of the text outline. - + The [StyleBox] to display as a background when the [CheckBox] is pressed. - + If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is checked. - + - + If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is unchecked. - + - + The check icon to display when the [CheckBox] is unchecked. - + -- cgit v1.2.3