X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fpivot-table.h;fp=src%2Foutput%2Fpivot-table.h;h=88edb62031c5227b304bb62a761704d25a03b47c;hb=409dfe7159b9b0fd96c67cfddd4ffa93e05aa9b2;hp=e7e5ad403b1b38b0cb769e404b8f1c002b131212;hpb=cefbbc4ea9b1754cb2de66269550c40d78f77369;p=pspp diff --git a/src/output/pivot-table.h b/src/output/pivot-table.h index e7e5ad403b..88edb62031 100644 --- a/src/output/pivot-table.h +++ b/src/output/pivot-table.h @@ -489,6 +489,12 @@ struct pivot_table *pivot_table_unshare (struct pivot_table *); void pivot_table_unref (struct pivot_table *); bool pivot_table_is_shared (const struct pivot_table *); +/* Titles. */ +void pivot_table_set_title (struct pivot_table *, struct pivot_value *); +void pivot_table_set_subtype (struct pivot_table *, struct pivot_value *); +void pivot_table_set_corner_text (struct pivot_table *, struct pivot_value *); +void pivot_table_set_caption (struct pivot_table *, struct pivot_value *); + /* Axes. */ void pivot_table_swap_axes (struct pivot_table *, enum pivot_axis_type, enum pivot_axis_type);