]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibtex.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormBibtex.h
index 452cab7d594bcfb2eb6411641564fa1ffaa340a2..66a3241e7799a40f8dca76434aadad740f4ed9b1 100644 (file)
@@ -28,19 +28,17 @@ public:
        ///
        FormBibtex(ControlBibtex &);
 
-       // Functions accessible to the Controller.
-
+private:
        /// Set the Params variable for the Controller.
        virtual void apply();
        /// Build the dialog.
        virtual void build();
        /// Update dialog before/whilst showing it.
        virtual void update();
-       
-private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-       ///
+
+       /// Fdesign generated method
        FD_form_bibtex * build_bibtex();
 };