summaryrefslogtreecommitdiffstats
path: root/ui.h
blob: c400b5da1d39a7b7e953643ac467f1e8c5307c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef UI_H_
#define UI_H_

#include <gtk/gtk.h>


GtkWidget* getMenu();
GtkWidget* getToolbar();
GtkAccelGroup *getAccels();

#endif /*MENU_H_*/