void SetPrintMode( int WXUNUSED(mode) ) {}
int GetPrintMode() const { return wxPRINT_POSTSCRIPT; }
+#if wxUSE_LOG
/* override this function to create default log target of arbitrary
* user-defined classv (default implementation creates a wxLogGui object) */
virtual wxLog *CreateLogTarget();
+#endif // wxUSE_LOG
// implementation
wxWindow *m_topWindow;
gint m_idleTag;
+#if wxUSE_THREADS
+ gint m_wakeUpTimerTag;
+#endif
unsigned char *m_colorCube;
int argc;