diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-02 00:31:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-03 22:46:26 +0200 |
| commit | d18acbf4deeee0b40cf0095af87e288849cbde13 (patch) | |
| tree | d81b45a7113a8fe6e987652f3a1ad146e47df7c9 /src/wx/dcpomatic_spin_ctrl.h | |
| parent | 6f94f2eff878dae241b1e5f5421c996bc3bc0f04 (diff) | |
Add SpinCtrl::set().
Diffstat (limited to 'src/wx/dcpomatic_spin_ctrl.h')
| -rw-r--r-- | src/wx/dcpomatic_spin_ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcpomatic_spin_ctrl.h b/src/wx/dcpomatic_spin_ctrl.h index 092474f99..4e371682e 100644 --- a/src/wx/dcpomatic_spin_ctrl.h +++ b/src/wx/dcpomatic_spin_ctrl.h @@ -35,6 +35,7 @@ class SpinCtrl : public wxSpinCtrl public: SpinCtrl (wxWindow* parent, int width); + void set(int n); int get() const; }; |
