Package ch.bailu.gtk.gtk
Interface Entry.OnIconPress
- Enclosing class:
- Entry
- 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
onIconPress
(int icon_pos) Emitted when an activatable icon is clicked.
-
Method Details
-
onIconPress
void onIconPress(int icon_pos) Emitted when an activatable icon is clicked.- Parameters:
icon_pos
- The position of the clicked icon
-