Defines the reference point of a window and the meaning of coordinates passed to
Gtk.Window.Move.
Syntax
[GLib.GType(typeof(Gdk.GravityGType))]
public enum Gravity
Remarks
Members
| Member Name | Description |
|---|
| NorthWest | The reference point is at the top left corner. |
| North | The reference point is in the middle of the top edge. |
| NorthEast | The reference point is at the top right corner. |
| West | The reference point is at the middle of the left edge. |
| Center | The reference point is at the center of the window. |
| East | The reference point is at the middle of the right edge. |
| SouthWest | The reference point is at the lower left corner. |
| South | The reference point is at the middle of the lower edge. |
| SouthEast | The reference point is at the lower right corner. |
| Static | The reference point is at the top left corner of the window itself, ignoring window manager decorations. |
Requirements
Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)
Assembly Versions: 2.12.0.0