Interface EditableInterface.OnDoInsertText

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.

@FunctionalInterface public static interface EditableInterface.OnDoInsertText
  • Method Details

    • onDoInsertText

      void onDoInsertText(CallbackHandler __self, @Nonnull Editable editable, @Nonnull Str text, int length, @Nonnull Int position)
      Parameters:
      editable - a `GtkEditable`
      text - the text to append
      length - the length of the text in bytes, or -1
      position - location of the position text will be inserted at