From 4b682a9eba6590d8fe090f68dda6afe59ae64f85 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 15 Aug 2004 11:27:34 +0000 Subject: Move everything to src/ directory git-svn-id: file:///home/lennart/svn/public/paman/trunk@8 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- ModuleWindow.hh | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 ModuleWindow.hh (limited to 'ModuleWindow.hh') 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 -#include - -class ModuleWindow; - -#include "ServerInfo.hh" - -class ModuleWindow : public Gtk::Window { -public: - ModuleWindow(BaseObjectType* cobject, const Glib::RefPtr& refGlade); - static ModuleWindow* create(); - - Gtk::Label *nameLabel, - *argumentLabel, - *indexLabel, - *autoloadedLabel, - *usageLabel; - - Gtk::Button *closeButton; - - void updateInfo(const ModuleInfo &i); - - virtual void onCloseButton(); -}; - -#endif -- cgit