TextBufferNotifyFlags
Description:
[ CCode ( cprefix = "GTK_TEXT_BUFFER_NOTIFY_" , type_id = "gtk_text_buffer_notify_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "4.16" ) ]
public enum TextBufferNotifyFlags
Values for [callback@Gtk.
TextBufferCommitNotify] to denote the point of the notification.
Content:
Enum values:
- AFTER_DELETE - Be notified
after text has been deleted from the underlying buffer.
- AFTER_INSERT - Be notified
after text has been inserted into the underlying buffer.
- BEFORE_DELETE - Be notified
before text is deleted from the underlying buffer.
- BEFORE_INSERT - Be notified
before text is inserted into the underlying buffer.