Interface EntryBufferClass.OnGetLength

Enclosing class:
EntryBufferClass
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 EntryBufferClass.OnGetLength
  • Method Details

    • onGetLength

      int onGetLength(CallbackHandler __self, @Nonnull EntryBuffer buffer)
      Parameters:
      buffer - a `GtkEntryBuffer`
      Returns:
      The number of characters in the buffer.