From e90eea58a2109961faa8632ac5e5783d9970366b Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 25 May 2000 04:45:10 +0000 Subject: Made the handlebar disappear if either side is empty, hidden, or requests 2000-05-25 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: Made the handlebar disappear if either side is empty, hidden, or requests 0 size. svn path=/trunk/; revision=3198 --- widgets/e-paned/e-paned.h | 5 +++++ 1 file changed, 5 insertions(+) (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 2b07a24bda..1c4481b194 100644 --- a/widgets/e-paned/e-paned.h +++ b/widgets/e-paned/e-paned.h @@ -90,6 +90,9 @@ struct _EPaned struct _EPanedClass { GtkContainerClass parent_class; + + /* Protected virtual method. */ + gboolean (*handle_shown) (EPaned *paned); }; @@ -117,6 +120,8 @@ void e_paned_compute_position (EPaned *paned, gint allocation, gint child1_req, gint child2_req); + +gboolean e_paned_handle_shown (EPaned *paned); #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3