How to Add wxSpinCtrlDouble Controls?

Post here wxCrafter related issues / features / bugs
User avatar
ColleenKobe
CodeLite Expert
Posts: 129
Joined: Wed Mar 30, 2016 4:31 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to Add wxSpinCtrlDouble Controls?

Post by ColleenKobe »

Hi! I'd like to have 20 fields on my wxCrafter page allowing the user to specify a floating-point number between 0.00 and 4.99.

I see there is a wxSpinCtrlDouble control in wxWidgets, but I don't see it in the wxCrafter controls list.

How can I add wxSpinCtrlDouble to my wxWidgets code, without accidentally overwriting the wxSpinCtrlDouble code the next time I have wxCrafter generate my code?

Thank you in advance!