***************
Soup of the Day
***************
1) Test the guy's notebook widget. Modify it and add to beta directory.



To be documented
	PanedWindow.tcl
	Notebook.tcl

Undocumented features
	Intrinsc.tcl
	NewBind.tcl
	tkBinding.tcl
	Toplevel.tcl


TODO NEXT
---------
	1) 
	2) Finish up the missing parts in the widgets.
	3) Write a paper about the TIX intrinsics.
	4) Variable for Combobox
	5) Currently listboxes only scroll vertically. This will be fixed
	   in the next release.

Options database:
	options not propagated to subwidgets (need more subwidget options)

Select: do new feature: disabling individual widgets
	buttons command

Dlgbtns:
	buttons command

Control:
	do new feature: empty string == "no value"

Intrinsics:
	static options

Combobox:
	"expose" bug
	clean up the interface
	Combobox needs -listcmd that returns a list of values

>> sven wrote
>  Oh... please... rename the old one to tixOldCombobox, and make the new
>  one the default widget. I hate this concerns about backward
>  compatibility (perhaps because I have to use a DOS machine from time
>  to time ;-).
>
----------------------------------------------------------------------
ioi>> Resize callback for PanedWindow
-----------------------------------------------------------------------------
FileBox errors

ioi>> This cab be fixed by fixing the combobox.

We would really want to use the "tixMkFileDialog" or the simpler one but we 
are not able to set the "-pattern" or "-filter" options on definition line 
or with the configure command. Is this a bug in the current version (?) or is 
it a way to to that ?

I thought this would be right:

tixFileSelectBox $w.box -pattern *.inp -command FILEREAD

-where FILEREAD is a parser

-----------------------------------------------------------------------------
