Schnittstelle TextBuffer.OnMarkSet

Umschließende Klasse:
TextBuffer
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface TextBuffer.OnMarkSet
  • Methodenübersicht Linksymbol

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onMarkSet(TextIter location, TextMark mark)
    Emitted as notification after a `GtkTextMark` is set.
  • Methodendetails Linksymbol

    • onMarkSet Linksymbol

      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].
      Parameter:
      location - The location of @mark in @textbuffer
      mark - The mark that is set