TODO for python-tix
-------------------

Improve ability to call the methods of subwidgets. 

In this release of the Tix patch for python, the python methods are
intended to match the setup of Tix reasonably closely. For example, in
the tixScrolledText widget, there is no method to add text. The add
method actually belongs to the text widget which is a subwidget of the
tixScrolledText widget. This means that under both Tix and Python, you
must access the text subwidget to add text. However, it seems to make
more sense to me to just call an add method for the tixScrolledText
widget itself, as it would save the programmer a little trouble. In
the future, I plan to change things to make that option available.


Fix the "Show Files of Type" entry in the tixExFileSelectBox.

Implement Keyword parameter support.

Wrap the Scrolled HList widget. For now, you can put a normal HList in
a ScrolledWindow with only one scrollbar.

Wrap the tixDirTree

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

If you have any questions or comments, or anything to add to this
list, please send me mail: jmp7d@virginia.edu

Thanks,

James Patten
