@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,
@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).}
@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