summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-10-19 00:07:02 +0200
committerneoraider <devnull@localhost>2007-10-19 00:07:02 +0200
commitddebc59336b71accc9887004b0f5c9a4bb17eb6b (patch)
treef6fec8577a50e536167c1352e8148a18c2e2f0b7 /ui.h
parent2bc9bb15dcc9691f6946eaa7a03370814bad0b8e (diff)
downloadzoomedit-ddebc59336b71accc9887004b0f5c9a4bb17eb6b.tar
zoomedit-ddebc59336b71accc9887004b0f5c9a4bb17eb6b.zip
zoomedit: UIManager gekapselt + einige kleine Fixes.
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ui.h b/ui.h
deleted file mode 100644
index c400b5d..0000000
--- a/ui.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef UI_H_
-#define UI_H_
-
-#include <gtk/gtk.h>
-
-
-GtkWidget* getMenu();
-GtkWidget* getToolbar();
-GtkAccelGroup *getAccels();
-
-#endif /*MENU_H_*/