l'expander de la deuxième ligne est TRUE

This commit is contained in:
Jean Sirmai 2024-05-15 07:04:57 +02:00
parent ea9d38a66e
commit 828d58011f
Signed by: jean
GPG Key ID: FB3115C340E057E3
4 changed files with 4 additions and 0 deletions

4
hot.c
View File

@ -19,6 +19,10 @@ GtkBox *get_experimental_box_new(){
gtk_box_append (experimental_box, GTK_WIDGET(gtk_label_new ("\n\n")));
gtk_box_append (experimental_box, gtk_expander_new ("hello !"));
GtkExpander *expand = gtk_expander_new ("it's me !");
gtk_expander_set_expanded (GTK_WIDGET(expand), TRUE);
gtk_box_append (experimental_box, expand);
gtk_box_append (experimental_box, GTK_WIDGET(gtk_label_new ("\n\n")));
return experimental_box;
}

BIN
hot.o

Binary file not shown.

BIN
myprogram

Binary file not shown.

BIN
tree.o

Binary file not shown.