GUI : Group Button

Fredrik Lundh fredrik at pythonware.com
Wed Dec 1 10:20:06 EST 1999


dannyjob at my-deja.com wrote:
> I am attempting to create a GUI using Tkinter
> which has "Group buttons" e.g :
> 
> * Group A Button
> 
> * Group B Button
> 
> * Group C Button
>       Option menu 1
>       Option menu 2
>       option menu 3
>       Other Group C Items....
> 
> For example when the Group C button is clicked,
> the option menus etc,  will be displayed.
> If the Group C button is clicked on again ,
> the option menus etc, belonging to group C, will
> disappear, and only the group button will be
> displayed.

not really sure if I understand what you're
after, but this article might help a bit:

http://www.deja.com/getdoc.xp?AN=315540691&fmt=text

</F>





More information about the Python-list mailing list