- void SetPrintMode(int WXUNUSED(mode) ) {};
- int GetPrintMode() const { return wxPRINT_POSTSCRIPT; };
-
- // override this function to create default log target of arbitrary
- // user-defined classv (default implementation creates a wxLogGui object)
- virtual wxLog *CreateLogTarget();
-
- // GTK implementation
-
- static void CommonInit();
- static void CommonCleanUp();
-
- bool ProcessIdle();
- void DeletePendingObjects();
-
- bool m_initialized;
- bool m_exitOnFrameDelete;
- bool m_wantDebugOutput;
- wxWindow *m_topWindow;
-
- gint m_idleTag;