I have a Tkinter canvas widget and I\'d like to create a stipple pattern on it. I know I could do it manually using the create_line method. However, I\'d think there would seem to be a better way. Any
I want to draw arrows (that change size dynamically) within a Label or any other widget. I have these arranged as a grid. How can I do this? Would I need a Canvas? (not used yet ... curren开发者_Stack
I am having a problem with tkinter.ttk on mac. I am using macports and python3.1. When I try to use tkinter.ttk I get very old looking gui elements.
I use tkinter, but my question is probably general. This is the first time I\'m designing GUI. Each of my objects is modeled as a class. I don\'t understand how to tie the GUI class hierarchy with th
I\'m trying to use tkinter to periodically refresh a square grid. Each square in the grid is painted a certain color (say obtained from a given function); in the center of each square, a smaller circl
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a text widget with a scrollbar which looks something like this: self.myWidget = Text(root) self.myWidget.configure(state=DISABLED)
I am working on a project that is based on Urdu language in Ubuntu platform. I\'m using Python language and have almost achieved my task.
I\'m making photo vi开发者_运维技巧ewing application for Windows 7 using Python 2.6. I\'d like to make it so that my program automatically becomes the default photo-viewer on Windows, how would I go a
What\'s the easiest way to make a GUI in python (TKinter) that recieves an array of 5 images (urls), shows them side by side with 3 buttos in front.