tix Questions

4

I've been using Tkinter and Tix to write a small program. I'm at a point where I need a tree view with checkboxes (checkbuttons) so I can select items from the tree view. Is there an easy way to ...
Koressa asked 24/2, 2011 at 11:58

5

I wanted to visualise some basic colours, so I could pick the appropriate ones for my colour scheme. I couldn't find a colour chart anywhere so modified a sample to display it. Is this a good way t...
Warram asked 11/2, 2011 at 13:29

1

Solved

Hello I am trying to create a button that will show description when hovered. similar to html img tag "alt" I decide to use "tkinter.pix" with Balloon() But I am having an error: _tkinter.TclErro...
Lilley asked 24/8, 2018 at 9:34

3

I recently have become interested in GUI programming in Python. I have already had plenty of experience with Pygame, but find that it would be easier just to use the interface that Tkinter, Tix, e...
Hydrokinetic asked 19/9, 2012 at 17:0

2

Solved

I'm trying to make a tabbed GUI in Python and I want to be able to toggle the enabled/disabled state of the tabs (i.e. prevent the user from switching tabs, and ghost non-active tabs out to make th...
Neurologist asked 7/1, 2014 at 22:29
1

© 2022 - 2024 — McMap. All rights reserved.