Interface FilterMatch


public interface FilterMatch
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The filter matches all items,
    gtk_filter_match() will alays return %TRUE.
    static final int
    The filter does not match any item,
    gtk_filter_match() will always return %FALSE.
    static final int
    The filter matches some items,
    gtk_filter_match() may return %TRUE or %FALSE
  • Field Details

    • SOME

      static final int SOME
      The filter matches some items,
      gtk_filter_match() may return %TRUE or %FALSE
      See Also:
    • NONE

      static final int NONE
      The filter does not match any item,
      gtk_filter_match() will always return %FALSE.
      See Also:
    • ALL

      static final int ALL
      The filter matches all items,
      gtk_filter_match() will alays return %TRUE.
      See Also: