const wxPoint& pos, const wxSize& size, long style, const wxString& name);
void SetCurrent();
+ #ifdef __WXUNIVERSAL__
+ virtual bool SetCurrent(bool doit = true){ return wxWindow::SetCurrent(doit); };
+ #endif
+
void SetColour(const wxChar *colour);
void SwapBuffers();