Struct

GtkRequestedSize

Description [src]

structGtkRequestedSize{
gpointerdata;
gintminimum_size;
gintnatural_size;
}

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

Structure members
data: gpointer

A client pointer.

minimum_size: gint

The minimum size needed for allocation in a given orientation.

natural_size: gint

The natural size for allocation in a given orientation.

AltStyle によって変換されたページ (->オリジナル) /