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().

Members

Variables

data
void* data;

A client pointer

minimumSize
int minimumSize;

The minimum size needed for allocation in a given orientation

naturalSize
int naturalSize;

The natural size for allocation in a given orientation

Meta