Files
wxWidgets/src
Vadim Zeitlin 3ac3763705 Always handle "input" and "output" signals in wxGTK wxSpinCtrl
No real changes yet, just refactor the code to always connect these
signals handlers and not just when using non-decimal base.

Add wxSpinCtrl::GTKInput() and GTKOutput() virtual methods to handle
these signals appropriately depending on the type of the control.

This will allow further customizing conversion to/from string in the
upcoming commit and will also make it possible to handle UI locale
different from the C locale in the future.
2021-04-20 01:13:15 +02:00
..
2020-12-23 17:03:05 +01:00
2021-04-18 13:09:17 +02:00
2020-10-19 20:07:16 +02:00
2021-04-18 13:09:17 +02:00
2020-12-23 17:03:10 +01:00
2021-03-13 13:35:28 +01:00
2020-12-23 17:03:10 +01:00
2020-12-23 17:03:10 +01:00
2021-04-15 18:50:47 +01:00