gw_menu_file_create
Creates a menu file.
GtkWidget * gw_menu_file_create ( GtkWindow *w, GtkAccelGroup *ag, GtkWidget *parent);
This function creates a menu file.
Parameters
w | refence to the main window |
ag | accel group |
parent | reference to the container |
Result: the menu file. Returns NULL when an error occured..
gw_menu_file_set_recents_files
Sets the list of recents opened files.
gboolean gw_menu_file_set_recents_files ( GtkWindow *w, gchar **files);
This function sets the list of recents opened files.
Parameters
w | refence to the main window |
files | list of files |
Result: an error code. Returns TRUE when it's done. Returns FALSE when an error occured. .
|