CellRendererSpinnerPropertyName
public enum CellRendererSpinnerPropertyName : String, PropertyNameProtocol
Undocumented
-
Undocumented
Declaration
Swift
case active = "active" -
Undocumented
Declaration
Swift
case cellBackground = "cell-background" -
Cell background as a
GdkRGBADeclaration
Swift
case cellBackgroundRgba = "cell-background-rgba" -
Undocumented
Declaration
Swift
case cellBackgroundSet = "cell-background-set" -
Undocumented
Declaration
Swift
case editing = "editing" -
Undocumented
Declaration
Swift
case height = "height" -
Undocumented
Declaration
Swift
case isExpanded = "is-expanded" -
Undocumented
Declaration
Swift
case isExpander = "is-expander" -
Undocumented
Declaration
Swift
case mode = "mode" -
Pulse of the spinner. Increment this value to draw the next frame of the spinner animation. Usually, you would update this value in a timeout.
By default, the
GtkSpinnerwidget draws one full cycle of the animation, consisting of 12 frames, in 750 milliseconds.Declaration
Swift
case pulse = "pulse" -
Undocumented
Declaration
Swift
case sensitive = "sensitive" -
The
GtkIconSizevalue that specifies the size of the rendered spinner.Declaration
Swift
case size = "size" -
Undocumented
Declaration
Swift
case visible = "visible" -
Undocumented
Declaration
Swift
case width = "width" -
Undocumented
Declaration
Swift
case xalign = "xalign" -
Undocumented
Declaration
Swift
case xpad = "xpad" -
Undocumented
Declaration
Swift
case yalign = "yalign" -
Undocumented
Declaration
Swift
case ypad = "ypad"
View on GitHub
Install in Dash
CellRendererSpinnerPropertyName Enumeration Reference