#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include "callbacks.h"
#include "interface.h"
Go to the source code of this file.
Functions | |
GtkWidget * | create_fileselection (void) |
GtkWidget * | create_window (void) |
GtkWidget* create_fileselection | ( | void | ) |
Definition at line 131 of file interface.c.
GtkWidget* create_window | ( | void | ) |
Definition at line 17 of file interface.c.