]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
Support for G_FILENAME_ENCODING=@locale
[wxWidgets.git] / include / wx / gtk / toplevel.h
index e95ee0f11c50ece2f0d55a0e55e9c6a1f4473593..d4464c2ec9f8d930880599b6335f18a6bf69c995 100644 (file)
@@ -64,6 +64,10 @@ public:
 
     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 +84,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();