MCPcopy Index your code
hub / github.com/rawpython/remi / on_dropped

Method on_dropped

editor/editor_widgets.py:530–533  ·  view source on GitHub ↗
(self, left, top)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

create_instanceMethod · 0.95

Tested by

no test coverage detected