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
GdkDisplayconnection of the surface.Declaration
Swift
case display = "display" -
The
GdkFrameClockof 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"
View on GitHub
Install in Dash
PopupPropertyName Enumeration Reference