summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-10-05 01:38:05 +0200
committerneoraider <devnull@localhost>2007-10-05 01:38:05 +0200
commitb660b965bcb679e53cc89e7b8903190d2d162ff6 (patch)
tree31d2e3309e0906e03a8e415f430a99f8716b23b6 /window.h
parentea3fc9f27f6feb14ea3b7cfc8b1e921195dd3c3f (diff)
downloadzoomedit-b660b965bcb679e53cc89e7b8903190d2d162ff6.tar
zoomedit-b660b965bcb679e53cc89e7b8903190d2d162ff6.zip
zoomedit: Gro?e Teile der GUI in Klassen gekapselt.
Diffstat (limited to 'window.h')
-rw-r--r--window.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/window.h b/window.h
deleted file mode 100644
index ba0562e..0000000
--- a/window.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef WINDOW_H_
-#define WINDOW_H_
-
-#include <gtk/gtk.h>
-#include <gtk/gtkgl.h>
-
-
-GtkWidget* createMainWindow(GdkGLConfig *glconfig);
-
-void updateSidebar();
-
-void zoomIn(float factor, float x, float y);
-void zoomOut(float factor, float x, float y);
-void zoomInCentered(float factor);
-void zoomOutCentered(float factor);
-
-#endif /*WINDOW_H_*/