Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for jmb
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #292829 | Initial revision | — | 20 days ago |
Answer | — |
A: How can I interact with the target widget from a drop event You can get a `&ListBox` from a `&Widget` with `downcastref`: ```rust let listbox = target.widget().unwrap().downcastref::().unwrap(); ``` (more) |
— | 20 days ago |