wxwidgets/samples/xrc
oneeyeman1 995c6e6df5 Add wxSpinCtrl::SetIncrement() and implement it for all ports
SetIncrement() was already available in wxSpinCtrlDouble and GTK version
of wxSpinCtrl, now implement support for it in wxMSW and wxOSX as well.

In fact, in wxMSW, implement it at wxSpinButton level, so that both this
class and wxSpinCtrl inheriting from it (in wxMSW only) support setting
custom increment now.

Also add support for it to XRC, show it in the sample and add a unit
test verifying that it works.

Closes #2597.
2022-02-04 02:16:06 +01:00
..
rc Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
custclas.cpp Fix typos in sample comments 2021-09-07 19:23:31 +02:00
custclas.h Fix extra semicolon warnings 2018-11-25 21:29:37 +01:00
derivdlg.cpp Fix typos in sample comments 2021-09-07 19:23:31 +02:00
derivdlg.h Fix extra semicolon warnings 2018-11-25 21:29:37 +01:00
descrip.mms remove executable property from non-executable files, closes #15504 2013-09-16 15:47:27 +00:00
makefile.gcc Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
Makefile.in Rebake after the year change 2022-01-14 22:51:24 +01:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Use DPI aware manifests for MSVS 2022 too 2021-12-18 13:22:59 +01:00
myframe.cpp Allow to add extra accelerators to wxMenuItem 2021-11-16 17:26:39 +01:00
myframe.h Allow to add extra accelerators to wxMenuItem 2021-11-16 17:26:39 +01:00
objrefdlg.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
objrefdlg.h Get rid of an unused member field in the XRC sample 2016-02-05 22:43:23 +01:00
xrcdemo.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
xrcdemo.cpp Fix typos in sample comments 2021-09-07 19:23:31 +02:00
xrcdemo.h More use of wxOVERRIDE 2018-03-06 23:31:01 +01:00
xrcdemo_vc8.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
xrcdemo_vc9.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00