const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL | wxNO_BORDER,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL | wxNO_BORDER,
- Create(parent, id, pos, size, style, name);
+ Create(parent, winid, pos, size, style, name);
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL | wxNO_BORDER,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL | wxNO_BORDER,
- virtual bool IsCanvasWindow() { return TRUE; }
- virtual bool ProvidesBackground() { return TRUE; }
+ virtual bool IsCanvasWindow() const { return TRUE; }
+ virtual bool ProvidesBackground() const { return TRUE; }