diff --git a/doc/base/classes.xml b/doc/base/classes.xml index c0474c3e2f0..0641f32f7e0 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -5523,27 +5523,34 @@ + Add a control to the box as a spacer. + If [i]begin[/i] is true the spacer control will be inserted in front of other children. + Return the alignment of children in the container. + Set the alignment of children in the container(Must be one of ALIGN_BEGIN, ALIGN_CENTER or ALIGN_END). + Align children with beginning of the container. + Align children with center of the container. + Align children with end of the container. @@ -11086,24 +11093,28 @@ Returns an empty String "" at the end of the list. + Set the file access permission of the dialog(Must be one of [ACCESS_RESOURCES], [ACCESS_USERDATA] or [ACCESS_FILESYSTEM]). + Return the file access permission of the dialog. + Set the dialog should show hidden files. + Return true if the diaog allows show hidden files. @@ -11116,12 +11127,14 @@ Returns an empty String "" at the end of the list. + Event emitted when the user selects multiple files. + Event emitted when the user selects a directory. @@ -11146,10 +11159,13 @@ Returns an empty String "" at the end of the list. The dialog will warn when a file exists. + The dialog allows the selection of file and directory. + The dialog allows ascess files under [Resource] path(res://) . + The dialog allows ascess files in whole file system. @@ -30628,48 +30644,56 @@ This method controls whether the position between two cached points is interpola + Set allows horizontal scrool. + Return true if horizontal scrool is allowed. + Set allows vertical scrool. + Return true if vertical scrool is allowed. + Set horizontal scroll value. + Return current horizontal scroll value. + Set vertical scroll value. + Return current vertical scroll value. @@ -32919,19 +32943,21 @@ This method controls whether the position between two cached points is interpola - Return if the split is collapsed. + Return true if the split is collapsed. + Set visibility of the split dragger([i]mode[/i] must be one of [DRAGGER_VISIBLE], [DRAGGER_HIDDEN] or [DRAGGER_HIDDEN_COLLAPSED]). + Return visibility of the split dragger(One of [DRAGGER_VISIBLE], [DRAGGER_HIDDEN] or [DRAGGER_HIDDEN_COLLAPSED]). @@ -32940,15 +32966,19 @@ This method controls whether the position between two cached points is interpola + Emmited when the dragger is gragged by user. + The split dragger is visible. + The split dragger is invisible. + The split dragger is invisible and collapsed. @@ -34530,12 +34560,14 @@ This method controls whether the position between two cached points is interpola + Append a string element at end of the array. + Reset the size of the array. @@ -34550,6 +34582,7 @@ This method controls whether the position between two cached points is interpola + Return the size of the array. @@ -39022,6 +39055,7 @@ This method controls whether the position between two cached points is interpola + Remove the fractional part of x and y. @@ -39120,12 +39154,16 @@ This method controls whether the position between two cached points is interpola + The X axis value when treated as point(The first value in the pair). + The Y axis value when treated as point(The second value in the pair). + The width value when treated as size(The first value in the pair). + The height value when treated as size(The second value in the pair).