subject

In this GUI, the components in the frame are organized in a grid that has import tkinter as tk
2. from tkinter import ttk
3. class TipCalcFrame(ttk. Frame):
4. def __init__(self, parent):
5. ttk. Frame.__init__(self, parent, padding="20 20 20 20")
6. self. pack()
7. self. mealCost = tk. StringVar()
8. self. tipPercent = tk. StringVar()
9. self. tipAmount = tk. StringVar()
10. ttk. Label(self, text="Cost of your meal:").grid(
column=0, row=0, sticky=tk. E)
11. ttk. Entry(self, width=30, textvariable=self. mealCost).grid(
column=1, row=0)
12. ttk. Label(self, text="Percent to leave as a tip:").grid(
column=0, row=1, sticky=tk. E)
13. ttk. Entry(self, width=30, textvariable=self. tipPercent).grid(
column=1, row=1)
14. ttk. Label(self, text="Tip amount:").grid(
column=0, row=2, sticky=tk. E)
15. ttk. Entry(self, width=30, textvariable=self. tipAmount,

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Which of the following tasks is an audio technician most likely to perform while working on a nature documentary? (select all that apply). eliminating potentially distracting background noise adding sound effects making sure the lighting is adequate for a particular scene changing the narration to better match the mood of the documentary
Answers: 3
question
Computers and Technology, 23.06.2019 15:00
Plz ( which is an example of a good url?
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Freya realizes she does not have enough in her bank account to use the debit card. she decides to use a credit card instead. which questions should freya answer before using a credit card? check all that apply. can i pay at least the minimum payment each month? can i make payments on time and avoid late fees? will i have to take out a loan? how much in finance charges can i afford to pay? should i talk to a consumer credit counseling service?
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
How often does colleges update the cost of attendance on their website? . a)every two years b) every four years c) every year d) every semester
Answers: 1
You know the right answer?
In this GUI, the components in the frame are organized in a grid that has import tkinter as tk
Questions
question
Mathematics, 25.10.2021 21:30
question
Biology, 25.10.2021 21:30
question
History, 25.10.2021 21:30
question
English, 25.10.2021 21:30
Questions on the website: 13722361