(self, left, top)
| 528 | self.build_widget_used_keys_list_from_tree(child) |
| 529 | |
| 530 | def on_dropped(self, left, top): |
| 531 | self.optional_style_dict['left'] = gui.to_pix(left) |
| 532 | self.optional_style_dict['top'] = gui.to_pix(top) |
| 533 | self.create_instance(None) |
| 534 | |
| 535 | def create_instance(self, widget): |
| 536 | """ Here the widget is allocated |
nothing calls this directly
no test coverage detected