summaryrefslogtreecommitdiff
path: root/src/wx/dcpomatic_spin_ctrl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-02 00:31:40 +0200
committerCarl Hetherington <cth@carlh.net>2025-06-03 22:46:26 +0200
commitd18acbf4deeee0b40cf0095af87e288849cbde13 (patch)
treed81b45a7113a8fe6e987652f3a1ad146e47df7c9 /src/wx/dcpomatic_spin_ctrl.h
parent6f94f2eff878dae241b1e5f5421c996bc3bc0f04 (diff)
Add SpinCtrl::set().
Diffstat (limited to 'src/wx/dcpomatic_spin_ctrl.h')
-rw-r--r--src/wx/dcpomatic_spin_ctrl.h1
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;
};