]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormTabularCreate.h
ws cleanup
[lyx.git] / src / frontends / gnome / FormTabularCreate.h
index f2d59722e206950db1e018c9a0cbe6458933ddd7..4142d197a46b6d4a8ce050bd3ed359f30959da3e 100644 (file)
@@ -1,12 +1,12 @@
-// -*- c++ -*-
+// -*- C++ -*-
 /* This file is part of
  * =================================================
- * 
+ *
  *          LyX, The Document Processor
  *          Copyright 1995 Matthias Ettrich.
  *          Copyright 1995-2000 The LyX Team.
  *
- * ================================================= 
+ * =================================================
  *
  * \author Michael Koziarski <michael@koziarski.org>
  * */
@@ -36,7 +36,7 @@ public:
        ~FormTabularCreate();
 
        void apply();
-       
+
 private:
        /// Build the dialog
        void build();
@@ -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