]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/toplevel.h
Get/SetTitle only for wxTopLevelWindow (wxMGL part).
[wxWidgets.git] / include / wx / univ / toplevel.h
index e0fb181d12495897d9bf84965ea495f415dbd455..7193a7c5e874187bc56ab47433cb993f8ebb154c 100644 (file)
 #ifndef __WX_UNIV_TOPLEVEL_H__
 #define __WX_UNIV_TOPLEVEL_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "univtoplevel.h"
-#endif
-
 #include "wx/univ/inpcons.h"
 #include "wx/univ/inphand.h"
 #include "wx/icon.h"
@@ -143,8 +139,6 @@ public:
     virtual int GetMinWidth() const;
     virtual int GetMinHeight() const;
 
-    virtual bool ProvidesBackground() const { return true; }
-    
 protected:
     // handle titlebar button click event
     virtual void ClickTitleBarButton(long button);