comparison libgui/graphics/CheckBoxControl.h @ 31645:bd9da634f00d

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:17:16 -0500
parents ca7d58406f82 9089bd969b37
children 431f80aba37a
comparison
equal deleted inserted replaced
31643:91680d96c860 31645:bd9da634f00d
31 class QCheckBox; 31 class QCheckBox;
32 32
33 namespace octave 33 namespace octave
34 { 34 {
35 class interpreter; 35 class interpreter;
36 }
37
38 namespace octave
39 {
40 36
41 class CheckBoxControl : public ButtonControl 37 class CheckBoxControl : public ButtonControl
42 { 38 {
43 public: 39 public:
44 CheckBoxControl (octave::interpreter& interp, const graphics_object& go, 40 CheckBoxControl (octave::interpreter& interp, const graphics_object& go,