diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-06 22:47:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-06 22:47:52 +0100 |
| commit | ae2a7f6ae087b807de225448c71130eb1e7d6726 (patch) | |
| tree | 3585cef236da4be6bbba59d06fe78321be4c8654 /src/wx/content_widget.h | |
| parent | 33a2c1355cc52372565835638bea0dab1e3f85a1 (diff) | |
Basic simple support for video panel.
Diffstat (limited to 'src/wx/content_widget.h')
| -rw-r--r-- | src/wx/content_widget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/content_widget.h b/src/wx/content_widget.h index e5125680b..048a79253 100644 --- a/src/wx/content_widget.h +++ b/src/wx/content_widget.h @@ -149,6 +149,11 @@ public: _ignore_model_changes = false; } + void show (bool s) + { + _wrapped->Show (s); + } + private: void set_single () |
