TreeListModelPropertyName

public enum TreeListModelPropertyName : String, PropertyNameProtocol

Undocumented

  • If all rows should be expanded by default.

    Declaration

    Swift

    case autoexpand = "autoexpand"
  • The root model displayed.

    Declaration

    Swift

    case model = "model"
  • Gets whether the model is in passthrough mode.

    If false, the GListModel functions for this object return custom [classGtk.TreeListRow] objects. If true, the values of the child models are pass through unmodified.

    Declaration

    Swift

    case passthrough = "passthrough"