Re: [Tutor] ListBox in Tkinter

2005-07-19 Thread Michael Lange
On Mon, 18 Jul 2005 17:54:34 +0200
geon [EMAIL PROTECTED] wrote:

 Alan G napsal(a):
 
  I would like to ask if it is possible to create such a listbox 
  (attached) in TKinter itself or must have pmw ot tix...or ...
 
 
  PMW is written in Tkinter so yes, you could do it yourself but it is 
  not a native widget. Using PMW would be much easier!
 
 I have just found this: http://effbot.org/tkinterbook/optionmenu.htm - 
 that is nearly what I needed , just another design.
 I think there are even other new widgets in new Tk/Tcl compared to the 
 http://www.pythonware.com/library/tkinter/introduction/, but 
 undocumented yet. Or poorly or only in original Tk documentation.
 

There are three new widgets in Tk 8.4:

the Spinbox (an entry field with up and down arrow buttons), the 
PanedWindow , which lets you
dynamically add resizable frames and the LabelFrame, a Frame with a decorative 
border
and a Label in one of its corners.

Regards

Michael

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] ListBox in Tkinter

2005-07-18 Thread geon

Hi,

I would like to ask if it is possible to create such a listbox 
(attached) in TKinter itself or must have pmw ot tix...or ...


Thank you

--
geon
Vyjímka je pravidlo. Rekurzivní.


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] ListBox in Tkinter

2005-07-18 Thread Alan G
 I would like to ask if it is possible to create such a listbox 
 (attached) in TKinter itself or must have pmw ot tix...or ...

PMW is written in Tkinter so yes, you could do it yourself 
but it is not a native widget. Using PMW would be much easier!

Alan G.
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] ListBox in Tkinter

2005-07-18 Thread geon
Alan G napsal(a):

 I would like to ask if it is possible to create such a listbox 
 (attached) in TKinter itself or must have pmw ot tix...or ...


 PMW is written in Tkinter so yes, you could do it yourself but it is 
 not a native widget. Using PMW would be much easier!

I have just found this: http://effbot.org/tkinterbook/optionmenu.htm - 
that is nearly what I needed , just another design.
I think there are even other new widgets in new Tk/Tcl compared to the 
http://www.pythonware.com/library/tkinter/introduction/, but 
undocumented yet. Or poorly or only in original Tk documentation.


-- 
geon
Vyjímka je pravidlo. Rekurzivní.

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor