SpinCtrl editor's 'value change by mouse motion' feature is made optional, enabled via 'MotionSpin' attribute. Also, for now only enabled on MSW (mouse capture etc. inconsistent on native wxGTK spinbutton?).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -128,6 +128,11 @@
|
||||
*/
|
||||
#define wxPG_ATTR_SPINCTRL_WRAP wxS("Wrap")
|
||||
|
||||
/** SpinCtrl editor, bool. If @true, value can also by changed by moving
|
||||
mouse when left mouse button is being pressed.
|
||||
*/
|
||||
#define wxPG_ATTR_SPINCTRL_MOTIONSPIN wxS("MotionSpin")
|
||||
|
||||
/** wxMultiChoiceProperty, int. If 0, no user strings allowed. If 1, user strings
|
||||
appear before list strings. If 2, user strings appear after list string.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user