Interface EntryBufferClass.OnDeleteText

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.OnDeleteText
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    onDeleteText(CallbackHandler __self, EntryBuffer buffer, int position, int n_chars)
     
  • Method Details

    • onDeleteText

      int onDeleteText(CallbackHandler __self, @Nonnull EntryBuffer buffer, int position, int n_chars)
      Parameters:
      buffer - a `GtkEntryBuffer`
      position - position at which to delete text
      n_chars - number of characters to delete
      Returns:
      The number of characters deleted.