added wxUSE_REARRANGECTRL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -827,6 +827,15 @@
|
||||
// Recommended setting: 1 but can be safely set to 0
|
||||
#define wxUSE_BITMAPCOMBOBOX 1
|
||||
|
||||
// wxRearrangeCtrl is a wxCheckListBox with two buttons allowing to move items
|
||||
// up and down in it. It is also used as part of wxRearrangeDialog.
|
||||
//
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 1 but can be safely set to 0 (currently used only by
|
||||
// wxHeaderCtrl)
|
||||
#define wxUSE_REARRANGECTRL 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Miscellaneous GUI stuff
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user