char -> wxChar. (Vadim, you can probably just go ahead messing with
this file now) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
// global data
|
// global data
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
extern const char *wxFrameNameStr;
|
extern const wxChar *wxFrameNameStr;
|
||||||
extern wxWindowList wxTopLevelWindows;
|
extern wxWindowList wxTopLevelWindows;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
@@ -67,7 +67,7 @@ typedef void (*wxInsertChildFunction)( wxWindow*, wxWindow* );
|
|||||||
// global data
|
// global data
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
extern const char *wxPanelNameStr;
|
extern const wxChar *wxPanelNameStr;
|
||||||
extern const wxSize wxDefaultSize;
|
extern const wxSize wxDefaultSize;
|
||||||
extern const wxPoint wxDefaultPosition;
|
extern const wxPoint wxDefaultPosition;
|
||||||
|
|
||||||
@@ -434,7 +434,7 @@ public:
|
|||||||
virtual void ApplyWidgetStyle();
|
virtual void ApplyWidgetStyle();
|
||||||
|
|
||||||
#if wxUSE_TOOLTIPS
|
#if wxUSE_TOOLTIPS
|
||||||
virtual void ApplyToolTip( GtkTooltips *tips, const char *tip );
|
virtual void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
|
||||||
#endif // wxUSE_TOOLTIPS
|
#endif // wxUSE_TOOLTIPS
|
||||||
|
|
||||||
/* private member variables */
|
/* private member variables */
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
// global data
|
// global data
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
extern const char *wxFrameNameStr;
|
extern const wxChar *wxFrameNameStr;
|
||||||
extern wxWindowList wxTopLevelWindows;
|
extern wxWindowList wxTopLevelWindows;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
@@ -67,7 +67,7 @@ typedef void (*wxInsertChildFunction)( wxWindow*, wxWindow* );
|
|||||||
// global data
|
// global data
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
extern const char *wxPanelNameStr;
|
extern const wxChar *wxPanelNameStr;
|
||||||
extern const wxSize wxDefaultSize;
|
extern const wxSize wxDefaultSize;
|
||||||
extern const wxPoint wxDefaultPosition;
|
extern const wxPoint wxDefaultPosition;
|
||||||
|
|
||||||
@@ -434,7 +434,7 @@ public:
|
|||||||
virtual void ApplyWidgetStyle();
|
virtual void ApplyWidgetStyle();
|
||||||
|
|
||||||
#if wxUSE_TOOLTIPS
|
#if wxUSE_TOOLTIPS
|
||||||
virtual void ApplyToolTip( GtkTooltips *tips, const char *tip );
|
virtual void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
|
||||||
#endif // wxUSE_TOOLTIPS
|
#endif // wxUSE_TOOLTIPS
|
||||||
|
|
||||||
/* private member variables */
|
/* private member variables */
|
||||||
|
Reference in New Issue
Block a user