X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=f6f55d7ca5c56c9381dc8dd0b332248eb09738a2;hb=9c3c856e0512309c9c301ee41c2d465dbbe9b8c6;hp=0c555a980e51ad2f2a1f8877f4444282dc284e62;hpb=2b998cd1a6d72214726d05cc050b816d131399e6;p=pspp diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index 0c555a980e..f6f55d7ca5 100644 --- a/src/ui/gui/psppire-data-editor.h +++ b/src/ui/gui/psppire-data-editor.h @@ -48,6 +48,7 @@ struct _PsppireDataEditor GtkWidget *cell_ref_entry; GtkWidget *datum_entry; GtkWidget *var_sheet; + struct _PsppireDataWindow *data_window; PsppireDataStore *data_store; PsppireVarStore *var_store; @@ -74,7 +75,7 @@ struct _PsppireDataEditorClass GType psppire_data_editor_get_type (void); -GtkWidget* psppire_data_editor_new (PsppireVarStore *, PsppireDataStore *); +GtkWidget* psppire_data_editor_new (struct _PsppireDataWindow *, PsppireVarStore *, PsppireDataStore *); void psppire_data_editor_clip_copy (PsppireDataEditor *); void psppire_data_editor_clip_paste (PsppireDataEditor *); void psppire_data_editor_clip_cut (PsppireDataEditor *);