]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
Ensure that the progress dialog parent is activated at the end under MSW.
[wxWidgets.git] / include / wx / motif / app.h
index 94b695567d2430fd7c5344205eb682307e2b4556..f021442498ce5f8ad1dc15510bbf8154f19ac3a5 100644 (file)
@@ -38,7 +38,7 @@ class WXDLLIMPEXP_FWD_CORE wxPerDisplayData;
 
 WX_DECLARE_VOIDPTR_HASH_MAP( wxPerDisplayData*, wxPerDisplayDataMap );
 
-class WXDLLEXPORT wxApp : public wxAppBase
+class WXDLLIMPEXP_CORE wxApp : public wxAppBase
 {
     DECLARE_DYNAMIC_CLASS(wxApp)
 
@@ -53,11 +53,8 @@ public:
 
     virtual void Exit();
 
-    virtual bool Yield(bool onlyIfNeeded = false);
     virtual void WakeUpIdle(); // implemented in motif/evtloop.cpp
 
-    virtual bool OnInitGui();
-
     // implementation from now on
     // --------------------------