From: John Darrington Date: Wed, 12 Nov 2008 11:25:50 +0000 (+0900) Subject: Add prototype for gtk_xpaned_compute_position X-Git-Tag: v0.7.1~169 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b586365096f84542a0ee389bb805133f66e3f1;p=pspp-builds.git Add prototype for gtk_xpaned_compute_position --- 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) {