+ wxWindow *GetWindow() const { return m_window; }
+ bool IsOk() const { return m_window != NULL; }
+
+
+ // 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);
+
+private: