From 92f07fefcd334686e81f56555d83530ae6741c2b Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Fri, 24 Nov 2017 18:10:32 +0100 Subject: doc: Remove setters and getters now exposed via properties/members --- doc/classes/Label.xml | 144 -------------------------------------------------- 1 file changed, 144 deletions(-) (limited to 'doc/classes/Label.xml') diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml index 65ef45c36..75bc6df5c 100644 --- a/doc/classes/Label.xml +++ b/doc/classes/Label.xml @@ -11,13 +11,6 @@ - - - - - Returns the alignment mode (any of the ALIGN_* enumeration values). - - @@ -32,34 +25,6 @@ Returns the font size in pixels. - - - - - Returns the the number of lines to skip before displaying. - - - - - - - Returns the maximum number of lines to display. Returns -1 if unrestricted. - - - - - - - Returns the maximum number of characters to display as a percentage of the total text. - - - - - - - Returns the label text. Text can contain newlines. - - @@ -67,13 +32,6 @@ Returns the total length of the text. - - - - - Returns the vertical alignment mode (any of the VALIGN_* enumeration values). - - @@ -88,108 +46,6 @@ Returns the number of lines shown. Useful if the [code]Label[/code] 's height cannot currently display all lines. - - - - - Returns [code]true[/code] if [i]autowrap[/i] mode (see [method set_autowrap]). - - - - - - - Returns [code]true[/code] if text would be cut off if it is too wide. - - - - - - - Returns [code]true[/code] if text is displayed in all capitals. - - - - - - - - - Sets the alignment mode to any of the ALIGN_* enumeration values. - - - - - - - - - Set [i]autowrap[/i] mode. When enabled, autowrap will fit text to the control width, breaking sentences when they exceed the available horizontal space. When disabled, the label minimum width becomes the width of the longest row, and the minimum height large enough to fit all rows. - - - - - - - - - Cuts off the rest of the text if it is too wide. - - - - - - - - - Sets the number of lines to skip before displaying. Useful for scrolling text. - - - - - - - - - Restricts the number of lines to display. Set to -1 to disable. - - - - - - - - - Restricts the number of characters to display (as a percentage of the total text). - - - - - - - - - Set the label text. Text can contain newlines. - - - - - - - - - Display text in all capitals. - - - - - - - - - Sets the vertical alignment mode to any of the VALIGN_* enumeration values. - - -- cgit v1.2.3-70-g09d2