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