Interface TextBuffer.OnEndUserAction

Enclosing class:
TextBuffer
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 TextBuffer.OnEndUserAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted at the end of a single user-visible
    operation on the `GtkTextBuffer`.
  • Method Details

    • onEndUserAction

      void onEndUserAction()
      Emitted at the end of a single user-visible
      operation on the `GtkTextBuffer`.

      See also:
      [method@Gtk.TextBuffer.end_user_action],
      [method@Gtk.TextBuffer.insert_interactive],
      [method@Gtk.TextBuffer.insert_range_interactive],
      [method@Gtk.TextBuffer.delete_interactive],
      [method@Gtk.TextBuffer.backspace],
      [method@Gtk.TextBuffer.delete_selection],
      [method@Gtk.TextBuffer.backspace].