From c69ea708fabd04f0bf4aafc590e63bb165b88ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 25 Sep 2015 17:54:24 +0200 Subject: Sync classes reference template with current code base --- doc/base/classes.xml | 76 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 64 insertions(+), 12 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 289c986917..80cf70a86a 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -5182,8 +5182,26 @@ Base class for Box containers. It arranges children controls vertically or horizontally, and rearranges them automatically when their minimum size changes. + + + + + + + + + + + + + + + + + + @@ -13239,6 +13257,14 @@ + + + + + + + + @@ -14375,7 +14401,7 @@ - + @@ -14964,7 +14990,7 @@ - + Control that displays formatted text. @@ -15105,32 +15131,32 @@ 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. + Sets the number of lines to skip before displaying. Useful for scrolling text. - + - Return the restricted number of lines to display. Returns -1 if unrestricted. + Return the the number of lines to skipped before displaying. - - + + - 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. - + - Return the the number of lines to skipped before displaying. + Return the restricted number of lines to display. Returns -1 if unrestricted. @@ -15912,6 +15938,10 @@ + + + + @@ -30272,6 +30302,12 @@ Return the amount of bones in the skeleton. + + + + + + @@ -30290,6 +30326,22 @@ Set the rest transform for bone "bone_idx" + + + + + + + + + + + + + + + + -- cgit v1.2.3