0

In Gtkmm how to respond to a click event on an image widget?I mean image widget does not support signal_clicked function like button widget .

Alex_ban
  • 221
  • 2
  • 11

1 Answers1

2

Put the image in an EventBox and connect to the signal on that.

ptomato
  • 56,175
  • 13
  • 112
  • 165