Icon visibility in GtkEntry

Probably a bug then.

Not a bug. If you’re using Gtkmm, you can use the following to unset GtkEntry icon

Gtk::Entry::unset_icon (IconPosition)

Refer: gtkmm: Gtk::Entry Class Reference

1 Like