X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be42eeb0c3e620e642e963f9bf3b29d0cbcd561e..cadb4a6d8cb835c0db0101f1e39d0d9b52f786f4:/docs/doxygen/overviews/xrc_format.h diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 5152171ac3..7c43eb27c1 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -813,7 +813,7 @@ objects. If sizer child is used, it sets @beginTable @hdr3col{property, type, description} @row3col{range, integer, - Maximum value of the gauge (default: wxGAUGE_DEFAULT_RANGE).} + Maximum value of the gauge (default: 100).} @row3col{value, integer, Initial value of the control (default: 0).} @row3col{shadow, @ref xrc_format_type_dimension, @@ -1258,11 +1258,11 @@ HTML markup. Note that the markup has to be escaped: @beginTable @hdr3col{property, type, description} @row3col{value, integer, - Initial value of the control (default: wxSL_DEFAULT_VALUE).} + Initial value of the control (default: 0).} @row3col{min, integer, - Minimum allowed value (default: wxSL_DEFAULT_MIN).} + Minimum allowed value (default: 0).} @row3col{max, integer, - Maximum allowed value (default: wxSL_DEFAULT_MAX).} + Maximum allowed value (default: 100).} @row3col{pagesize, integer, Line size; number of steps the slider moves when the user moves pages up or down (default: unset).} @@ -1282,19 +1282,24 @@ HTML markup. Note that the markup has to be escaped: @endTable -@subsubsection xrc_wxspinctrl wxSpinCtrl +@subsubsection xrc_wxspinbutton wxSpinButton @beginTable @hdr3col{property, type, description} @row3col{value, integer, - Initial value of the control (default: wxSP_DEFAULT_VALUE).} + Initial value of the control (default: 0).} @row3col{min, integer, - Minimum allowed value (default: wxSP_DEFAULT_MIN).} + Minimum allowed value (default: 0).} @row3col{max, integer, - Maximum allowed value (default: wxSP_DEFAULT_MAX).} + Maximum allowed value (default: 100).} @endTable +@subsubsection xrc_wxspinctrl wxSpinCtrl + +wxSpinCtrl supports the properties as @ref xrc_wxspinbutton. + + @subsubsection xrc_wxsplitterwindow wxSplitterWindow @beginTable