gui/interface/ComboBox.tcl


@interface ComboBox : Box {
  {
    entry selection listbox pushButton
  }
  - selection ;
  - selection: aValue ;

  - showListbox ;
  - hideListbox ;
}