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

Method on_pane_selection

examples/resizable_panes.py:194–199  ·  view source on GitHub ↗
(self, emitter)

Source from the content-addressed store, hash-verified

192 self.on_pane_selection(pane)
193
194 def on_pane_selection(self, emitter):
195 print('on pane selection')
196 self.resizeHelper.setup(emitter,self)
197 self.dragHelper.setup(emitter,self)
198 self.resizeHelper.update_position()
199 self.dragHelper.update_position()
200
201 def on_helper_dragged_update_the_latter_pos(self, emitter, widget_to_update):
202 widget_to_update.update_position()

Callers 1

add_paneMethod · 0.95

Calls 2

setupMethod · 0.45
update_positionMethod · 0.45

Tested by

no test coverage detected