« Programmation GTK2 en Pascal/GtkVScale » : différence entre les versions

Contenu supprimé Contenu ajouté
Didier (discussion | contributions)
→‎Programme exemple : Màj source (+ HBox)
Didier (discussion | contributions)
Ligne 148 :
pFenPrinc^.pLabel := gtk_label_new(NULL);
gtk_box_pack_start(GTK_BOX(pFenPrinc^.pVBox), pFenPrinc^.pLabel, TRUE, FALSE, 0);
 
gtk_widget_show_all(pFenPrinc^.pFenetre);
gtk_main;