From 67f1113ba432849f1966ae6107011a1bfcf542a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 18 Jul 2018 11:04:13 +0200 Subject: [PATCH] doc: Sync classref with current source --- doc/base/classes.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 6ce913e84a0..f27c03001e3 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -1,5 +1,5 @@ - + Built-in GDScript functions. @@ -10238,6 +10238,10 @@ Modal control was closed. + + + + @@ -35308,6 +35312,12 @@ A ScrollContainer node with a [Control] child and scrollbar child ([HScrollbar], [VScrollBar], or both) will only draw the Control within the ScrollContainer area. Scrollbars will automatically be drawn at the right (for vertical) or bottom (for horizontal) and will enable dragging to move the viewable Control (and its children) within the ScrollContainer. Scrollbars will also automatically resize the grabber based on the minimum_size of the Control relative to the ScrollContainer. Works great with a [Panel] control. You can set EXPAND on children size flags, so they will upscale to ScrollContainer size if ScrollContainer size is bigger (scroll is invisible for chosen dimension). + + + + + + @@ -35336,6 +35346,12 @@ Return true if vertical scroll is allowed. + + + + + + @@ -35365,6 +35381,16 @@ + + + + + + + + + +