signal callback delegate or function to connect
void callback(gtk.types.EntryIconPosition iconPos, gdk.event.Event event, gtk.entry.Entry entry)
iconPos The position of the clicked icon (optional)
event the button press event (optional)
entry the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to IconPress signal.
The ::icon-press signal is emitted when an activatable icon is clicked.