Interface TextBufferClass.OnInsertPaintable

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

    • onInsertPaintable

      void onInsertPaintable(CallbackHandler __self, @Nonnull TextBuffer buffer, @Nonnull TextIter iter, @Nonnull Paintable paintable)
      Parameters:
      buffer - a `GtkTextBuffer`
      iter - location to insert the paintable
      paintable - a `GdkPaintable`