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 release 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 IconRelease signal.
The ::icon-release signal is emitted on the button release from a mouse click over an activatable icon.