but

Recherche

Voici les résultats de votre recherche.

gaz_parfait_2011
16 Occurrences trouvées, Dernière modification :
" "(ligne 3 et colonne 3) button = Button(fen2, text='calculer', command=calculerP, bg="gold")#apparition du bouton "calculer" qui r... ition "calculerP" couleur or sur la fenêtre 2 button.grid(row=5, column=2) ... (row=2, column=3) P.grid(row=3, column=3) button = Button(fen2, text='calculer', command=calcul
tkinter_gui_simple
16 Occurrences trouvées, Dernière modification :
pack() root.mainloop() </code> ===== Un bouton (Button) avec une action pour écrire ====== L'écriture... #w = Label(root, text="Bonjour!") #w.pack() b = Button(root,text="Click here !",command=action) b.pac... ow=?) champ = Entry(root) champ.grid(row=0) b = Button(root,text="Click here !",command=action) b.gri... ow=0) champ = Entry(root) champ.grid(row=1) b = Button(root,text="Click here !",command=action) b.gri
game_of_life_conway-2012
15 Occurrences trouvées, Dernière modification :
aised",width=2,borderwidth=1) self.bind("<Button-1>", self.toggle) self.displayState(Ce... y.zeros(sizex,sizey) is a better choice, #but an additional dependency might be rude... ... for i,fig in enumerate(Figures): Button(middleFrame, text=fig[0], ... width=5) KB2.grid(row=1,column=2) ### buttonStep = Button(bottomFrame,text="Step",command=g
calcul_matriciel_2012
13 Occurrences trouvées, Dernière modification :
n=j) Zones1.append(entries) bou3= Button (fen03, text="calcul du déterminant",command= ... n=j) Zones4.append(entries) bou3= Button (fen03, text="calcul de la comatrice",command=... n=j) Zones2.append(entries) bou3= Button (fen03, text="calcul de la matrice inverse",co... n=j) Zones3.append(entries) bou3= Button (fen03, text="calculer la transposée de la mat
dictionaries_adn_arn_protein
12 Occurrences trouvées, Dernière modification :
g='green') entr1 = Entry(fen1, background='grey') button1 = Button(fen1, text='Structure primaire de la protéine', command =traduction_en_AM1) button2 = Button(fen1, text='Structure primaine de la protéine (code 3 lettres)', command =traduction_en_A
conversion_temperature_2011
9 Occurrences trouvées, Dernière modification :
exte. "str" défini une chaine de caractères # Button(conteneur, text='Ok', command=conteneur.destro... rreurwidget, text=texte).pack(padx=5, pady=5) Button(erreurwidget, text='Ok', command=erreurwidget.... utiliser un argument dans la fonction command ### Button(F, text='Quitter', anchor=SE, command=F.quit).pack(side=BOTTOM, anchor=SE) Button(F, text='CelToFah', anchor=SE, command=lambda:
ph_courbe_titrage_2011
7 Occurrences trouvées, Dernière modification :
hoisir un type').pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.dest... entre 0 et 14").pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.dest... lace de la virgule").pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.dest... evel(fen1) fen.title('Courbe de titrage') Button(fen, text='Fermer', command = fen.destroy,bg="
representation_molecules_2013
7 Occurrences trouvées, Dernière modification :
FrameOnglet1.grid(row=1, columnspan=3) Onglet1=Button(root, text="A partir du nom", command=ActionOn... FrameOnglet2.grid(row=1, columnspan=3) Onglet2=Button(root, text="A partir du SMILES", command=Actio... FrameOnglet3.grid(row=1, columnspan=3) Onglet3=Button(root, text="A partir d'un CSV", command=Action... DisplaySmiles.insert(END, SMILES(name)) confirm=Button(FrameOnglet1, text="Valider", command=action).
codes_presentation
4 Occurrences trouvées, Dernière modification :
=0, column =1) entr2.grid(row =1, column =1) bou1=Button(fen01,text='Continuer',command=fen01.quit) bou... x1, y1, x1+30, y1+30, width=2, fill='red') bou1 = Button(fen1,text='Quitter', width =8, command=fen1.quit) bou1.pack(side=BOTTOM) bou2 = Button(fen1, text='Démarrer', width =8, command=start_it) bou2.pack() bou3 = Button(fen1, text='Arrêter', width =8, command=stop_i
courbe_predominance_acide_2013
4 Occurrences trouvées, Dernière modification :
dominance") plt.show() b2=Button(root2,text="Tracer le Graphique",command=graph... #ligne à laquelle se situe le bouton2 bfin=Button(root2,text="Quitter",command=root2.quit, bg ='... a le champ où l'on donnera la concentration b1 = Button(root1, text = 'Valeurs des pKa ?',command = fe... er les autres paramètres. b1.grid(row = 4) b2 = Button(root1, text = 'Quitter', command = root1.quit,
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :
pKa correspondant, à chaque cliq listbox1.bind('<ButtonRelease-1>', get_acide) label=tk.Label(root) label.grid(row=2,column=1) boutongraphe = tk.Button(root, text="Tracer le graphe!", command=graphe... niline (C6H5NH2)', 'Benzylamine (C6H5CH2NH2)', 'n-Butylamine (CH3CH2CH2CH2NH2)', 'Diethylamine (CH3CH2N... niline (C6H5NH2)', 'Benzylamine (C6H5CH2NH2)', 'n-Butylamine (CH3CH2CH2CH2NH2)', 'Diethylamine (CH3CH2N
presentation_principes
4 Occurrences trouvées, Dernière modification :
=0, column =1) entr2.grid(row =1, column =1) bou1=Button(fen01,text='Continuer',command=fen01.quit) bou... x1, y1, x1+30, y1+30, width=2, fill='red') bou1 = Button(fen1,text='Quitter', width =8, command=fen1.quit) bou1.pack(side=BOTTOM) bou2 = Button(fen1, text='Démarrer', width =8, command=start_it) bou2.pack() bou3 = Button(fen1, text='Arrêter', width =8, command=stop_i
pressions_partielles_systemes_non_ideaux
4 Occurrences trouvées, Dernière modification :
rid(row=2, column=1,columnspan=2, padx=3, pady=3) Button(fen1, text="acetone CS2", command=graph1, bg="... , fg="black").grid(row=3, column=0, columnspan=2) Button(fen1, text="benzene toluene", command=graph2, ... fg="white").grid( row=3, column=2, columnspan=2) Button(fen1, text="comparatif des 2 diagrammes", comm... n",fg="black").grid( row=3,column=4,columnspan=2) Button(fen1, text="quitter", command=abientot, bg="re
grille_configurations_melange_binaire_2013
3 Occurrences trouvées, Dernière modification :
pelée lors du clic sur le bouton "Rafraichir" def buttonClick(): #Effacement de la grille précédent... mbre de lignes, colonnes et de 1 sélectionnés b = Button(root, text="Rafraichir la grille", command=buttonClick) b.pack() c = Canvas(root, width=600, heigh
openbabel_jmol
3 Occurrences trouvées, Dernière modification :
ecules['isopropanol'] = 'CC(O)C' molecules['n-butanol'] = 'CCCCO' molecules['butan-2-ol'] = 'CC(O)CC' molecules['isobutanol'] = 'CC(C)CO' molecules['tert-butanol'] = 'CC(C)(C)O' molecules['1-Pentanol'] =
solvents_data_class
3 Occurrences trouvées, Dernière modification :
random_walk_2d-simple
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2011
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2013
2 Occurrences trouvées, Dernière modification :
notions_fondamentales
1 Occurrences trouvées, Dernière modification :
ph-3d
1 Occurrences trouvées, Dernière modification :
progappchim
1 Occurrences trouvées, Dernière modification :