Interface TextBuffer.OnModifiedChanged

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.OnModifiedChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the modified bit of a `GtkTextBuffer` flips.
  • Method Details

    • onModifiedChanged

      void onModifiedChanged()
      Emitted when the modified bit of a `GtkTextBuffer` flips.

      See also: [method@Gtk.TextBuffer.set_modified].