From: Václav Slavík Date: Sat, 26 Jun 2010 08:01:14 +0000 (+0000) Subject: Document that wxRearrange* controls exist since 2.9.0. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f2485d4fb521a3910bc3b7f29a94b2265a3f189c 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 --- 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} */