Closed Justarone closed 4 years ago
This is not really a bug in the bindings but more a support question or a bug in GTK. Can you ask this on the GNOME Discourse? Ideally also include a complete runnable testcase to reproduce the problem there.
Thanks :)
I am a newbie, sorry in advance.
Problem: I need to change pixbuf of
gtk::Image
. it works inapplication.connect_acitvate
arg-closure (where I build my window), but it doesn't work, when I try to change it inside of, for example,button.connect_clicked
arg-closure.Code (I marked places, where it works, and where not):
What should I do? Help me, please..