]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tooltip.h
add wxMBConvStrictUTF8 class implementing just UTF-8 conversion, without support...
[wxWidgets.git] / include / wx / gtk / tooltip.h
index ad476e5ecb1419ee468a43dc77737cde1a3e6572..add64f06bc64081f6755dc44d497f88ff1dcfde8 100644 (file)
@@ -18,8 +18,8 @@
 // forward declarations
 //-----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxToolTip;
-class WXDLLIMPEXP_CORE wxWindow;
+class WXDLLIMPEXP_FWD_CORE wxToolTip;
+class WXDLLIMPEXP_FWD_CORE wxWindow;
 
 //-----------------------------------------------------------------------------
 // wxToolTip
@@ -50,7 +50,7 @@ public:
     // this just sets the given tooltip for the specified widget
     //
     // tip must be already UTF-8 encoded
-    static void Apply(GtkWidget *w, const wxCharBuffer& tip);
+    static void Apply(GtkWidget *w, const gchar *tip);
 
 private:
     wxString     m_text;