pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/som.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/som.h
Date: Tue, 17 May 2005 03:09:36 -0400

Index: pspp/src/som.h
diff -u pspp/src/som.h:1.3 pspp/src/som.h:1.4
--- pspp/src/som.h:1.3  Fri Apr 29 01:02:15 2005
+++ pspp/src/som.h      Tue May 17 07:09:35 2005
@@ -36,6 +36,8 @@
    desired, and in fact almost every operation performed by som may be
    overridden in a table class.  */
 
+#include "bool.h"
+
 enum som_type
   {
     SOM_TABLE,
@@ -91,10 +93,13 @@
     void (*join) (int *(column[2]), int *(row[2]));    /* ? */
     void (*cumulate) (int cumtype, int start, int *end, int max, int *actual);
     void (*flags) (unsigned *);
+    bool (*fits_width) (int width);
+    bool (*fits_length) (int length);
 
     /* Set columns and rows. */
     void (*set_width) (int column, int width);         /* ? */
     void (*set_height) (int row, int height);          /* ? */
+    void (*set_headers) (int l, int r, int t, int b);
 
     /* Rendering. */
     void (*title) (int x, int y);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]