From 07c22580570ac6ce0ccb59fcabe2a0a26fb3e029 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 1 Oct 2008 19:57:40 +0000 Subject: [PATCH] wxSpinButton was missing in XRC spec, added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/xrc_format.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 0c258a5dba..7c43eb27c1 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -1282,7 +1282,7 @@ HTML markup. Note that the markup has to be escaped: @endTable -@subsubsection xrc_wxspinctrl wxSpinCtrl +@subsubsection xrc_wxspinbutton wxSpinButton @beginTable @hdr3col{property, type, description} @@ -1295,6 +1295,11 @@ HTML markup. Note that the markup has to be escaped: @endTable +@subsubsection xrc_wxspinctrl wxSpinCtrl + +wxSpinCtrl supports the properties as @ref xrc_wxspinbutton. + + @subsubsection xrc_wxsplitterwindow wxSplitterWindow @beginTable -- 2.45.2