X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-variable-sheet.c;h=355f359c64b1cc54ce988a1d313394b17a21381e;hb=32ea29485bdd610b7d05dd806c5f06f68da0f0fe;hp=2adef3f4d56d28ed021a8b4bc28170d2ca32b75b;hpb=17ca35e4ca8abf4ba0c0ae82920b985fa17648cf;p=pspp diff --git a/src/ui/gui/psppire-variable-sheet.c b/src/ui/gui/psppire-variable-sheet.c index 2adef3f4d5..355f359c64 100644 --- a/src/ui/gui/psppire-variable-sheet.c +++ b/src/ui/gui/psppire-variable-sheet.c @@ -458,6 +458,8 @@ psppire_variable_sheet_new (void) "select-renderer-func", select_renderer_func, "hmodel", vsh, "forward-conversion", var_sheet_data_to_string, + "editable", TRUE, + "vertical-draggable", TRUE, NULL); return GTK_WIDGET (obj);