]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tooltip.h
Finally fixed control scrolling
[wxWidgets.git] / include / wx / gtk / tooltip.h
index ad476e5ecb1419ee468a43dc77737cde1a3e6572..c2ed58bfe470aab1c2885305ebbf99a7e9a30967 100644 (file)
@@ -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;