]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormToc.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormToc.h
index 906ff7ad78c434c7d2ae5a441861c3c0db2ca7ba..370c25baed568155cff898203a057c16968e95a6 100644 (file)
@@ -34,10 +34,12 @@ private:
 
        /// Build the dialog
        virtual void build();
+       /// bool indicates if a buffer switch took place
+       virtual void updateSlot(bool) { update(); }
        /// Update dialog before showing it
-       virtual void update(bool switched = false);
-       /// Apply from dialog (modify or create inset)
-       virtual void apply();
+       virtual void update();
+       /// Filter the inputs on callback from xforms
+       virtual bool input( FL_OBJECT *, long);
        /// Pointer to the actual instantiation of the xform's form
        virtual FL_FORM * form() const;
        ///