Comment supprimer des widgets Tkinter en Python
Dans ce tutoriel nous allons découvrir comment supprimer des widgets Tkinter en Python.
Vous pouvez appeler pack_forget pour supprimer un widget (Utilisez pack pour l’ajouter à la fenêtre).
Exemple: Supprimer des widgets Tkinter en Python
from tkinter import * root = Tk() root.geometry('200x100') b = Button(root, text="Supprime moi", command=lambda: b.pack_forget()) b.pack(pady=20) root.mainloop()
Sortie:
- Interface graphique avec Tkinter | Python 3
- Button Tkinter | Python 3
- Label Tkinter | Python 3
- Text Tkinter | Python 3
- Entry Tkinter | Python 3
- Message Tkinter | Python 3
- Checkbutton Tkinter | Python 3
- Radiobutton Tkinter | Python 3
- Menu Tkinter | Python 3
- Menubutton Tkinter | Python 3
- Frame Tkinter | Python 3
- Scrollbar Tkinter | Python 3
- Spinbox Tkinter | Python 3
- Listbox Tkinter | Python 3
- Canvas Tkinter | Python 3
- tkMessageBox Tkinter | Python 3
- LabelFrame Tkinter | Python 3
- Scale Tkinter | Python 3
- Toplevel Tkinter | Python 3
- PanedWindow Tkinter | Python 3
- La méthode pack() | Tkinter Python 3
- La méthode grid() | Tkinter Python 3
- La méthode place() | Tkinter Python 3
- Comment récupérer la taille d’une fenêtre Tkinter Python
- Comment changer la couleur d’un Label – Tkinter Python
- Mettre une valeur par défaut dans Entry – Tkinter Python
- Changer l’icone par défaut de la fenêtre Tkinter Python
- Lier la touche Entrée à une fonction dans Tkinter Python
- Comment effacer le contenu d’un widget Text – Tkinter Python
- Augmenter la hauteur et largeur d’un widget Entry – Tkinter Python
- Récupérer la valeur d’un Entry saisi par l’utilisateur – Tkinter Python
- Récupérer la valeur d’un Text saisi par l’utilisateur – Tkinter Python
- Comment rendre le widget Text en lecture seule – Tkinter Python
- Définir la police et la taille du texte dans un widget Text – Tkinter Python
- Comment récupérer le texte d’un Label Tkinter Python
- Comment afficher ou masquer un widget Tkinter Python
- Comment supprimer des widgets Tkinter en Python
- Comment changer le texte d’un label Tkinter Python
- Comment changer la taille de police d’un label Tkinter Python
- Créer un Timer | Tkinter Python
- Comment afficher une fenêtre en plein écran Tkinter Python
- Comment empêcher le redimensionnement d’une fenêtre Tkinter Python
- Ouvrir une autre fenêtre en cliquant sur un bouton Tkinter Python
- Comment désactiver un bouton | Tkinter Python
- Comment fermer une fenêtre avec un bouton | Tkinter Python
- Passage de paramètre lors de clic d’un bouton Tkinter | Python
- Plusieurs commandes sur un bouton Tkinter | Python
- Changer la couleur d’arrière-plan d’une fenêtre | Tkinter Python
- Changer la couleur d’un bouton lors d’un clic | Tkinter Python
- Comment changer la couleur des boutons | Tkinter Python
- Modifier le texte d’un bouton en cliquant dessus | Tkinter Python
- Comment changer la police et la taille des boutons | Tkinter Python
- Comment définir la taille de la fenêtre | Tkinter Python
- Insérer une image dans un bouton | Tkinter Python
QCMs qui pourraient vous intéresser :
- Questions techniques sur MYSQL
- QCM MySQL Corrigé – Optimisation de requêtes
- QCM Base de données avec correction
- QCM sur PHP
- QCM Symfony
- QCM AngularJS
- QCM React
- QCM HTML / CSS
- QCM Java – Programmation Orientée Objet
- QCM Python
- QCM Cloud Computing
- QCM Framework Spring
- QCM Javascript
- QCM jQuery
- QCM Oracle
- QCM sur GIT – Gestionnaire de version
- QCM Linux – Gestion de processus
- QCM Réseau
- QCM Architecture des ordinateurs
- QCM Securité informatique
- QCM En Informatique Générale
- QCM en C
- QCM en C#
- QCM sur l'algorithmique
- QCM Word
- QCM Excel
- QCM PowerPoint
- QCM Access