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