Package ch.bailu.gtk.gtk
Interface EditableInterface.OnSetSelectionBounds
- Enclosing class:
- EditableInterface
- 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
onSetSelectionBounds
(CallbackHandler __self, Editable editable, int start_pos, int end_pos)
-
Method Details
-
onSetSelectionBounds
void onSetSelectionBounds(CallbackHandler __self, @Nonnull Editable editable, int start_pos, int end_pos) - Parameters:
editable
- a `GtkEditable`start_pos
- start of regionend_pos
- end of region
-