]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormCommand.h
Angus's insetref-patch and a small fix.
[features.git] / src / frontends / xforms / FormCommand.h
index d7c02e76632bbe65c00858f7e9dd083a5c8a4b11..dff523bd5673a201e43861d8de29c265cba90706 100644 (file)
@@ -35,13 +35,14 @@ public:
        ///
        static  int WMHideCB(FL_FORM *, void *);
        ///
-       static void OKCB(FL_OBJECT *, long);
-       ///
        static void ApplyCB(FL_OBJECT *, long);
        ///
        static void CancelCB(FL_OBJECT *, long);
        ///
        static void InputCB(FL_OBJECT *, long);
+       ///
+       static void OKCB(FL_OBJECT *, long);
+
 protected:
        /// Slot launching dialog to (possibly) create a new inset
        void createInset( string const & );