git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34190
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
rect.SetX( 1 );
rect.SetY( GetRowTop(row) + 1 );
rect.SetWidth( m_rowLabelWidth - 2 );
rect.SetX( 1 );
rect.SetY( GetRowTop(row) + 1 );
rect.SetWidth( m_rowLabelWidth - 2 );
int colLeft = GetColLeft(col);
wxRect rect;
int colLeft = GetColLeft(col);
wxRect rect;
rect.SetX( colLeft + 1 );
rect.SetY( 1 );
rect.SetWidth( GetColWidth(col) - 2 );
rect.SetX( colLeft + 1 );
rect.SetY( 1 );
rect.SetWidth( GetColWidth(col) - 2 );