aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-paned/e-paned.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-25 12:45:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-25 12:45:10 +0800
commite90eea58a2109961faa8632ac5e5783d9970366b (patch)
tree2d7ea9bb7967eb5ccd622520c67f9d12235ef870 /widgets/e-paned/e-paned.h
parent23d300e9fa624e56f55ab3446b01cbf8908d6ceb (diff)
downloadgsoc2013-evolution-e90eea58a2109961faa8632ac5e5783d9970366b.tar
gsoc2013-evolution-e90eea58a2109961faa8632ac5e5783d9970366b.tar.gz
gsoc2013-evolution-e90eea58a2109961faa8632ac5e5783d9970366b.tar.bz2
gsoc2013-evolution-e90eea58a2109961faa8632ac5e5783d9970366b.tar.lz
gsoc2013-evolution-e90eea58a2109961faa8632ac5e5783d9970366b.tar.xz
gsoc2013-evolution-e90eea58a2109961faa8632ac5e5783d9970366b.tar.zst
gsoc2013-evolution-e90eea58a2109961faa8632ac5e5783d9970366b.zip
Made the handlebar disappear if either side is empty, hidden, or requests
2000-05-25 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: Made the handlebar disappear if either side is empty, hidden, or requests 0 size. svn path=/trunk/; revision=3198
Diffstat (limited to 'widgets/e-paned/e-paned.h')
-rw-r--r--widgets/e-paned/e-paned.h5
1 files changed, 5 insertions, 0 deletions
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 */