first compilable version of tabbable design.
[ardour.git] / gtk2_ardour / rc_option_editor.h
index 1b543e3aafe52a3a9ddb616ff553c2504c479fda..a74df7cfde12d52ec0f2bb58b463ebde0e4f27c5 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef __gtk_ardour_rc_option_editor_h__
 #define __gtk_ardour_rc_option_editor_h__
 
+#include "gtkmm2ext/tabbable.h"
+
 #include "option_editor.h"
 #include "visibility_group.h"
 
@@ -32,7 +34,7 @@
  */
 
 /** Editor for options which are obtained from and written back to one of the .rc files. */
-class RCOptionEditor : public OptionEditor
+class RCOptionEditor : public OptionEditor, public Gtkmm2ext::Tabbable
 {
 public:
        RCOptionEditor ();