summaryrefslogtreecommitdiffstats
path: root/ModuleWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ModuleWindow.hh')
-rw-r--r--ModuleWindow.hh29
1 files changed, 0 insertions, 29 deletions
diff --git a/ModuleWindow.hh b/ModuleWindow.hh
deleted file mode 100644
index c28af52..0000000
--- a/ModuleWindow.hh
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef foomodulewindowhhfoo
-#define foomodulewindowhhfoo
-
-#include <gtkmm.h>
-#include <libglademm.h>
-
-class ModuleWindow;
-
-#include "ServerInfo.hh"
-
-class ModuleWindow : public Gtk::Window {
-public:
- ModuleWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
- static ModuleWindow* create();
-
- Gtk::Label *nameLabel,
- *argumentLabel,
- *indexLabel,
- *autoloadedLabel,
- *usageLabel;
-
- Gtk::Button *closeButton;
-
- void updateInfo(const ModuleInfo &i);
-
- virtual void onCloseButton();
-};
-
-#endif