CellRendererSpinnerPropertyName
public enum CellRendererSpinnerPropertyName : String, PropertyNameProtocol
Undocumented
-
Undocumented
Declaration
Swift
case active = "active"
-
Undocumented
Declaration
Swift
case cellBackground = "cell-background"
-
Cell background as a
GdkColor
cell-background-gdk is deprecated: Use #GtkCellRenderer:cell-background-rgba instead.
Declaration
Swift
case cellBackgroundGdk = "cell-background-gdk"
-
Cell background as a
GdkRGBA
Declaration
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
GtkSpinner
widget 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
GtkIconSize
value 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"