void SetTextValue(const wxString& str);
wxFont& GetFont();
void SetFont(wxFont& f);
- wxColour& GetTextColour();
+ wxColour GetTextColour();
void SetTextColour(const wxColour& colour);
- wxColour& GetBackgroundColour();
+ wxColour GetBackgroundColour();
void SetBackgroundColour(const wxColour& colour);
wxBrush& GetBackgroundBrush();
int GetAlignment();
wxGridCell* GetCell(int row, int col);
int GetCellAlignment(int row, int col);
%name(GetDefCellAlignment)int GetCellAlignment();
- wxColour& GetCellBackgroundColour(int row, int col);
+ wxColour GetCellBackgroundColour(int row, int col);
%name(GetDefCellBackgroundColour) wxColour& GetCellBackgroundColour();
//wxGridCell *** GetCells();
return rows;
}
}
- wxColour& GetCellTextColour(int row, int col);
+ wxColour GetCellTextColour(int row, int col);
%name(GetDefCellTextColour)wxColour& GetCellTextColour();
wxFont& GetCellTextFont(int row, int col);
%name(GetDefCellTextFont)wxFont& GetCellTextFont();
bool GetEditable();
wxScrollBar * GetHorizScrollBar();
int GetLabelAlignment(int orientation);
- wxColour& GetLabelBackgroundColour();
+ wxColour GetLabelBackgroundColour();
int GetLabelSize(int orientation);
- wxColour& GetLabelTextColour();
+ wxColour GetLabelTextColour();
wxFont& GetLabelTextFont();
wxString& GetLabelValue(int orientation, int pos);
int GetRowHeight(int row);