It would be more useful to generate these events in all ports rather than none, so if anybody can implement them for wxGTK/wxOSX (and wxQt?), it would be great. For wxMSW just reverting the commit linked above should probably still work.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
Just commenting to endorse this. It may be a niche use case, but I would like to generate and handle wxEVT_SPIN_{UP,DOWN}
events with a wxSpinCtrl
.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
The best endorsement would be to try to implement this. Either you would succeed, or at least we would know that this can't be done (easily) and then we could think about making generic implementation available for people who absolutely need this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
Yes good point. I can attempt it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
Is the idea to be able to veto the event? This should be clarified, I think.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
Yes, I would like to veto the event. I want different handling for events that are triggered by clicking the arrows compared to events that are triggered by entering text in the box.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.