Enumeration (GI Flags)

Gtk-4.0GtkTextBufferNotifyFlagsSince 4.16

Values for Gtk.TextBufferCommitNotify to denote the point of the notification.

4.16

Index

Enumeration Members

AFTER_DELETE: number

Be notified after text has been deleted from the underlying buffer.

AFTER_INSERT: number

Be notified after text has been inserted into the underlying buffer.

BEFORE_DELETE: number

Be notified before text is deleted from the underlying buffer.

BEFORE_INSERT: number

Be notified before text is inserted into the underlying buffer.