Interface TextBufferClass.OnApplyTag

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.OnApplyTag
  • Method Details

    • onApplyTag

      void onApplyTag(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 tagged
      end - other bound of range to be tagged