X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-variable-sheet.h;h=62dad66e9c46963faa55647590fef2a07e3c5abd;hb=95008dd8d8a668c4e7163486835e32d1755b8269;hp=b77da939d007895fd71d255041f519e42d95ee21;hpb=e1c4d5d0f0c63ef20927ac2cd7f9ff4e7e4cf5c5;p=pspp diff --git a/src/ui/gui/psppire-variable-sheet.h b/src/ui/gui/psppire-variable-sheet.h index b77da939d0..62dad66e9c 100644 --- a/src/ui/gui/psppire-variable-sheet.h +++ b/src/ui/gui/psppire-variable-sheet.h @@ -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)