Interface TextBufferClass.OnRemoveTag

Enclosing class:
TextBufferClass
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 TextBufferClass.OnRemoveTag
  • Method Details

    • onRemoveTag

      void onRemoveTag(CallbackHandler __self, @Nonnull TextBuffer buffer, @Nonnull TextTag tag, @Nonnull TextIter start, @Nonnull TextIter end)
      Parameters:
      buffer - a `GtkTextBuffer`
      tag - a `GtkTextTag`
      start - one bound of range to be untagged
      end - other bound of range to be untagged