From 96b586365096f84542a0ee389bb805133f66e3f1 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 12 Nov 2008 20:25:50 +0900 Subject: [PATCH] Add prototype for gtk_xpaned_compute_position --- lib/gtksheet/gtkxpaned.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/gtksheet/gtkxpaned.c b/lib/gtksheet/gtkxpaned.c index 9aaea13c..b96f66c1 100644 --- a/lib/gtksheet/gtkxpaned.c +++ b/lib/gtksheet/gtkxpaned.c @@ -709,6 +709,15 @@ static void gtk_xpaned_size_request (GtkWidget* widget, } } +void +gtk_xpaned_compute_position (GtkXPaned* xpaned, + const GtkAllocation* allocation, + GtkRequisition* top_left_child_req, + GtkRequisition* top_right_child_req, + GtkRequisition* bottom_left_child_req, + GtkRequisition* bottom_right_child_req); + + static void gtk_xpaned_size_allocate (GtkWidget* widget, GtkAllocation* allocation) { -- 2.30.2