CellAreaContextPropertyName

public enum CellAreaContextPropertyName : String, PropertyNameProtocol

Undocumented

  • The GtkCellArea this context was created by

    Declaration

    Swift

    case area = "area"
  • The minimum height for the GtkCellArea in this context for all GtkTreeModel rows that this context was requested for using gtk_cell_area_get_preferred_height().

    Declaration

    Swift

    case minimumHeight = "minimum-height"
  • The minimum width for the GtkCellArea in this context for all GtkTreeModel rows that this context was requested for using gtk_cell_area_get_preferred_width().

    Declaration

    Swift

    case minimumWidth = "minimum-width"
  • The natural height for the GtkCellArea in this context for all GtkTreeModel rows that this context was requested for using gtk_cell_area_get_preferred_height().

    Declaration

    Swift

    case naturalHeight = "natural-height"
  • The natural width for the GtkCellArea in this context for all GtkTreeModel rows that this context was requested for using gtk_cell_area_get_preferred_width().

    Declaration

    Swift

    case naturalWidth = "natural-width"