Files
wxWidgets/src
Vadim Zeitlin 1a4f628e40 Make radio button navigation functions const
This requires adding a couple of const_cast<>s in their implementation
in order to still allow them returning non-const wxRadioButton pointers,
but this seems preferable to not being able to call them on a const
wxRadioButton in the first place.
2020-09-21 15:36:41 +02:00
..
2020-09-02 19:34:05 +02:00
2020-09-02 20:49:39 +02:00
2020-07-18 23:42:44 +02:00
2020-07-20 16:24:27 +02:00