X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ae52ef8ccb0b94c16e8e13a59a7c59cb8dce065..d3f3e7f11d154aedd87a3155dfe28d4211ffa0b5:/docs/doxygen/overviews/xrc_format.h?ds=inline diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 1a93ebafa2..eb9f73e49b 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -607,7 +607,7 @@ Example: @endcode -@subsubsection xrc_wxtogglebuttton wxBitmapToggleButton +@subsubsection xrc_wxbitmaptogglebutton wxBitmapToggleButton @beginTable @hdr3col{property, type, description} @@ -1462,7 +1462,7 @@ HTML markup. Note that the markup has to be escaped: @row3col{max, integer, Maximum allowed value (default: 100).} @row3col{pagesize, integer, - Line size; number of steps the slider moves when the user moves + Page size; number of steps the slider moves when the user moves pages up or down (default: unset).} @row3col{linesize, integer, Line size; number of steps the slider moves when the user moves it @@ -1495,7 +1495,12 @@ HTML markup. Note that the markup has to be escaped: @subsubsection xrc_wxspinctrl wxSpinCtrl -wxSpinCtrl supports the properties as @ref xrc_wxspinbutton. +wxSpinCtrl supports the same properties as @ref xrc_wxspinbutton and, since +wxWidgets 2.9.5, another one: +@beginTable +@row3col{base, integer, + Numeric base, currently can be only 10 or 16 (default: 10).} +@endTable @subsubsection xrc_wxsplitterwindow wxSplitterWindow @@ -1594,7 +1599,7 @@ No additional properties. No additional properties. -@subsubsection xrc_wxtogglebuttton wxToggleButton +@subsubsection xrc_wxtogglebutton wxToggleButton @beginTable @hdr3col{property, type, description}