]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
combobox buglet when inserting item
[wxWidgets.git] / include / wx / gtk1 / window.h
index 2a44e8d3352da9adc811c9e77b5be988ab9b6a73..011e37e63850728991324e0250a7e5a07b3e10c3 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 */
@@ -452,7 +452,7 @@ public:
     wxDropTarget        *m_dropTarget;
 #endif
     wxWindowID           m_windowId;
-    wxCursor            *m_cursor;
+    wxCursor             m_cursor;
     wxFont               m_font;
     wxColour             m_backgroundColour;
     wxColour             m_foregroundColour;