projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make the main message of wxGenericMessageDialog stand out.
[wxWidgets.git]
/
include
/
wx
/
palmos
/
evtloop.h
diff --git
a/include/wx/palmos/evtloop.h
b/include/wx/palmos/evtloop.h
index fcc4ce9ef8d5bbf65c4bbbd3877bbcf6df0ad984..07dc85073357ed1b6e5caef7c0fde7156162407c 100644
(file)
--- a/
include/wx/palmos/evtloop.h
+++ b/
include/wx/palmos/evtloop.h
@@
-16,7
+16,7
@@
// wxEventLoop
// ----------------------------------------------------------------------------
// wxEventLoop
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxGUIEventLoop : public wxEventLoopBase
+class WXDLL
IMPEXP_CORE
wxGUIEventLoop : public wxEventLoopBase
{
public:
wxGUIEventLoop();
{
public:
wxGUIEventLoop();
@@
-26,7
+26,9
@@
public:
virtual void Exit(int rc = 0);
virtual bool Pending() const;
virtual bool Dispatch();
virtual void Exit(int rc = 0);
virtual bool Pending() const;
virtual bool Dispatch();
+ virtual int DispatchTimeout(unsigned long timeout);
virtual bool IsRunning() const;
virtual bool IsRunning() const;
+ virtual bool YieldFor(long eventsToProcess);
// MSW-specific methods
// --------------------
// MSW-specific methods
// --------------------