cairo-fsm: Implement dashed lines.
[pspp] / src / output / pivot-table.h
index 94adcca73eaeb63799d983df794dafd404c6df5a..2770c611d61b3ff27a083e089ea7eb1487b86133 100644 (file)
@@ -402,6 +402,12 @@ struct pivot_table_look
     size_t n_orphan_lines;
   };
 
+const struct pivot_table_look *pivot_table_look_get_default (void);
+void pivot_table_look_set_default (const struct pivot_table_look *);
+
+char *pivot_table_look_read (const char *, struct pivot_table_look **)
+  WARN_UNUSED_RESULT;
+
 const struct pivot_table_look *pivot_table_look_builtin_default (void);
 struct pivot_table_look *pivot_table_look_new_builtin_default (void);
 struct pivot_table_look *pivot_table_look_ref (
@@ -461,7 +467,7 @@ struct pivot_table
     struct pivot_value *subtype;  /* Same as spv_item's subtype. */
     struct pivot_value *corner_text;
     struct pivot_value *caption;
-    char *notes;
+    char *notes;                /* Shown as tooltip. */
 
     /* Dimensions. */
     struct pivot_dimension **dimensions;