]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
hacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh...
[wxWidgets.git] / include / wx / gtk / toplevel.h
index e95ee0f11c50ece2f0d55a0e55e9c6a1f4473593..a701afc13e2f6a27564cdfcb2257503d17efd16b 100644 (file)
@@ -20,7 +20,7 @@
 // wxTopLevelWindowGTK
 //-----------------------------------------------------------------------------
 
-class wxTopLevelWindowGTK : public wxTopLevelWindowBase
+class WXDLLIMPEXP_CORE wxTopLevelWindowGTK : public wxTopLevelWindowBase
 {
 public:
     // construction
@@ -62,8 +62,16 @@ 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);
 
+    virtual void Raise();
+
+    virtual bool IsActive();
+
     virtual void SetTitle( const wxString &title );
     virtual wxString GetTitle() const { return m_title; }
 
@@ -80,9 +88,6 @@ public:
     // from both DoSetSize() and DoSetClientSize()
     virtual void DoMoveWindow(int x, int y, int width, int height);
 
-    // set the icon for this window
-    void DoSetIcon( const wxIcon& icon );
-
     // GTK callbacks
     virtual void GtkOnSize( int x, int y, int width, int height );
     virtual void OnInternalIdle();