Schnittstelle SorterChange


public interface SorterChange
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The sorter change cannot be described
    by any of the other enumeration values
    static final int
    The sort order was inverted.
    static final int
    The sorter is less strict: Comparisons
    may now return %GTK_ORDERING_EQUAL that did not do so before.
    static final int
    The sorter is more strict: Comparisons
    that did return %GTK_ORDERING_EQUAL may not do so anymore.
  • Felddetails

    • DIFFERENT

      static final int DIFFERENT
      The sorter change cannot be described
      by any of the other enumeration values
      Siehe auch:
    • INVERTED

      static final int INVERTED
      The sort order was inverted. Comparisons
      that returned %GTK_ORDERING_SMALLER now return %GTK_ORDERING_LARGER
      and vice versa. Other comparisons return the same values as before.
      Siehe auch:
    • LESS_STRICT

      static final int LESS_STRICT
      The sorter is less strict: Comparisons
      may now return %GTK_ORDERING_EQUAL that did not do so before.
      Siehe auch:
    • MORE_STRICT

      static final int MORE_STRICT
      The sorter is more strict: Comparisons
      that did return %GTK_ORDERING_EQUAL may not do so anymore.
      Siehe auch: