From f2485d4fb521a3910bc3b7f29a94b2265a3f189c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 26 Jun 2010 08:01:14 +0000 Subject: [PATCH] Document that wxRearrange* controls exist since 2.9.0. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/rearrangectrl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/wx/rearrangectrl.h b/interface/wx/rearrangectrl.h index 4d5528251d..428ae29b59 100644 --- a/interface/wx/rearrangectrl.h +++ b/interface/wx/rearrangectrl.h @@ -42,6 +42,8 @@ is to use wxRearrangeCtrl which combines it with two standard buttons to move the current item up or down. + @since 2.9.0 + @library{wxcore} @category{ctrl} */ @@ -173,6 +175,8 @@ public: the "Up" and "Down" buttons to move the currently selected item up or down. It is used as the main part of a wxRearrangeDialog. + @since 2.9.0 + @library{wxcore} @category{ctrl} */ @@ -260,6 +264,8 @@ public: } @endcode + @since 2.9.0 + @library{wxcore} @category{cmndlg} */