Add prototype for gtk_xpaned_compute_position
[pspp-builds.git] / lib / gtksheet / gtkxpaned.c
index 9aaea13c46d1306d1e4bb7149a6bbd47d4619422..b96f66c119a551654037bec747619dc869be4418 100644 (file)
@@ -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)
 {