X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmenu-actions.h;h=46cb85f26f8b06f99b7272ef2053fbfdd4458e22;hb=f5574c6264163859a8eb94ab1e33bcc1b61fce5f;hp=2e4e86ea974941b02718fd5143336ea6d016c98d;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/ui/gui/menu-actions.h b/src/ui/gui/menu-actions.h index 2e4e86ea97..46cb85f26f 100644 --- a/src/ui/gui/menu-actions.h +++ b/src/ui/gui/menu-actions.h @@ -77,13 +77,17 @@ psppire_variable_sheet_create (gchar *widget_name, gchar *string1, gchar *string gint int1, gint int2); -gboolean callbacks_on_init(gpointer data) ; - - /* Switch between the VAR SHEET and the DATA SHEET */ enum {PAGE_DATA_SHEET = 0, PAGE_VAR_SHEET}; +gboolean load_system_file(const gchar *file_name); +gboolean clear_file(void); + +void select_sheet(gint page); +void var_data_selection_init(void); + #endif -void select_sheet(gint page); + +