SF patch [ 718899 ] wxGrid - output parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1033,7 +1033,7 @@ public:
|
|||||||
wxColour GetBackgroundColour() const;
|
wxColour GetBackgroundColour() const;
|
||||||
wxFont GetFont() const;
|
wxFont GetFont() const;
|
||||||
void GetAlignment(int *OUTPUT, int *OUTPUT) const;
|
void GetAlignment(int *OUTPUT, int *OUTPUT) const;
|
||||||
void GetSize(int *num_rows, int *num_cols) const;
|
void GetSize(int *OUTPUT, int *OUTPUT) const;
|
||||||
bool GetOverflow() const;
|
bool GetOverflow() const;
|
||||||
wxGridCellRenderer *GetRenderer(wxGrid* grid, int row, int col) const;
|
wxGridCellRenderer *GetRenderer(wxGrid* grid, int row, int col) const;
|
||||||
wxGridCellEditor *GetEditor(wxGrid* grid, int row, int col) const;
|
wxGridCellEditor *GetEditor(wxGrid* grid, int row, int col) const;
|
||||||
@@ -1715,8 +1715,8 @@ public:
|
|||||||
wxColour GetCellTextColour( int row, int col );
|
wxColour GetCellTextColour( int row, int col );
|
||||||
wxFont GetDefaultCellFont();
|
wxFont GetDefaultCellFont();
|
||||||
wxFont GetCellFont( int row, int col );
|
wxFont GetCellFont( int row, int col );
|
||||||
void GetDefaultCellAlignment( int *horiz, int *vert );
|
void GetDefaultCellAlignment( int *OUTPUT, int *OUTPUT );
|
||||||
void GetCellAlignment( int row, int col, int *horiz, int *vert );
|
void GetCellAlignment( int row, int col, int *OUTPUT, int *OUTPUT );
|
||||||
bool GetDefaultCellOverflow();
|
bool GetDefaultCellOverflow();
|
||||||
bool GetCellOverflow( int row, int col );
|
bool GetCellOverflow( int row, int col );
|
||||||
void GetCellSize( int row, int col, int *OUTPUT, int *OUTPUT );
|
void GetCellSize( int row, int col, int *OUTPUT, int *OUTPUT );
|
||||||
|
Reference in New Issue
Block a user