Borja Mon Serrano wrote:
The point here is: how can I know what button was pressed in order to
remove a row?

You need to attach to the "clicked" signal on each button[1]. Each button could call a separate function or you can pass a pointer to different values to know which button is which.

[1] https://developer.gnome.org/gtkmm-tutorial/unstable/sec-connecting-signal-handlers.html.en
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to