]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibitem.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormBibitem.h
index 3016ab6aaf2ea7d597ae73f8c179ed46ee62579d..9599fbc85a6d454a820995a8fd3315f3ab9ce27a 100644 (file)
@@ -28,20 +28,17 @@ public:
        ///
        FormBibitem(ControlBibitem &);
 
-       // 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);
 
-       /// Type definition from the fdesign produced header file.
+       /// Fdesign generated method
        FD_form_bibitem * build_bibitem();
 };