Vertaling van "Tkinter" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Le code Tkinter est dans cette couleur, à gauche.
Tkinter fournit des fonctionnalités pour créer des interfaces graphiques utilisateur interactives.
Tkinter provides functionality for creating interactive graphical user interfaces.
Il possède de nombreuses fonctionnalités supplémentaires par rapport à Tkinter.
It has a lot more of features than Tkinter.
De cette manière, Tkinter cessera d'essayer tout le temps d'adapter la fenêtre à son contenu.
This way, Tkinter will stop trying to accommodate window size all the time.
Avec Tkinter, on appelle la méthode.grid() sur notre widget.
In Tkinter, we call the.grid() method on the widget.
Ceci dit, je suis d'accord sur le fait qu'il possède plus de fonctionnalités que Tkinter, et j'encourage les gens à l'essayer.
That said, I agree that it has more features than Tkinter, and I encourage people to check it out.
Il existe actuellement 15 types de widgets dans Tkinter.
There are currently 15 types of widgets in Tkinter.
Avec Tkinter, on utilise la méthode.bind()
In Tkinter, we use a.bind() method.
Tkinter expose la géométrie des classes de gestionnaire suivantes: le pack, la grille, et le lieu.
Tkinter exposes the following geometry manager classes: pack, grid, and place.
Pour le moment, la version Tkinter ne contient rien (d'où l'instruction pass qui ne fait rien.)
For the moment, the Tkinter version contains nothing (hence the pass instruction which does nothing.)
Il est aussi connu sous le nom Tkinter...
Also known as Tkinter...
Avec Tkinter, c'est à nouveau la méthode.grid(), mais cette fois la cellule doit déborder sur sa voisine de droite (afin que le label apparaisse sous le champ texte (colonne 0) et le bouton (colonne 1).
In Tkinter, this is again the.grid() method, but this time we also span it across two cells (so that it appears below the text field and the button.
Tkinter fournit divers contrôles, tels que des boutons, des étiquettes et des zones de texte utilisés dans une application graphique.
Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI application.