]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormCitation.h
index 175832d4303ba63d179512fddc012a24e30175fe..5319520f0997260ddcd3b263da09c1b3e892a476 100644 (file)
@@ -30,19 +30,6 @@ public:
 private:
        ///
        enum State {
-               ///
-               DOWN,
-               ///
-               UP,
-               ///
-               DELETE,
-               ///
-               ADD,
-               ///
-               BIBBRSR,
-               ///
-               CITEBRSR,
-               ///
                ON,
                ///
                OFF
@@ -55,7 +42,7 @@ private:
        /// Build the dialog
        virtual void build();
        /// Filter the inputs
-       virtual bool input( FL_OBJECT *, long );
+       virtual bool input(FL_OBJECT *, long);
        /// Update dialog before showing it
        virtual void update();
        /// Apply from dialog (modify or create inset)
@@ -64,14 +51,14 @@ private:
        virtual FL_FORM * form() const;
 
        ///
-       void updateBrowser( FL_OBJECT *, std::vector<string> const & ) const;
-       ///
-       void setBibButtons( State ) const;
+       void updateBrowser(FL_OBJECT *, std::vector<string> const &) const;
        ///
-       void setCiteButtons( State ) const;
+       void setBibButtons(State) const;
        ///
-       void setSize( int, bool ) const;
+       void setCiteButtons(State) const;
        ///
+       void setSize(int, bool) const;
+       /// Type definition from the fdesign produced header file.
        FD_form_citation * build_citation();
 
        /// Real GUI implementation.