Added "min-extent" and "default-size" properties.
[pspp-builds.git] / lib / gtksheet / psppire-axis.h
index 72484773e895c88767b794887e065609440b46a6..ef4b2908ab0f99b35954d5ebb3e879102c745bef 100644 (file)
@@ -49,12 +49,14 @@ struct _PsppireAxis
 
   struct tower tower;
   struct pool *pool;
+
+  glong min_extent;
+  gint default_size;
 };
 
 struct _PsppireAxisClass
 {
   GObjectClass parent_class;
-
 };
 
 GType          psppire_axis_get_type (void);