prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 717 forks source link

[Question] scrollable-panes example whether mouse events are supported ? #1470

Open 625781186 opened 2 years ago

625781186 commented 2 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

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

625781186 commented 2 years ago

@jonathanslenders

625781186 commented 2 years ago

https://github.com/migueldeicaza/gui.cs I think we can look at this project. @jonathanslenders jdfw1