diff options
Diffstat (limited to 'ClientWindow.hh')
-rw-r--r-- | ClientWindow.hh | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/ClientWindow.hh b/ClientWindow.hh deleted file mode 100644 index 61a1973..0000000 --- a/ClientWindow.hh +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef fooclientwindowhhfoo -#define fooclientwindowhhfoo - -#include <gtkmm.h> -#include <libglademm.h> - -class ClientWindow; - -#include "ServerInfo.hh" - -class ClientWindow : public Gtk::Window { -public: - ClientWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade); - static ClientWindow* create(); - - Gtk::Label *nameLabel, - *protocolLabel, - *indexLabel, - *ownerModuleLabel; - - Gtk::Button *closeButton, - *toOwnerModuleButton; - - uint32_t owner_module; - - void updateInfo(const ClientInfo &i); - - virtual void onCloseButton(); - virtual void onToOwnerModuleButton(); -}; - -#endif |