There are the methods signal_icon_press() and signal_icon_release() [1]
in Gtk::Entry (assuming that's what you're talking about). I think you
should be able to connect to one or both of them to create a functioning
"(secondary) icon clicked handler".

[1]
https://developer.gnome.org/gtkmm/stable/classGtk_1_1Entry.html#ad39f745e170882bc165f962cce80e578

Am 22.01.2015 um 02:13 schrieb Nicolas Jäger:
> Hi,
> 
> I would like to use the second icon of the entry to erase the text in
> the entry, I'm looking for the function to connect a callback function
> when I click on the icon.
> 
> regards,
> 
> /nicoo
> 
> TO MODERATORS : I sent a first mail with a screenshot, forget it. In
> the future I will upload somewhere on internet my screenshot instead of
> joining them.
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtkmm-list
> 

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to