From b33c288525511a2303a46db2d4906292de6423e9 Mon Sep 17 00:00:00 2001 From: Zher Huei Lee Date: Tue, 8 Sep 2015 10:41:58 +0100 Subject: updated Label documentation --- doc/base/classes.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 60 insertions(+), 3 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7488d93fe1..e364b5c0ce 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -13219,26 +13219,28 @@ - Set the alignmend mode to any of the ALIGN_* enumeration values. + Sets the alignment mode to any of the ALIGN_* enumeration values. - Return the alignmend mode (any of the ALIGN_* enumeration values). + Return the alignment mode (any of the ALIGN_* enumeration values). + Sets the vertical alignment mode to any of the VALIGN_* enumeration values. + Return the vertical alignment mode (any of the VALIGN_* enumeration values). @@ -13269,16 +13271,32 @@ Return the state of the [i]autowrap[/i] mode (see [method set_autowrap]). + + + + + Cuts off the rest of the text if it is too wide. + + + + + + + Return true if text would be cut off if it is too wide. + + + Display text in all capitals. + Return true if text is displayed in all capitals. @@ -13299,24 +13317,63 @@ + Return the total length of the text. - + + Restricts the number of characters to display. Set to -1 to disable. + + + + + + + Return the restricted number of characters to display. Returns -1 if unrestricted. + Restricts the number of characters to display (as a percentage of the total text). + Return the restricted number of characters to display (as a percentage of the total text). + + + + + + + Restricts the number of lines to display. Set to -1 to disable. + + + + + + + Return the restricted number of lines to display. Returns -1 if unrestricted. + + + + + + + Sets the number of lines to skip before displaying. Useful for scrolling text. + + + + + + + Return the the number of lines to skipped before displaying. -- cgit v1.2.3