Interface IconIface.OnEqual

Enclosing class:
IconIface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface IconIface.OnEqual
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onEqual(CallbackHandler __self, Icon icon1, Icon icon2)
     
  • Method Details

    • onEqual

      boolean onEqual(CallbackHandler __self, @Nullable Icon icon1, @Nullable Icon icon2)
      Parameters:
      icon1 - pointer to the first #GIcon.
      icon2 - pointer to the second #GIcon.
      Returns:
      %TRUE if @icon1 is equal to @icon2. %FALSE otherwise.