For a GtkButton , use gtk_button_set_label() . For a GtkLabel , use gtk_label_set_text() . Note that you can't pass a char into these functions, as a single ...
確定! 回上一頁