]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormCredits.h
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / FormCredits.h
index b924ff1053976cc893b55e4ba1ff166f46341b8b..b80a3ebf93cdb6a2a2e9c6357d49cb0556f83083 100644 (file)
 #include "ControlCredits.h"
 #include "GnomeBase.h"
 
-namespace Gnome {
-class Dialog;
-}
-
 namespace Gtk {
 class Button;
 class Text;
@@ -38,31 +34,22 @@ public:
        ///
        FormCredits(ControlCredits & c);
        ///
-       ~FormCredits();
+       ~FormCredits() {};
 
-       void apply();
-
-       void hide();
-       void show();
-       void update();
+       void apply() {};
+       void update() {};
        
 private:
        
        /// Build the dialog
        void build();
 
-       /// get the dialog
-       Gnome::Dialog * dialog();
-    
        void CancelClicked() { CancelButton(); }
 
        /// The ok button
        Gtk::Button * ok();
        
        Gtk::Text * text();
-
-       // Hold the dialog.
-       Gnome::Dialog * dialog_;
 };
 
 #endif