Function
GtkRequisitionnew
since: 3.0
Declaration [src]
GtkRequisition*
gtk_requisition_new (
void
)
Description [src]
Allocates a new GtkRequisition
-struct and initializes its elements to zero.
Available since: 3.0
Return value
Type: GtkRequisition
A new empty GtkRequisition
. The newly allocated GtkRequisition
should
be freed with gtk_requisition_free().
The caller of the function takes ownership of the data, and is responsible for freeing it. |