Schnittstelle EditableInterface.OnInsertText

Umschließende Klasse:
EditableInterface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface EditableInterface.OnInsertText
  • Methodenübersicht Linksymbol

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onInsertText(CallbackHandler __self, Editable editable, Str text, int length, Int position)
     
  • Methodendetails Linksymbol

    • onInsertText Linksymbol

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