Open 625781186 opened 3 years ago
I found class ScrollablePane has handler mouse event, https://github.com/prompt-toolkit/python-prompt-toolkit/blob/0b73123da5d27ff20178e22025a46f93f3f37687/prompt_toolkit/layout/scrollable_pane.py#L297
class ScrollablePane
But , I am run this exemple , mouse scroll event and mouse click event (click and drag scrollbar) not working. https://github.com/prompt-toolkit/python-prompt-toolkit/blob/0b73123da5d27ff20178e22025a46f93f3f37687/examples/full-screen/scrollable-panes/with-completion-menu.py#L75
mouse scroll event
mouse click event (click and drag scrollbar)
@jonathanslenders
https://github.com/migueldeicaza/gui.cs I think we can look at this project. @jonathanslenders
I found
class ScrollablePane
has handler mouse event, https://github.com/prompt-toolkit/python-prompt-toolkit/blob/0b73123da5d27ff20178e22025a46f93f3f37687/prompt_toolkit/layout/scrollable_pane.py#L297But , I am run this exemple ,
mouse scroll event
andmouse click event (click and drag scrollbar)
not working. https://github.com/prompt-toolkit/python-prompt-toolkit/blob/0b73123da5d27ff20178e22025a46f93f3f37687/examples/full-screen/scrollable-panes/with-completion-menu.py#L75