- virtual wxIcon GetStdIcon(int which) const {return wxNullIcon;}
-
- // implementation only from now on
- void OnIdle( wxIdleEvent &event ) {}
- bool SendIdleEvents() {return 0;}
- bool SendIdleEvents( wxWindow* win ) {return 0;}
-
- static bool Initialize() {return 0;}
- static bool InitialzeVisual() {return 0;}
- static void CleanUp() {}
-
- bool ProcessIdle() {return 0;}
- void DeletePendingObjects() {}
-
- // This can be used to suppress the generation of Idle events.
- void SuppressIdleEvents(bool arg = TRUE) { m_suppressIdleEvents = arg; }
- bool GetSuppressIdleEvents() const { return m_suppressIdleEvents; }
-
-#if 0 //FIXME MGL
- bool m_initialized;
-
- gint m_idleTag;
-#if wxUSE_THREADS
- gint m_wakeUpTimerTag;
-#endif
- unsigned char *m_colorCube;
-#endif
-
-private:
- /// Set to TRUE while we are in wxYield().
- bool m_suppressIdleEvents;
+ virtual wxVideoMode GetDisplayMode() const { return m_displayMode; }
+ virtual bool SetDisplayMode(const wxVideoMode& mode);