Called by a column when its width changes. Pass along to parent.
(self)
| 468 | return len(self._tbl.tblGrid.gridCol_lst) |
| 469 | |
| 470 | def notify_width_changed(self): |
| 471 | """Called by a column when its width changes. Pass along to parent.""" |
| 472 | self._parent.notify_width_changed() |
| 473 | |
| 474 | |
| 475 | class _RowCollection(Subshape): |
nothing calls this directly
no test coverage detected