]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GTableCreate.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GTableCreate.h
index 745c0598eb1fb56ccedc86365b40b68c9cddaeaf..db8301eb2be2107de59ffda9aeb9952fffe32a49 100644 (file)
 
 #include "GViewBase.h"
 
+#include "ControlTabularCreate.h"
+
+namespace lyx {
+namespace frontend {
+
 class ControlTableCreate;
 
-class GTableCreate : public GViewCB<ControlTabularCreate, GViewGladeB>
-{
+class GTableCreate : public GViewCB<ControlTabularCreate, GViewGladeB> {
 public:
        GTableCreate(Dialog & parent);
 private:
        virtual void apply();
        virtual void doBuild();
        virtual void update() {};
-       Gtk::SpinButton *rows_;
-       Gtk::SpinButton *columns_;
+       Gtk::SpinButton * rows_;
+       Gtk::SpinButton * columns_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif