- virtual wxIcon GetStdIcon(int which) const;
-
- // implementation only from now on
- void OnIdle(wxIdleEvent &event);
- bool SendIdleEvents();
- bool SendIdleEvents(wxWindow* win);
-
- static bool Initialize();
- static void CleanUp();
-
- bool ProcessIdle();
- void DeletePendingObjects();
+ virtual wxVideoMode GetDisplayMode() const { return m_displayMode; }
+ virtual bool SetDisplayMode(const wxVideoMode& mode);