CellRendererSpinPropertyName
public enum CellRendererSpinPropertyName : String, PropertyNameProtocol
Undocumented
-
The adjustment that holds the value of the spinbutton. This must be non-
nil
for the cell renderer to be editable.Declaration
Swift
case adjustment = "adjustment"
-
Undocumented
Declaration
Swift
case alignSet = "align-set"
-
Specifies how to align the lines of text with respect to each other.
Note that this property describes how to align the lines of text in case there are several of them. The “xalign” property of
GtkCellRenderer
, on the other hand, sets the horizontal alignment of the whole text.Declaration
Swift
case alignment = "alignment"
-
Undocumented
Declaration
Swift
case attributes = "attributes"
-
Undocumented
Declaration
Swift
case background = "background"
-
Background color as a
GdkRGBA
Declaration
Swift
case backgroundRgba = "background-rgba"
-
Undocumented
Declaration
Swift
case backgroundSet = "background-set"
-
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"
-
The acceleration rate when you hold down a button.
Declaration
Swift
case climbRate = "climb-rate"
-
The number of decimal places to display.
Declaration
Swift
case digits = "digits"
-
Undocumented
Declaration
Swift
case editable = "editable"
-
Undocumented
Declaration
Swift
case editableSet = "editable-set"
-
Undocumented
Declaration
Swift
case editing = "editing"
-
Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to
PANGO_ELLIPSIZE_NONE
turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.Declaration
Swift
case ellipsize = "ellipsize"
-
Undocumented
Declaration
Swift
case ellipsizeSet = "ellipsize-set"
-
Undocumented
Declaration
Swift
case family = "family"
-
Undocumented
Declaration
Swift
case familySet = "family-set"
-
Undocumented
Declaration
Swift
case font = "font"
-
Undocumented
Declaration
Swift
case fontDesc = "font-desc"
-
Undocumented
Declaration
Swift
case foreground = "foreground"
-
Foreground color as a
GdkRGBA
Declaration
Swift
case foregroundRgba = "foreground-rgba"
-
Undocumented
Declaration
Swift
case foregroundSet = "foreground-set"
-
Undocumented
Declaration
Swift
case height = "height"
-
Undocumented
Declaration
Swift
case isExpanded = "is-expanded"
-
Undocumented
Declaration
Swift
case isExpander = "is-expander"
-
Undocumented
Declaration
Swift
case language = "language"
-
Undocumented
Declaration
Swift
case languageSet = "language-set"
-
Undocumented
Declaration
Swift
case markup = "markup"
-
The desired maximum width of the cell, in characters. If this property is set to -1, the width will be calculated automatically.
For cell renderers that ellipsize or wrap text; this property controls the maximum reported width of the cell. The cell should not receive any greater allocation unless it is set to expand in its
GtkCellLayout
and all of the cell’s siblings have received their natural width.Declaration
Swift
case maxWidthChars = "max-width-chars"
-
Undocumented
Declaration
Swift
case mode = "mode"
-
The text that will be displayed in the
GtkCellRenderer
ifGtkCellRendererText:editable
istrue
and the cell is empty.Declaration
Swift
case placeholderText = "placeholder-text"
-
Undocumented
Declaration
Swift
case rise = "rise"
-
Undocumented
Declaration
Swift
case riseSet = "rise-set"
-
Undocumented
Declaration
Swift
case scale = "scale"
-
Undocumented
Declaration
Swift
case scaleSet = "scale-set"
-
Undocumented
Declaration
Swift
case sensitive = "sensitive"
-
Undocumented
Declaration
Swift
case singleParagraphMode = "single-paragraph-mode"
-
Undocumented
Declaration
Swift
case size = "size"
-
Undocumented
Declaration
Swift
case sizePoints = "size-points"
-
Undocumented
Declaration
Swift
case sizeSet = "size-set"
-
Undocumented
Declaration
Swift
case stretch = "stretch"
-
Undocumented
Declaration
Swift
case stretchSet = "stretch-set"
-
Undocumented
Declaration
Swift
case strikethrough = "strikethrough"
-
Undocumented
Declaration
Swift
case strikethroughSet = "strikethrough-set"
-
Undocumented
Declaration
Swift
case style = "style"
-
Undocumented
Declaration
Swift
case styleSet = "style-set"
-
Undocumented
Declaration
Swift
case text = "text"
-
Undocumented
Declaration
Swift
case underline = "underline"
-
Undocumented
Declaration
Swift
case underlineSet = "underline-set"
-
Undocumented
Declaration
Swift
case variant = "variant"
-
Undocumented
Declaration
Swift
case variantSet = "variant-set"
-
Undocumented
Declaration
Swift
case visible = "visible"
-
Undocumented
Declaration
Swift
case weight = "weight"
-
Undocumented
Declaration
Swift
case weightSet = "weight-set"
-
Undocumented
Declaration
Swift
case width = "width"
-
The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.
Declaration
Swift
case widthChars = "width-chars"
-
Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.
Declaration
Swift
case wrapMode = "wrap-mode"
-
Specifies the minimum width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.
Declaration
Swift
case wrapWidth = "wrap-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"