From c3c8a2198db04c00063979a467add3bee4353e41 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 Jan 2018 17:35:34 +0100 Subject: [PATCH] Document the recently added wxSpinCtrlDouble XRC handler Update XRC reference documentation after adding a new handler too. --- docs/doxygen/overviews/xrc_format.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 7a1a25fe8e..abffacb471 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -1906,6 +1906,19 @@ wxWidgets 2.9.5, another one: @endTable +@subsubsection xrc_wxspinctrldouble wxSpinCtrlDouble + +wxSpinCtrlDouble supports the same properties as @ref xrc_wxspinbutton but @c +value, @c min and @a max are all of type float instead of int. There is one +additional property: +@beginTable +@row3col{inc, float, + The amount by which the number is changed by a single arrow press.} +@endTable + +This handler was added in wxWidgets 3.1.1. + + @subsubsection xrc_wxsplitterwindow wxSplitterWindow @beginTable