#include <string>
#include "gtkmod.h"
Include dependency graph for file.cpp:
Functions | |
void | load (GtkWidget* widget, gpointer* data) |
load. | |
void | file_ok (GtkWidget *, GtkFileSelection *fs) |
This is the callback for the ok button on the file dialog. | |
bool | file_load (gchar* name) |
Loads the file and updates the display. |