From 4f929a0fdfae24b1ca5acf0b732219119090ee43 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 12 Sep 2017 17:42:36 -0300 Subject: Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will recognize them. --- doc/classes/Button.xml | 137 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 doc/classes/Button.xml (limited to 'doc/classes/Button.xml') diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml new file mode 100644 index 000000000..200d948d9 --- /dev/null +++ b/doc/classes/Button.xml @@ -0,0 +1,137 @@ + + + + Standard themed Button. + + + Button is the standard themed button. It can contain text and an icon, and will display them according to the current [Theme]. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Text alignment policy for the button's text, use one of the ALIGN_* constants. + + + When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text. This property is disabled by default. + + + Flat buttons don't display decoration. + + + Button's icon, if text is present the icon will be placed before the text. + + + The button's text that will be displayed inside the button's area. + + + + + Align the text to the left. + + + Align the text to the center. + + + Align the text to the right. + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2