Cerca

Heus ací els resultats de la cerca.

2.4 Shaping the main window and conversing with the user
19 Resultats, Darrera modificació:
nounce something to the user or to ask any simple question (e.g., yes/no), you don’t need to create you... for the dialog: possible values are: ERROR, INFO, QUESTION, and WARNING. The first of the functions we... dialog which: * contains an **icon** with a **question** mark in it; * returns ''True'' if the us... kinter as tk from tkinter import messagebox def question(): answer = messagebox.askyesno("?", "To
Python Professional Course Series: GUI Programming
2 Resultats, Darrera modificació:
rket. The most important aspect of the case is a question: how do we organize computer–user interactio... e window performs a very specific task (it asks a question and forces the user to reply), it needs two
1.2 Let TkInter speak!
2 Resultats, Darrera modificació:
s able to create **dialog boxes** intended to ask questions, display messages, and to receive a user's ... , the window can be closed instantly, without any question, when the user clicks the closing button. Th
1.3 Settling widgets in the window's interior
1 Resultats, Darrera modificació:
848.png }} We think that there is one intriguing question that can be asked here and now: do these but
1.5 A simple GUI application
1 Resultats, Darrera modificació:
be equated with an **affirmative answer** to some question) * the **OFF** state when the'' Checkbutto
1.6 Events and how to handle them
1 Resultats, Darrera modificació:
ooks clear, doesn’t it? Of course, there are two questions that should be answered immediately: * *
1.8 Interacting with widget methods
1 Resultats, Darrera modificació:
e. Moreover, it isn’t assigned as a callback. The question is – who invokes it? The event managers do,