Update *all* the variables that are part of the solver this LayoutBox is created with
(self)
| 283 | self.width.value(), self.height.value()) |
| 284 | |
| 285 | def update_variables(self): |
| 286 | ''' |
| 287 | Update *all* the variables that are part of the solver this LayoutBox |
| 288 | is created with |
| 289 | ''' |
| 290 | self.solver.updateVariables() |
| 291 | |
| 292 | def edit_height(self, height, strength='strong'): |
| 293 | ''' |
no outgoing calls
no test coverage detected