]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/app.h
Implement HasSelection for the OSX WebKit backend.
[wxWidgets.git] / include / wx / palmos / app.h
index 84d740ea64689da1f9f760bdb1ebdc9e17f7753c..d5429471642573ef021c82e399b556d7796e96e0 100644 (file)
@@ -51,8 +51,6 @@ public:
 protected:
     int    m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
 
-    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
-
 public:
     // Implementation
     static bool RegisterWindowClasses();
@@ -74,7 +72,7 @@ public:
 
 protected:
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxApp)
+    wxDECLARE_NO_COPY_CLASS(wxApp);
 };
 
 // ----------------------------------------------------------------------------
@@ -87,7 +85,7 @@ protected:
 
 extern WXDLLIMPEXP_CORE int wxEntry();
 
-#define IMPLEMENT_WXWIN_MAIN                                              \
+#define wxIMPLEMENT_WXWIN_MAIN                                            \
                                                                           \
     extern "C" {                                                          \
                                                                           \