Kurt C. Stadsklev wrote :

> ... does this mean there's a way to pick Tix widgets from the Tool Palette?

        Yes, there is a way to pick Tix widgets from the Tool Palette. Just run 
vTcl with a wish shell that include Tix, and you will see some Tix widget appear 
on the Tool palette : tixNoteBook, tixLabelFrame, tixComboBox, tixMeter, 
tixFileEntry, tixLabelEntry, tixScrolledHList, tixScrolledListBox, tixSelect, 
tixPanedWindow, tixOptionMenu. 
        
        It's easy to add more widgets if you want. Just edit lib_tix.tcl and 
write the code to register the new widget. 
        
        However, I run in many troubles so far with the Tix widgets, in 
particular with the save option, and I am trying to fix some problems.
        
                                        Stephane Jouteux
                                        National Radio Astronomy Observatory.
                                        Green Bank.             

Reply via email to