Package ch.bailu.gtk.gtk
Interface TextBuffer.OnBeginUserAction
- 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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Emitted at the beginning of a single user-visible
operation on a `GtkTextBuffer`.
-
Method Details
-
onBeginUserAction
void onBeginUserAction()Emitted at the beginning of a single user-visible
operation on a `GtkTextBuffer`.
See also:
[method@Gtk.TextBuffer.begin_user_action],
[method@Gtk.TextBuffer.insert_interactive],
[method@Gtk.TextBuffer.insert_range_interactive],
[method@Gtk.TextBuffer.delete_interactive],
[method@Gtk.TextBuffer.backspace],
[method@Gtk.TextBuffer.delete_selection].
-