WindowGravity
Description:
[ CCode ( cprefix = "GTK_WINDOW_GRAVITY_" , type_id = "gtk_window_gravity_get_type ()" ) ]
[ Version ( since = "4.20" ) ]
public enum WindowGravity
Determines which point or edge of a window is meant to remain fixed when a window changes size.
Content:
Enum values:
- BOTTOM - the bottom edge
- BOTTOM_END - The bottom right or top
left corner, depending on the text direction
- BOTTOM_LEFT - The bottom left corner
- BOTTOM_RIGHT - The bottom right
corner
- BOTTOM_START - The bottom left or
top right corner, depending on the text direction
- CENTER - The center pointer
- END - The right or left edge, depending on
the text direction
- LEFT - The left edge
- RIGHT - The right edge
- START - The left or right edge, depending
on the text direction
- TOP - The top edge
- TOP_END - The top right or top left
corner, depending on the text direction
- TOP_LEFT - The top left corner
- TOP_RIGHT - The top right corner
- TOP_START - The top left or top right
corner, depending on the text direction