PopupPropertyName
public enum PopupPropertyName : String, PropertyNameProtocol
Undocumented
-
Whether to hide on outside clicks.
Declaration
Swift
case autohide = "autohide"
-
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 parent surface.
Declaration
Swift
case parent = "parent"
-
The scale factor of the surface.
Declaration
Swift
case scaleFactor = "scale-factor"
-
The width of the surface in pixels.
Declaration
Swift
case width = "width"