From 2764b49bc7bfb505480352a7864d3c4ac34c54a0 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 21 Aug 2000 05:34:59 +0000 Subject: Added code to make handle position persist across resizes. 2000-08-21 Christopher James Lahey * 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 --- widgets/e-paned/e-paned.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/e-paned/e-paned.h') 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; -- cgit v1.2.3