aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface.h
blob: 1832b057d217f97b7cc14009293a6f056faa299c (plain)
1
2
3
4
5
#include <gtk/gtkwindow.h>

void       interface_show_main_window(void);
void       interface_show_edit_window(void);
GtkWidget *interface_show_new_item_dialog(GtkWindow *window);