aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-paned/e-paned.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-21 13:34:59 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-21 13:34:59 +0800
commit2764b49bc7bfb505480352a7864d3c4ac34c54a0 (patch)
tree64a244c831f7837419755fc01577b2bbc0532ca0 /widgets/e-paned/e-paned.h
parent5b04deeae30fd6161ff79f1a8235f72c69676beb (diff)
downloadgsoc2013-evolution-2764b49bc7bfb505480352a7864d3c4ac34c54a0.tar
gsoc2013-evolution-2764b49bc7bfb505480352a7864d3c4ac34c54a0.tar.gz
gsoc2013-evolution-2764b49bc7bfb505480352a7864d3c4ac34c54a0.tar.bz2
gsoc2013-evolution-2764b49bc7bfb505480352a7864d3c4ac34c54a0.tar.lz
gsoc2013-evolution-2764b49bc7bfb505480352a7864d3c4ac34c54a0.tar.xz
gsoc2013-evolution-2764b49bc7bfb505480352a7864d3c4ac34c54a0.tar.zst
gsoc2013-evolution-2764b49bc7bfb505480352a7864d3c4ac34c54a0.zip
Added code to make handle position persist across resizes.
2000-08-21 Christopher James Lahey <clahey@helixcode.com> * widgets/e-paned/e-hpaned.c, widgets/e-paned/e-paned.c, widgets/e-paned/e-paned.h, widgets/e-paned/e-vpaned.c: Added code to make handle position persist across resizes. svn path=/trunk/; revision=4898
Diffstat (limited to 'widgets/e-paned/e-paned.h')
-rw-r--r--widgets/e-paned/e-paned.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/e-paned/e-paned.h b/widgets/e-paned/e-paned.h
index e3799a6bce..b211d32bda 100644
--- a/widgets/e-paned/e-paned.h
+++ b/widgets/e-paned/e-paned.h
@@ -71,6 +71,7 @@ struct _EPaned
guint16 handle_width;
guint16 handle_height;
+ gint child1_real_size;
gint child1_size;
gint last_allocation;
gint min_position;