]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toplevel.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / gtk1 / toplevel.h
index 6b8cbcb13b8f56313df663eedf610996cdf94e08..d4464c2ec9f8d930880599b6335f18a6bf69c995 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -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();