simvx.ide.panels.scroll_mixin¶
Reusable scroll mixin for IDE panels with vertical scrolling.
Module Contents¶
Classes¶
Mixin providing scroll_y tracking, key handling, and row-at-y mapping. |
API¶
- class simvx.ide.panels.scroll_mixin.ScrollableMixin¶
Mixin providing scroll_y tracking, key handling, and row-at-y mapping.
Panels using this mixin should call
_handle_scroll(key, content_height, visible_height)from their_on_gui_inputand_row_at_y(py, content_top, row_height)for click mapping.