CellRendererAccelPropertyName

public enum CellRendererAccelPropertyName : String, PropertyNameProtocol

Undocumented

  • The keyval of the accelerator.

    Declaration

    Swift

    case accelKey = "accel-key"
  • Determines if the edited accelerators are GTK+ accelerators. If they are, consumed modifiers are suppressed, only accelerators accepted by GTK+ are allowed, and the accelerators are rendered in the same way as they are in menus.

    Declaration

    Swift

    case accelMode = "accel-mode"
  • The modifier mask of the accelerator.

    Declaration

    Swift

    case accelMods = "accel-mods"
  • 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 GdkColor

    background-gdk is deprecated: Use #GtkCellRendererText:background-rgba instead.

    Declaration

    Swift

    case backgroundGdk = "background-gdk"
  • 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 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 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 GdkColor

    foreground-gdk is deprecated: Use #GtkCellRendererText:foreground-rgba instead.

    Declaration

    Swift

    case foregroundGdk = "foreground-gdk"
  • 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"
  • The hardware keycode of the accelerator. Note that the hardware keycode is only relevant if the key does not have a keyval. Normally, the keyboard configuration should assign keyvals to all keys.

    Declaration

    Swift

    case keycode = "keycode"
  • 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 if GtkCellRendererText:editable is true and the cell is empty.

    Since 3.6

    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"