Hi, Paul Davis <paul@linuxaudiosystems.com> writes: > gtk_label_set_text (GTK_LABEL(GTK_BIN(button)->child), "OFF"); Fortunately you don't need to write this ugly code any longer since there is gtk_button_set_label() nowadays. Sven
Hi, Paul Davis <paul@linuxaudiosystems.com> writes: > gtk_label_set_text (GTK_LABEL(GTK_BIN(button)->child), "OFF"); Fortunately you don't need to write this ugly code any longer since there is gtk_button_set_label() nowadays. Sven