class WXDLLIMPEXP_GL wxGLCanvas : public wxGLCanvasBase
{
public:
+ wxEXPLICIT // avoid implicitly converting a wxWindow* to wxGLCanvas
wxGLCanvas(wxWindow *parent,
wxWindowID id = wxID_ANY,
const int *attribList = NULL,
// HDC for this window, we keep it all the time
HDC m_hDC;
+ void wxGLCanvas::DestroyWindowPFD(wxWindow *parent);
+
private:
DECLARE_EVENT_TABLE()
DECLARE_CLASS(wxGLCanvas)
};
#endif // _WX_GLCANVAS_H_
-