]> 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 fcc4ce9ef8d5bbf65c4bbbd3877bbcf6df0ad984..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