X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d8d3cc5a1ae14397d1549bd5ad6323e47b3a696..e94f3031736c1a23eba37892b4076893b1f6e416:/interface/wx/grid.h diff --git a/interface/wx/grid.h b/interface/wx/grid.h index e7b9e566ef..18c22a4160 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -228,7 +228,7 @@ public: Number of digits after the decimal dot. @param format The format used to display the string, must be a combination of - wxGridCellFloatFormat enum elements. This parameter is only + ::wxGridCellFloatFormat enum elements. This parameter is only available since wxWidgets 2.9.3. */ wxGridCellFloatRenderer(int width = -1, int precision = -1, @@ -237,7 +237,7 @@ public: /** Returns the specifier used to format the data to string. - The returned value is a combination of wxGridCellFloatFormat elements. + The returned value is a combination of ::wxGridCellFloatFormat elements. @since 2.9.3 */ @@ -257,7 +257,7 @@ public: Set the format to use for display the number. @param format - Must be a combination of wxGridCellFloatFormat enum elements. + Must be a combination of ::wxGridCellFloatFormat enum elements. @since 2.9.3 */ @@ -265,7 +265,7 @@ public: /** The parameters string format is "width[,precision[,format]]" where - @c format should be choosen beween f|e|g|E|G (f is used by default) + @c format should be chosen between f|e|g|E|G (f is used by default) */ virtual void SetParameters(const wxString& params); @@ -648,7 +648,7 @@ public: Number of digits after the decimal dot. @param format The format to use for displaying the number, a combination of - wxGridCellFloatFormat enum elements. This parameter is only + ::wxGridCellFloatFormat enum elements. This parameter is only available since wxWidgets 2.9.3. */ wxGridCellFloatEditor(int width = -1, int precision = -1, @@ -656,7 +656,7 @@ public: /** The parameters string format is "width[,precision[,format]]" where - @c format should be choosen beween f|e|g|E|G (f is used by default) + @c format should be chosen between f|e|g|E|G (f is used by default) */ virtual void SetParameters(const wxString& params); }; @@ -1457,6 +1457,9 @@ public: /** Delete rows from the table. + Notice that currently deleting a row intersecting a multi-cell (see + SetCellSize()) is not supported and will result in a crash. + @param pos The first row to delete. @param numRows