X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-variable-sheet.h;fp=src%2Fui%2Fgui%2Fpsppire-variable-sheet.h;h=62dad66e9c46963faa55647590fef2a07e3c5abd;hb=ed7a8820e2f7797fb61a9a5628c18169dcfd3513;hp=b77da939d007895fd71d255041f519e42d95ee21;hpb=261c52b2dcbf4c647bf8b7e8db40766cef88ad8d;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)