]> git.saurik.com Git - wxWidgets.git/commitdiff
put wxUSE_DATAVIEWCTRL in alphabetical order
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Apr 2006 00:58:44 +0000 (00:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Apr 2006 00:58:44 +0000 (00:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/setup_inc.h

index f278c73c218af7ba8c2dea8b8250cd6110a5e805..9cb0138ad96d3aa367a48fca38023e79a26b8c6b 100644 (file)
 #define wxUSE_CHECKLISTBOX 1    // wxCheckListBox (requires wxUSE_OWNER_DRAWN)
 #define wxUSE_CHOICE       1    // wxChoice
 #define wxUSE_COMBOBOX     1    // wxComboBox
+#define wxUSE_DATAVIEWCTRL 1    // wxDataViewCtrl
 #define wxUSE_DATEPICKCTRL 1    // wxDatePickerCtrl
 #define wxUSE_GAUGE        1    // wxGauge
 #define wxUSE_LISTBOX      1    // wxListBox
 #define wxUSE_TEXTCTRL     1    // wxTextCtrl
 #define wxUSE_TOGGLEBTN    1    // requires wxButton
 #define wxUSE_TREECTRL     1    // wxTreeCtrl
-#define wxUSE_DATAVIEWCTRL 1    // wxDataViewCtrl
 
 // Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
 // below either wxStatusBar95 or a generic wxStatusBar will be used.