Package ch.bailu.gtk.gtk
Interface EditableInterface.OnInsertText
- Enclosing class:
- EditableInterface
- 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
onInsertText
(CallbackHandler __self, Editable editable, Str text, int length, Int position)
-
Method Details
-
onInsertText
void onInsertText(CallbackHandler __self, @Nonnull Editable editable, @Nonnull Str text, int length, @Nonnull Int position) - Parameters:
editable
- a `GtkEditable`text
- the text to appendlength
- the length of the text in bytes, or -1position
- location of the position text will be inserted at
-