X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab2b3dd4a28041694104aa782fb0b4f91d410136..ec5d85fbd58bf6ef774e3d93b9e38d9f90b42d40:/include/wx/gtk1/window.h?ds=sidebyside diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 2a44e8d335..011e37e638 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 */ @@ -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;