-
- // wxGTK-only from now on
-
- // this forwards back to wxWindow::ApplyToolTip()
- void Apply( wxWindow *win );
-
- // 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);
+ // Implementation
+ void GTKSetWindow(wxWindow* win);
+ static void GTKApply(GtkWidget* widget, const char* tip);