Tix ScrolledTList

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Elston

    #1

    Tix ScrolledTList

    I have been trying to make use of the Tix documentation in configuring
    a ScrolledTList to use a specific number of columns and/or orientation.
    Unfortunately when I pass 'orientation="x xx"' or 'columns=y' to
    either the constructor or configure method of the ScrolledTList
    object (or to the configure method of the tlist member) I get
    'unknown option "-orientation"' or 'unknown option "-columns"'
    errors.

    The Tix documentation indicates this is the way to make this
    happen. What have I been doing wrong?

    This is using ActiveState Python 2.3.2.

    Mark
Working...