]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormTabularCreate.h
Michael's latest batch of new gnome files.
[lyx.git] / src / frontends / gnome / FormTabularCreate.h
index 345676c12f240f615a3c7962ad8556ca34218e71..eb2d06c0337bf261877fd4b9bdcc302d7f45c11d 100644 (file)
@@ -49,15 +49,17 @@ private:
        void CancelClicked() { CancelButton(); }
        void ApplyClicked() { ApplyButton(); }
 
-       /// The SpinButtons
-       Gtk::SpinButton * rows_spin() const;
-       Gtk::SpinButton * columns_spin() const;
-       /// The ok button
+       /// generated by accessors.py
        Gtk::Button * ok_btn() const;
-       /// The cancel button
-       Gtk::Button * cancel_btn() const;
-       /// The apply button
+       /// generated by accessors.py
        Gtk::Button * apply_btn() const;
+       /// generated by accessors.py
+       Gtk::Button * cancel_btn() const;
+       /// generated by accessors.py
+       Gtk::SpinButton * rows() const;
+       /// generated by accessors.py
+       Gtk::SpinButton * cols() const;
+
 };
 
 #endif