added support for allocation-creation method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1062,10 +1062,7 @@ WX_DECLARE_OBJARRAY_WITH_DECL(wxGridCellCoords, wxGridCellCoordsArray,
|
|||||||
class WXDLLIMPEXP_ADV wxGrid : public wxScrolledWindow
|
class WXDLLIMPEXP_ADV wxGrid : public wxScrolledWindow
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxGrid()
|
wxGrid() ;
|
||||||
{
|
|
||||||
Create();
|
|
||||||
}
|
|
||||||
|
|
||||||
wxGrid( wxWindow *parent,
|
wxGrid( wxWindow *parent,
|
||||||
wxWindowID id,
|
wxWindowID id,
|
||||||
@@ -1074,6 +1071,13 @@ public:
|
|||||||
long style = wxWANTS_CHARS,
|
long style = wxWANTS_CHARS,
|
||||||
const wxString& name = wxPanelNameStr );
|
const wxString& name = wxPanelNameStr );
|
||||||
|
|
||||||
|
bool Create( wxWindow *parent,
|
||||||
|
wxWindowID id,
|
||||||
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
|
const wxSize& size = wxDefaultSize,
|
||||||
|
long style = wxWANTS_CHARS,
|
||||||
|
const wxString& name = wxPanelNameStr );
|
||||||
|
|
||||||
virtual ~wxGrid();
|
virtual ~wxGrid();
|
||||||
|
|
||||||
enum wxGridSelectionModes {wxGridSelectCells,
|
enum wxGridSelectionModes {wxGridSelectCells,
|
||||||
|
Reference in New Issue
Block a user