X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a5f305a0f1cdd740d7ca299764755a62108fbda..ca282726be518ce2f214b890dbaafce736f14e36:/interface/wx/rearrangectrl.h diff --git a/interface/wx/rearrangectrl.h b/interface/wx/rearrangectrl.h index 4d5528251d..305fadcdb6 100644 --- a/interface/wx/rearrangectrl.h +++ b/interface/wx/rearrangectrl.h @@ -5,7 +5,7 @@ // Created: 2008-12-15 // RCS-ID: $Id$ // Copyright: (c) 2008 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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,10 +175,12 @@ 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} */ -class wxRearrangeCtrl +class wxRearrangeCtrl : public wxPanel { public: /** @@ -260,10 +264,12 @@ public: } @endcode + @since 2.9.0 + @library{wxcore} @category{cmndlg} */ -class wxRearrangeDialog +class wxRearrangeDialog : public wxDialog { public: /**