summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/controls.cc')
-rw-r--r--src/wx/controls.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index fce3fd7eb..2c4e92108 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -457,3 +457,18 @@ Controls::seek(int slider)
slider_moved(false);
slider_released();
}
+
+
+void
+Controls::play()
+{
+ _viewer.start();
+}
+
+
+void
+Controls::stop()
+{
+ _viewer.stop();
+}
+