]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toplevel.h
don't pass NULL pointer to printf(), this crashes Solaris printf
[wxWidgets.git] / include / wx / gtk1 / toplevel.h
index a36b2846daa554186ff15102b3075c3b76ccb23a..a701afc13e2f6a27564cdfcb2257503d17efd16b 100644 (file)
@@ -20,7 +20,7 @@
 // wxTopLevelWindowGTK
 //-----------------------------------------------------------------------------
 
-class wxTopLevelWindowGTK : public wxTopLevelWindowBase
+class WXDLLIMPEXP_CORE wxTopLevelWindowGTK : public wxTopLevelWindowBase
 {
 public:
     // construction
@@ -62,7 +62,9 @@ public:
 
     virtual bool SetShape(const wxRegion& region);
 
+#if wxABI_VERSION >= 20602
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
+#endif
 
     virtual bool Show(bool show = TRUE);