BBTree.this

Creates a new #GTree.

Parameters

keyCompareFunc GCompareFunc

the function used to order the nodes in the #GTree. It should return values similar to the standard strcmp() function - 0 if the two arguments are equal, a negative value if the first argument comes before the second, or a positive value if the first argument comes after the second.

Return Value

a newly allocated #GTree

Throws

ConstructionException GTK+ fails to create the object.

Meta