DragSurfacePropertyName
public enum DragSurfacePropertyName : String, PropertyNameProtocol
Undocumented
-
The mouse pointer for the
GdkSurface
.Declaration
Swift
case cursor = "cursor"
-
The
GdkDisplay
connection of the surface.Declaration
Swift
case display = "display"
-
The
GdkFrameClock
of the surface.Declaration
Swift
case frameClock = "frame-clock"
-
The height of the surface, in pixels.
Declaration
Swift
case height = "height"
-
Whether the surface is mapped.
Declaration
Swift
case mapped = "mapped"
-
The scale factor of the surface.
Declaration
Swift
case scaleFactor = "scale-factor"
-
The width of the surface in pixels.
Declaration
Swift
case width = "width"