Enumeration
GtkBaselinePosition
since: 3.10
Description [src]
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.
Available since: 3.10
Members
GTK_BASELINE_POSITION_TOP
-
Align the baseline at the top.
- Value:
0
- Nickname:
top
- Available since: 3.10
- Value:
GTK_BASELINE_POSITION_CENTER
-
Center the baseline.
- Value:
1
- Nickname:
center
- Available since: 3.10
- Value:
GTK_BASELINE_POSITION_BOTTOM
-
Align the baseline at the bottom.
- Value:
2
- Nickname:
bottom
- Available since: 3.10
- Value: