CellRendererProgressPropertyName
public enum CellRendererProgressPropertyName : String, PropertyNameProtocol
Undocumented
-
Undocumented
Declaration
Swift
case cellBackground = "cell-background"
-
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 inverted = "inverted"
-
Undocumented
Declaration
Swift
case isExpanded = "is-expanded"
-
Undocumented
Declaration
Swift
case isExpander = "is-expander"
-
Undocumented
Declaration
Swift
case mode = "mode"
-
Setting this to a non-negative value causes the cell renderer to enter “activity mode”, where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much.
Each increment of the property causes the block to move by a little bit.
To indicate that the activity has not started yet, set the property to zero. To indicate completion, set the property to
G_MAXINT
.Declaration
Swift
case pulse = "pulse"
-
Undocumented
Declaration
Swift
case sensitive = "sensitive"
-
The “text” property determines the label which will be drawn over the progress bar. Setting this property to
nil
causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed.Declaration
Swift
case text = "text"
-
The “text-xalign” property controls the horizontal alignment of the text in the progress bar. Valid values range from 0 (left) to 1 (right). Reserved for RTL layouts.
Declaration
Swift
case textXalign = "text-xalign"
-
The “text-yalign” property controls the vertical alignment of the text in the progress bar. Valid values range from 0 (top) to 1 (bottom).
Declaration
Swift
case textYalign = "text-yalign"
-
The “value” property determines the percentage to which the progress bar will be “filled in”.
Declaration
Swift
case value = "value"
-
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"