]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
Implement GetSelectedHTML for the ie and gtk webkit backends and document.
[wxWidgets.git] / include / wx / x11 / app.h
index 02bea53fffc4340a6ed0da5b0fb8f37393b55b9a..3d669c5b86999bf13a60e2a6f0deea6090193928 100644 (file)
@@ -45,7 +45,6 @@ public:
 
     virtual void Exit();
 
-    virtual bool Yield(bool onlyIfNeeded = FALSE);
     virtual void WakeUpIdle();
 
     virtual bool OnInitGui();
@@ -56,10 +55,6 @@ public:
     // Processes an X event.
     virtual bool ProcessXEvent(WXEvent* event);
 
-#ifdef __WXDEBUG__
-    virtual void OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg);
-#endif // __WXDEBUG__
-
 public:
     // Implementation
     virtual bool Initialize(int& argc, wxChar **argv);