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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -828,6 +828,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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,6 +12,9 @@
|
||||
#define _WX_REARRANGECTRL_H_
|
||||
|
||||
#include "wx/checklst.h"
|
||||
|
||||
#if wxUSE_REARRANGECTRL
|
||||
|
||||
#include "wx/panel.h"
|
||||
#include "wx/dialog.h"
|
||||
|
||||
@@ -224,5 +227,7 @@ private:
|
||||
DECLARE_NO_COPY_CLASS(wxRearrangeDialog)
|
||||
};
|
||||
|
||||
#endif // wxUSE_REARRANGECTRL
|
||||
|
||||
#endif // _WX_REARRANGECTRL_H_
|
||||
|
||||
|
@@ -823,6 +823,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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -826,6 +826,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