I created a new toggle button.. gtk_toggle_button_new_with_label("ON"); now how do I change the label to "OFF" when the button is toggled? I tried creating new labels in each loop of the call back function but culdn't get the desired thing.. please help me on this.. Thank you.