def _on_configure_pane(self, sash_index): x, y = Tk_PanedWindow.sash_coord(self, sash_index) self._handle_list[sash_index].place(x=x)
def _on_configure_pane(self, sash_index): x,y = Tk_PanedWindow.sash_coord(self, sash_index) self._handle_list[sash_index].place(x=x)
def _update_position_all_handles(self): for sash_index, handle in enumerate(self._handle_list): x, y = Tk_PanedWindow.sash_coord(self, sash_index) handle.place(x=x)
def _update_position_all_handles(self): for sash_index, handle in enumerate(self._handle_list): x,y = Tk_PanedWindow.sash_coord(self, sash_index) handle.place(x=x)