summaryrefslogtreecommitdiff
path: root/src/wx/check_box.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-14 23:42:11 +0200
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:58 +0100
commit277aa36973cc870c2ea8dcbaba1428cd2abc4fb5 (patch)
treeb8acae859ab8b654a002f79bf5cf66a0f859b0e3 /src/wx/check_box.h
parent33ab595ca5f2272b4cd5660b3ef7e0ec717ee151 (diff)
Add set().
Diffstat (limited to 'src/wx/check_box.h')
-rw-r--r--src/wx/check_box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/check_box.h b/src/wx/check_box.h
index 4b3fddb9f..d9feb00c9 100644
--- a/src/wx/check_box.h
+++ b/src/wx/check_box.h
@@ -39,6 +39,7 @@ public:
void set_text (wxString text) override;
wxString get_text () const override;
bool get() const;
+ void set(bool state);
template <typename... Args>
void bind(Args... args) {