X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-variable-sheet.h;h=c7c2a7fea7d8db13528291439c41a47989d22d32;hb=65d602ed236d685ffec00ad1552a193cf47b2e4d;hp=b77da939d007895fd71d255041f519e42d95ee21;hpb=e578eb29fb25153e5fa44696963ac5cef58c640d;p=pspp diff --git a/src/ui/gui/psppire-variable-sheet.h b/src/ui/gui/psppire-variable-sheet.h index b77da939d0..c7c2a7fea7 100644 --- a/src/ui/gui/psppire-variable-sheet.h +++ b/src/ui/gui/psppire-variable-sheet.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2017 John Darrington + Copyright (C) 2017 Free Software Foundation 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 @@ -22,6 +22,8 @@ #include +struct dispatch; + struct _PsppireVariableSheet { SswSheet parent_instance; @@ -30,6 +32,10 @@ struct _PsppireVariableSheet GtkCellRenderer *missing_values_renderer; GtkCellRenderer *var_type_renderer; + struct dispatch *value_label_dispatch; + struct dispatch *missing_values_dispatch; + struct dispatch *var_type_dispatch; + /* Row header popup menu */ GtkWidget *row_popup; GtkWidget *clear_variables_menu_item; @@ -42,6 +48,7 @@ struct _PsppireVariableSheetClass SswSheetClass parent_class; }; + #define PSPPIRE_TYPE_VARIABLE_SHEET psppire_variable_sheet_get_type () G_DECLARE_FINAL_TYPE (PsppireVariableSheet, psppire_variable_sheet, PSPPIRE, VARIABLE_SHEET, SswSheet)