Removed ^M chars again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -422,6 +422,7 @@ public:
|
|||||||
// ------ display update functions
|
// ------ display update functions
|
||||||
//
|
//
|
||||||
void CalcRowLabelsExposed( wxRegion& reg );
|
void CalcRowLabelsExposed( wxRegion& reg );
|
||||||
|
|
||||||
void CalcColLabelsExposed( wxRegion& reg );
|
void CalcColLabelsExposed( wxRegion& reg );
|
||||||
void CalcCellsExposed( wxRegion& reg );
|
void CalcCellsExposed( wxRegion& reg );
|
||||||
|
|
||||||
@@ -455,6 +456,7 @@ public:
|
|||||||
|
|
||||||
void DrawRowLabels( wxDC& dc );
|
void DrawRowLabels( wxDC& dc );
|
||||||
void DrawRowLabel( wxDC& dc, int row );
|
void DrawRowLabel( wxDC& dc, int row );
|
||||||
|
|
||||||
void DrawColLabels( wxDC& dc );
|
void DrawColLabels( wxDC& dc );
|
||||||
void DrawColLabel( wxDC& dc, int col );
|
void DrawColLabel( wxDC& dc, int col );
|
||||||
|
|
||||||
@@ -598,10 +600,12 @@ public:
|
|||||||
void SetDefaultRowSize( int height, bool resizeExistingRows = FALSE );
|
void SetDefaultRowSize( int height, bool resizeExistingRows = FALSE );
|
||||||
void SetRowSize( int row, int height );
|
void SetRowSize( int row, int height );
|
||||||
void SetDefaultColSize( int width, bool resizeExistingCols = FALSE );
|
void SetDefaultColSize( int width, bool resizeExistingCols = FALSE );
|
||||||
|
|
||||||
void SetColSize( int col, int width );
|
void SetColSize( int col, int width );
|
||||||
void SetDefaultCellBackgroundColour( const wxColour& );
|
void SetDefaultCellBackgroundColour( const wxColour& );
|
||||||
void SetCellBackgroundColour( int row, int col, const wxColour& );
|
void SetCellBackgroundColour( int row, int col, const wxColour& );
|
||||||
void SetDefaultCellTextColour( const wxColour& );
|
void SetDefaultCellTextColour( const wxColour& );
|
||||||
|
|
||||||
void SetCellTextColour( int row, int col, const wxColour& );
|
void SetCellTextColour( int row, int col, const wxColour& );
|
||||||
void SetDefaultCellFont( const wxFont& );
|
void SetDefaultCellFont( const wxFont& );
|
||||||
void SetCellFont( int row, int col, const wxFont& );
|
void SetCellFont( int row, int col, const wxFont& );
|
||||||
@@ -827,6 +831,7 @@ public:
|
|||||||
bool GetEditable() { return IsEditable(); }
|
bool GetEditable() { return IsEditable(); }
|
||||||
void SetEditable( bool edit = TRUE ) { EnableEditing( edit ); }
|
void SetEditable( bool edit = TRUE ) { EnableEditing( edit ); }
|
||||||
bool GetEditInPlace() { return IsCellEditControlEnabled(); }
|
bool GetEditInPlace() { return IsCellEditControlEnabled(); }
|
||||||
|
|
||||||
void SetEditInPlace(bool edit = TRUE) { }
|
void SetEditInPlace(bool edit = TRUE) { }
|
||||||
|
|
||||||
void SetCellAlignment( int align, int row, int col)
|
void SetCellAlignment( int align, int row, int col)
|
||||||
@@ -1142,3 +1147,4 @@ const wxEventType EVT_GRID_CHANGE_SEL_LABEL = wxEVT_FIRST + 1578;
|
|||||||
#endif // #ifndef __WXGRID_H__
|
#endif // #ifndef __WXGRID_H__
|
||||||
|
|
||||||
#endif // ifndef wxUSE_NEW_GRID
|
#endif // ifndef wxUSE_NEW_GRID
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user