Package org.gnome.gtk

Enum Class BaselinePosition

java.lang.Object
java.lang.Enum<BaselinePosition>
org.gnome.gtk.BaselinePosition
All Implemented Interfaces:
Enumeration, Serializable, Comparable<BaselinePosition>, Constable

@Generated("io.github.jwharm.JavaGI") public enum BaselinePosition extends Enum<BaselinePosition> implements Enumeration
Baseline position in a row of widgets.

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 vertical 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 available space.