Signal
GtkEntry::icon-release
since: 2.16
Declaration
void
icon_release (
GtkEntry* self,
GtkEntryIconPosition icon_pos,
GdkEvent* event,
gpointer user_data
)
Description [src]
The ::icon-release signal is emitted on the button release from a mouse click over an activatable icon.
| Default handler: The default handler is called after the handlers added via |
| Available since: 2.16 |
Parameters
icon_pos-
Type:
GtkEntryIconPositionThe position of the clicked icon.
event-
Type:
GdkEventThe button release event.
The data is owned by the caller of the function.