From: Ove Kaaven Date: Wed, 14 Apr 1999 09:37:21 +0000 (+0000) Subject: char -> wxChar. (Vadim, you can probably just go ahead messing with X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/74ce55e92cf518d9fc976a2bda9c9509980855ff?ds=inline 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 --- diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index 2a44e8d335..a2025c9e98 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -29,7 +29,7 @@ // global data //----------------------------------------------------------------------------- -extern const char *wxFrameNameStr; +extern const wxChar *wxFrameNameStr; extern wxWindowList wxTopLevelWindows; //----------------------------------------------------------------------------- @@ -67,7 +67,7 @@ typedef void (*wxInsertChildFunction)( wxWindow*, wxWindow* ); // global data //----------------------------------------------------------------------------- -extern const char *wxPanelNameStr; +extern const wxChar *wxPanelNameStr; extern const wxSize wxDefaultSize; extern const wxPoint wxDefaultPosition; @@ -434,7 +434,7 @@ public: virtual void ApplyWidgetStyle(); #if wxUSE_TOOLTIPS - virtual void ApplyToolTip( GtkTooltips *tips, const char *tip ); + virtual void ApplyToolTip( GtkTooltips *tips, const wxChar *tip ); #endif // wxUSE_TOOLTIPS /* private member variables */ diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 2a44e8d335..a2025c9e98 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -29,7 +29,7 @@ // global data //----------------------------------------------------------------------------- -extern const char *wxFrameNameStr; +extern const wxChar *wxFrameNameStr; extern wxWindowList wxTopLevelWindows; //----------------------------------------------------------------------------- @@ -67,7 +67,7 @@ typedef void (*wxInsertChildFunction)( wxWindow*, wxWindow* ); // global data //----------------------------------------------------------------------------- -extern const char *wxPanelNameStr; +extern const wxChar *wxPanelNameStr; extern const wxSize wxDefaultSize; extern const wxPoint wxDefaultPosition; @@ -434,7 +434,7 @@ public: virtual void ApplyWidgetStyle(); #if wxUSE_TOOLTIPS - virtual void ApplyToolTip( GtkTooltips *tips, const char *tip ); + virtual void ApplyToolTip( GtkTooltips *tips, const wxChar *tip ); #endif // wxUSE_TOOLTIPS /* private member variables */