GtkRequestedSize

Represents a request of a screen object in a given orientation. These are primarily used in container implementations when allocating a natural size for children calling. See gtk_distribute_natural_allocation(). gpointer data; A client pointer gint minimum_size; The minimum size needed for allocation in a given orientation gint natural_size; The natural size for allocation in a given orientation

Members

Variables

data
void* data;
Undocumented in source.
minimumSize
int minimumSize;
Undocumented in source.
naturalSize
int naturalSize;
Undocumented in source.

Meta