---------------------------------------------------------------------------
| 64 | } |
| 65 | //--------------------------------------------------------------------------- |
| 66 | void TStringGridLivingColumns::SaveColumnKoeff(void) |
| 67 | { |
| 68 | oldClientWidth = SG->ClientWidth; |
| 69 | |
| 70 | int AllColWidth = GetAllColumnsWidth(); |
| 71 | for(int i=0, c=SG->ColCount; i<c; i++) |
| 72 | ColumnKoeff[i] = (double)SG->ColWidths[i] / (double)AllColWidth; |
| 73 | } |
| 74 | //--------------------------------------------------------------------------- |
| 75 | void TStringGridLivingColumns::ResizeColumnWidth(void) |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected