Ok. Then I wanted to be able to stop the file removing with the same button, so I wanted it to have the label "Stop" and the "Stop" gtk icon inside.
I know how to change the callbacks with g_signal_block() and g_signal_unblock(), but I don't know which is the best way to change the label and icon inside the button. It should be such that the old "Remove" label and icon could be reused, because I want the "Stop" button to change into "Remove" again.
Regards, Chad