Interface TextTagTable.OnTagChanged

Enclosing class:
TextTagTable
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 TextTagTable.OnTagChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTagChanged(TextTag tag, boolean size_changed)
    Emitted every time a tag in the `GtkTextTagTable` changes.
  • Method Details

    • onTagChanged

      void onTagChanged(@Nonnull TextTag tag, boolean size_changed)
      Emitted every time a tag in the `GtkTextTagTable` changes.
      Parameters:
      tag - the changed tag.
      size_changed - whether the change affects the `GtkTextView` layout.