Added missing costructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -352,6 +352,12 @@ public:
|
|||||||
: wxGenericGrid(parent, x, y, width, height, style, name)
|
: wxGenericGrid(parent, x, y, width, height, style, name)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
wxGrid(wxWindow *parent, wxWindowID id, const wxPoint& pos,
|
||||||
|
const wxSize& size, long style = 0, const wxString& name = "grid")
|
||||||
|
: wxGenericGrid(parent, id, pos, size, style, name)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class WXDLLEXPORT wxGridEvent : public wxCommandEvent
|
class WXDLLEXPORT wxGridEvent : public wxCommandEvent
|
||||||
|
Reference in New Issue
Block a user