]> git.saurik.com Git - wxWidgets.git/commitdiff
char -> wxChar. (Vadim, you can probably just go ahead messing with
authorOve Kaaven <ovek@arcticnet.no>
Wed, 14 Apr 1999 09:37:21 +0000 (09:37 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Wed, 14 Apr 1999 09:37:21 +0000 (09:37 +0000)
this file now)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/window.h
include/wx/gtk1/window.h

index 2a44e8d3352da9adc811c9e77b5be988ab9b6a73..a2025c9e98debb82388c14db1f2359db9e2bf710 100644 (file)
@@ -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 */
index 2a44e8d3352da9adc811c9e77b5be988ab9b6a73..a2025c9e98debb82388c14db1f2359db9e2bf710 100644 (file)
@@ -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 */