global num_images images
if {![info exists num_images]} {set num_images 0}

set Name [unique2 $Composite.f2]
set Parent $Name
#------------------------------------------
frame $Name -borderwidth 2 -height 40 -relief raised -width 240
place $Name -x 8 -relx 0 -y 64 -rely 0 -width 0 -relwidth 0.5875 -height 0 -relheight 0.095 -anchor nw

set Name $Parent.o3
#------------------------------------------
tixComboBox $Name -editable true -fancy true -background {}
pack $Name -anchor center -expand 0 -fill none -ipadx 0 -ipady 0 -padx 4 -pady 4 -side top
