aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-paned/e-paned.h
diff options
context:
space:
mode:
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 */