Hi, "Hari Prasad Nadig" <hpnadig@myrealbox.com> writes: > 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? gtk_button_set_label (GTK_BUTTON toggle), "OFF"); Sven