TextBufferNotifyFlags#
Added in version 4.16.
- class TextBufferNotifyFlags#
Values for [callback``Gtk``.TextBufferCommitNotify] to denote the point of the notification.
Fields#
- class TextBufferNotifyFlags
- 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.