Enumeration
GtkTextBufferNotifyFlags
since: 4.16
Description [src]
Values for GtkTextBufferCommitNotify
to denote the
point of the notification.
Available since: 4.16
Members
Name | Description |
---|---|
GTK_TEXT_BUFFER_NOTIFY_BEFORE_INSERT |
Be notified before text is inserted into the underlying buffer. |
GTK_TEXT_BUFFER_NOTIFY_AFTER_INSERT |
Be notified after text has been inserted into the underlying buffer. |
GTK_TEXT_BUFFER_NOTIFY_BEFORE_DELETE |
Be notified before text is deleted from the underlying buffer. |
GTK_TEXT_BUFFER_NOTIFY_AFTER_DELETE |
Be notified after text has been deleted from the underlying buffer. |