]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
added wxWindow::IsFrozen() (only existed in wxMSW and wxDFB before)
[wxWidgets.git] / include / wx / msw / toplevel.h
index cc6e9164660f68021fcced6654cf9bb180b3bc98..b7a4aee882702d479660584ad650747e77c9faa2 100644 (file)
@@ -55,6 +55,8 @@ public:
     virtual void SetIcon(const wxIcon& icon);
     virtual void SetIcons(const wxIconBundle& icons );
     virtual void Restore();
+    
+    virtual void SetLayoutDirection(wxLayoutDirection dir);
 
 #ifndef __WXWINCE__
     virtual bool SetShape(const wxRegion& region);
@@ -103,9 +105,6 @@ public:
     // choose the right parent to use with CreateWindow()
     virtual WXHWND MSWGetParent() const;
 
-    // return true if the message was preprocessed and shouldn't be dispatched
-    virtual bool MSWProcessMessage(WXMSG* pMsg);
-
     // window proc for the frames
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);