action

Recherche

Voici les résultats de votre recherche.

tkinter_gui_simple
11 Occurrences trouvées, Dernière modification :
loop() </code> ===== Un bouton (Button) avec une action pour écrire ====== L'écriture va s'effectuer sur ... -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, we can !") root = Tk() #w = L... ck() b = Button(root,text="Click here !",command=action) b.pack() root.mainloop() </code> <note tip>Voy... -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, we can !") root = Tk() #w = L
representation_molecules_2013
2 Occurrences trouvées, Dernière modification :
ariable=ImageCase).pack() #Bouton valider nom def action(): name=str(NomEntry.get()) if ClipboardC... firm=Button(FrameOnglet1, text="Valider", command=action).pack() #Affichage SMILES AffichageLabel=Label(Fr... iable=ImageCase2).pack() #Bouton valider code def action2(): CodeSMILES=str(SmilesText.get()) if C... irm2=Button(FrameOnglet2, text="Valider", command=action2).pack() #Affichage nom AffichageLabel2=Label(Fra
scipy_simple
1 Occurrences trouvées, Dernière modification :
p://wiki.scipy.org/Cookbook/LoktaVolterraTutorial?action=show&redirect=LoktaVolterraTutorial|Lotka-Volterr