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=34bfbdd99ac80a84447cb8bbc46de726d0bdc7fc;hp=b5b3f3600a5d490f17bcf606788ec4bee5e738cb;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index b5b3f3600a..f6f55d7ca5 100644 --- a/src/ui/gui/psppire-data-editor.h +++ b/src/ui/gui/psppire-data-editor.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include "psppire-var-store.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 *);