Interface SorterChange


public interface SorterChange
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
  • Field Details

    • DIFFERENT

      static final int DIFFERENT
      The sorter change cannot be described
      by any of the other enumeration values
      See Also:
    • 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.
      See Also:
    • 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.
      See Also:
    • MORE_STRICT

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