 
 subsubsectionstar3_3_5_2.html  subsection3_3_5.html  subsection3_3_5.html  tableofcontents3_1.html   Next: subsubsectionstar3_3_5_2.html  Label and Orientation Up: subsection3_3_5.html The TixSelect Widget  Previous: subsection3_3_5.html The TixSelect Widget    Creating A TixSelect Widget  
Program 1-11 shows how to create a TixSelect
  widget. At line 1 of program 1-11, we create a
  TixSelect using the the 
tixSelect command.
  tixSelect .fruits -label "Fruits: " -orientation horizontal .fruits add apple  -text Apple  -width 6
 .fruits add orange -text Orange -width 6
 .fruits add banana -text Banana -width 6
 pack .fruits
(Figure 1-11) Creating a TixSelect Widget    
http://tix.sourceforge.nethttp://tix.sourceforge.net 