return NULL;
}
+ virtual void* GetHandle() const = 0;
+
// query dimension, colour deps, resolution
virtual void DoGetSize(int *width, int *height) const = 0;
wxWindow *GetWindow() const
{ return m_pimpl->GetWindow(); }
+ void *GetHandle() const
+ { return m_pimpl->GetHandle(); }
+
bool IsOk() const
{ return m_pimpl && m_pimpl->IsOk(); }