Lots more fixes for incorrect or missing interfaces items.
This commit is contained in:
@@ -84,8 +84,8 @@ public:
|
||||
|
||||
@since 3.1.0
|
||||
*/
|
||||
virtual wxSize GetBestHeight(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc,
|
||||
int row, int col, int width);
|
||||
virtual int GetBestHeight(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc,
|
||||
int row, int col, int width);
|
||||
|
||||
/**
|
||||
Get the preferred width of the cell at the given height.
|
||||
@@ -94,8 +94,8 @@ public:
|
||||
|
||||
@since 3.1.0
|
||||
*/
|
||||
virtual wxSize GetBestWidth(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc,
|
||||
int row, int col, int height);
|
||||
virtual int GetBestWidth(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc,
|
||||
int row, int col, int height);
|
||||
|
||||
protected:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user