Interface TextBuffer.OnMarkSet

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

    Modifier and Type
    Method
    Description
    void
    onMarkSet(TextIter location, TextMark mark)
    Emitted as notification after a `GtkTextMark` is set.
  • Method Details

    • onMarkSet

      void onMarkSet(@Nonnull TextIter location, @Nonnull TextMark mark)
      Emitted as notification after a `GtkTextMark` is set.

      See also:
      [method@Gtk.TextBuffer.create_mark],
      [method@Gtk.TextBuffer.move_mark].
      Parameters:
      location - The location of @mark in @textbuffer
      mark - The mark that is set