Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onInsertPaintable
(CallbackHandler __self, TextBuffer buffer, TextIter iter, Paintable paintable)
-
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 paintablepaintable
- a `GdkPaintable`
-