]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/evtloop.h
Move model notification code of tree store from the store to the control, implement...
[wxWidgets.git] / include / wx / palmos / evtloop.h
index 8473fb38c19357474cc5f7ae7260a20cebb79cf0..36341946e8ab356be34ddcfbcbda78bea77f46d0 100644 (file)
@@ -16,7 +16,7 @@
 // wxEventLoop
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopBase
+class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopBase
 {
 public:
     wxGUIEventLoop();
@@ -26,6 +26,7 @@ public:
     virtual void Exit(int rc = 0);
     virtual bool Pending() const;
     virtual bool Dispatch();
+    virtual int DispatchTimeout(unsigned long timeout);
     virtual bool IsRunning() const;
 
     // MSW-specific methods
@@ -37,6 +38,7 @@ public:
 
     // process a single message
     virtual void ProcessMessage(WXMSG *msg);
+    virtual void WakeUp();
 
 protected:
     // should we exit the loop?