GtkBaselinePosition

Whenever a container has some form of natural row it may align children in that row along a common typographical baseline. If the amount of verical space in the row is taller than the total requested height of the baseline-aligned children then it can use a #GtkBaselinePosition to select where to put the baseline inside the extra availible space.

Values

ValueMeaning
TOP0

Align the baseline at the top

CENTER1

Center the baseline

BOTTOM2

Align the baseline at the bottom

Meta

Since

3.10