Add prototype for gtk_xpaned_compute_position
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 12 Nov 2008 11:25:50 +0000 (20:25 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 12 Nov 2008 11:25:50 +0000 (20:25 +0900)
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)
 {