tkinter
Way to make Tkinter button the same colour as its window?
So say i had a picture as the Tkinter window background and i had button on the window . Could i have the buttons the same coulor as the spot on the picture that the button is currently on? 开发者_运维[详细]
2023-03-26 22:00 分类:问答Accepting inputs from Tkinter
I want to write a GUI in Tkinter that accepts a text inputs from the user and stores it in a variable Text; I also want to be able to use this variable later on... Here is s开发者_如何学运维omething i[详细]
2023-03-26 12:32 分类:问答Keep selection on Tkinter Entry widget despite not having focus
When a user selects a portion of text in a Tkinter Entry widget it becomes highlighted. However, when the user clicks away from the widget the highlighting disappears.[详细]
2023-03-26 03:50 分类:问答how to add Tkinter support to python2 on my gentoo? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-25 19:57 分类:问答Why is `None` returned instead of tkinter.Entry object? [duplicate]
This question already has answers here: Tkinter: AttributeError: NoneType object has no attribute <attribute name>[详细]
2023-03-25 13:12 分类:问答Issue with 'StringVar' in Python Program
I am trying to write a VERY simple UI in Python using Tkinter.I have run into a small problem with the StringVar class.The thing is, when I run the python script, I get an error on the line that initi[详细]
2023-03-25 11:21 分类:问答import tkinter yields error
Starting the Open Book on Python 3.1 import turtle #this yields an error from importing tkinter Script:[详细]
2023-03-25 09:42 分类:问答Python Tkinter Root Title doesn't work
I can\'t seem to title my windows. They all have the title \"Tk\".I believ开发者_高级运维e my code is correct, so correct me if this is wrong...[详细]
2023-03-25 04:46 分类:问答python/tkinter: is it possible to copy paste text AND tags?
in my Text widget I have here and there many tags, taking care of the text appearance (bold, italic etc).[详细]
2023-03-24 20:48 分类:问答How can I pass arguments to Tkinter button's callback command?
I got 2 buttons, respectively named \'ButtonA\', \'Bu开发者_如何学PythonttonB\'. I want the program to print \'hello, ButtonA\' and \'hello, ButtonB\' if any button is clicked.[详细]
2023-03-24 15:53 分类:问答