CellRendererMode

public extension CellRendererMode
  • Cast constructor, converting any binary integer to a CellRendererMode.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The cell is just for display and cannot be interacted with. Note that this doesn’t mean that eg. the row being drawn can’t be selected – just that a particular element of it cannot be individually modified.

    Declaration

    Swift

    static let inert: GtkCellRendererMode
  • The cell can be clicked.

    Declaration

    Swift

    static let activatable: GtkCellRendererMode
  • The cell can be edited or otherwise modified.

    Declaration

    Swift

    static let editable: GtkCellRendererMode