Search found 1 match

by sy6502
Sun Oct 18, 2015 7:45 pm
Forum: Component Writing
Topic: Multiple slider
Replies: 1
Views: 2453

Multiple slider

Hello, I am writing a new widget mslider (multiple slider). The widget is derived from wxPanel. In the panel there are four indipenedent draggable sliders (boxes). In the method "void mouseMoved(wxMouseEvent& event);" the widget is redrawn. I need to create a new event like EVT_SCROLL ...