wxChar -> char
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
980807d107
commit
6403484578
@ -14,7 +14,7 @@
|
||||
|
||||
#include "wx/button.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxButtonNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxButtonNameStr[];
|
||||
|
||||
#define wxDEFAULT_BUTTON_MARGIN 4
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "wx/control.h"
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxButtonNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxButtonNameStr[];
|
||||
|
||||
// Pushbutton
|
||||
class WXDLLEXPORT wxButton: public wxButtonBase
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "wx/dynarray.h"
|
||||
#include "wx/arrstr.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxChoiceNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxChoiceNameStr[];
|
||||
|
||||
WX_DEFINE_ARRAY( char * , wxChoiceDataArray ) ;
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "wx/containr.h"
|
||||
#include "wx/choice.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxComboBoxNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxComboBoxNameStr[];
|
||||
|
||||
// forward declaration of private implementation classes
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "wx/panel.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxDialogNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxDialogNameStr[];
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxMacToolTip ;
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "wx/accel.h"
|
||||
#include "wx/icon.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxToolBarNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxToolBarNameStr[];
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxMenuBar;
|
||||
class WXDLLIMPEXP_FWD_CORE wxStatusBar;
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "wx/control.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxGaugeNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxGaugeNameStr[];
|
||||
|
||||
// Group box
|
||||
class WXDLLEXPORT wxGauge: public wxGaugeBase
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "wx/frame.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxStatusLineNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxStatusLineNameStr[];
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxMDIClientWindow;
|
||||
class WXDLLIMPEXP_FWD_CORE wxMDIChildFrame;
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "wx/slider.h"
|
||||
#include "wx/stattext.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxSliderNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxSliderNameStr[];
|
||||
|
||||
// Slider
|
||||
class WXDLLEXPORT wxSlider: public wxSliderBase
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "wx/control.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxStaticBoxNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxStaticBoxNameStr[];
|
||||
|
||||
// Group box
|
||||
class WXDLLEXPORT wxStaticBox: public wxControl
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "wx/tbarbase.h"
|
||||
#include "wx/dynarray.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar) wxToolBarNameStr[];
|
||||
WXDLLEXPORT_DATA(extern const char) wxToolBarNameStr[];
|
||||
|
||||
class WXDLLEXPORT wxToolBar: public wxToolBarBase
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user