]> git.draconx.ca Git - aspectbin.git/blobdiff - aspectbin.h
Rename the "child" member to "body" for less confusion.
[aspectbin.git] / aspectbin.h
index bca5ba776ee80214b4b2dcbe4f6d5e68d8c1966b..34bc9693eb31d4221fa1ab881b3194f74f9d13be 100644 (file)
@@ -17,8 +17,11 @@ typedef struct AspectBinClass AspectBinClass;
 struct AspectBin {
        GtkBin bin;
 
-       GtkWidget *child;
-       gfloat ratio;
+       GtkWidget *body;
+       gfloat     ratio;
+
+       gfloat     align;
+       gboolean   constrain;
 };
 
 struct AspectBinClass {