summaryrefslogtreecommitdiffstats
path: root/src/Gui/Window.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
committerneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
commitcbc867ee44137b24e2549271499a9d211cd6b000 (patch)
tree9ccfa703082acd0bbe4df3e4b0a57b89e810a968 /src/Gui/Window.h
parent356efaf89afdad141b313767e1a2b89de3c08d0a (diff)
downloadzoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.tar
zoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.zip
zoomedit: Moved source to extra dir.
Diffstat (limited to 'src/Gui/Window.h')
-rw-r--r--src/Gui/Window.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/Gui/Window.h b/src/Gui/Window.h
new file mode 100644
index 0000000..f940c1d
--- /dev/null
+++ b/src/Gui/Window.h
@@ -0,0 +1,19 @@
+#ifndef ZOOMEDIT_GUI_WINDOW_H_
+#define ZOOMEDIT_GUI_WINDOW_H_
+
+#include <gtkmm/window.h>
+#include <libglademm/xml.h>
+
+namespace ZoomEdit {
+namespace Gui {
+
+class Window : public Gtk::Window {
+ public:
+ Window(BaseObjectType *cobject, const Glib::RefPtr<Gnome::Glade::Xml> &xml);
+ virtual ~Window();
+};
+
+}
+}
+
+#endif /*WINDOW_H_*/