summaryrefslogtreecommitdiffstats
path: root/Gui/Window.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-06 15:29:03 +0200
committerneoraider <devnull@localhost>2008-04-06 15:29:03 +0200
commit356efaf89afdad141b313767e1a2b89de3c08d0a (patch)
tree37edb2a0fc0ea15f4f60e45ed411cbea7b4c12c5 /Gui/Window.h
parent258eb984bafe0f667d1e76de61c8afaa23f39ef4 (diff)
downloadzoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.tar
zoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.zip
zoomedit: Recreated ZoomEdit based on Glademm.
Diffstat (limited to 'Gui/Window.h')
-rw-r--r--Gui/Window.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Gui/Window.h b/Gui/Window.h
new file mode 100644
index 0000000..f940c1d
--- /dev/null
+++ b/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_*/