aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-canvas-vbox.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-11 14:52:10 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-11 14:52:10 +0800
commit63b02f6746738a1077b1cde9b324712e661f6966 (patch)
treef2aee094a1796baf89ae49ab348f55f4e2a60236 /widgets/misc/e-canvas-vbox.h
parent199ae6dbbbd9a63f7c475ea0504873d49a67b0da (diff)
downloadgsoc2013-evolution-63b02f6746738a1077b1cde9b324712e661f6966.tar
gsoc2013-evolution-63b02f6746738a1077b1cde9b324712e661f6966.tar.gz
gsoc2013-evolution-63b02f6746738a1077b1cde9b324712e661f6966.tar.bz2
gsoc2013-evolution-63b02f6746738a1077b1cde9b324712e661f6966.tar.lz
gsoc2013-evolution-63b02f6746738a1077b1cde9b324712e661f6966.tar.xz
gsoc2013-evolution-63b02f6746738a1077b1cde9b324712e661f6966.tar.zst
gsoc2013-evolution-63b02f6746738a1077b1cde9b324712e661f6966.zip
Made a width other than the default possible if the children have widths
2001-02-11 Christopher James Lahey <clahey@ximian.com> * gal/widgets/e-canvas-vbox.c, gal/widgets/e-canvas-vbox.h: Made a width other than the default possible if the children have widths larger than the default. svn path=/trunk/; revision=8171
Diffstat (limited to 'widgets/misc/e-canvas-vbox.h')
-rw-r--r--widgets/misc/e-canvas-vbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-canvas-vbox.h b/widgets/misc/e-canvas-vbox.h
index c45baa0b0a..e7e9140c1e 100644
--- a/widgets/misc/e-canvas-vbox.h
+++ b/widgets/misc/e-canvas-vbox.h
@@ -57,6 +57,7 @@ struct _ECanvasVbox
GList *items; /* Of type GnomeCanvasItem */
double width;
+ double minimum_width;
double height;
double spacing;
};