projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added wxDbTable::SetOrderByColNums() function
[wxWidgets.git]
/
include
/
wx
/
gtk
/
app.h
diff --git
a/include/wx/gtk/app.h
b/include/wx/gtk/app.h
index 056c8c67297b1aca396cb60cf332bcae97b746a7..29ad141796c561d5e39cab55b4cfcd564cab571a 100644
(file)
--- a/
include/wx/gtk/app.h
+++ b/
include/wx/gtk/app.h
@@
-30,8
+30,6
@@
class wxLog;
class wxApp: public wxAppBase
{
class wxApp: public wxAppBase
{
-DECLARE_DYNAMIC_CLASS(wxApp)
-
public:
wxApp();
~wxApp();
public:
wxApp();
~wxApp();
@@
-61,9
+59,6
@@
public:
static void CleanUp();
bool ProcessIdle();
static void CleanUp();
bool ProcessIdle();
-#if wxUSE_THREADS
- void ProcessPendingEvents();
-#endif
void DeletePendingObjects();
// This can be used to suppress the generation of Idle events.
void DeletePendingObjects();
// This can be used to suppress the generation of Idle events.
@@
-82,7
+77,11
@@
private:
/// Set to TRUE while we are in wxYield().
bool m_suppressIdleEvents;
/// Set to TRUE while we are in wxYield().
bool m_suppressIdleEvents;
+private:
+ DECLARE_DYNAMIC_CLASS(wxApp)
DECLARE_EVENT_TABLE()
};
DECLARE_EVENT_TABLE()
};
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
#endif // __GTKAPPH__
#endif // __GTKAPPH__