-
- // this forwards back to wxWindow::GTKApplyToolTip()
- void GTKApply( wxWindow *win );
-
- // this just sets the given tooltip for the specified widget
- // tip must be UTF-8 encoded
- static void GTKApply(GtkWidget *w, const gchar *tip);
+ // Implementation
+ void GTKSetWindow(wxWindow* win);
+ static void GTKApply(GtkWidget* widget, const char* tip);