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:
Stefan Csomor
2003-08-21 06:27:11 +00:00
parent 15aad3b938
commit 986a98c6e9

View File

@@ -1062,10 +1062,7 @@ WX_DECLARE_OBJARRAY_WITH_DECL(wxGridCellCoords, wxGridCellCoordsArray,
class WXDLLIMPEXP_ADV wxGrid : public wxScrolledWindow
{
public:
wxGrid()
{
Create();
}
wxGrid() ;
wxGrid( wxWindow *parent,
wxWindowID id,
@@ -1074,6 +1071,13 @@ public:
long style = wxWANTS_CHARS,
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();
enum wxGridSelectionModes {wxGridSelectCells,