Interface TextBuffer.OnMarkDeleted

Enclosing class:
TextBuffer
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 TextBuffer.OnMarkDeleted
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted as notification after a `GtkTextMark` is deleted.
  • Method Details

    • onMarkDeleted

      void onMarkDeleted(@Nonnull TextMark mark)
      Emitted as notification after a `GtkTextMark` is deleted.

      See also: [method@Gtk.TextBuffer.delete_mark].
      Parameters:
      mark - The mark that was deleted