Blob Blame History Raw
# @) This testcase should be run with the options \"-u DROP_DOWN_LIST\"
# A ComboBox of type DROP_DOWN_LIST should be displayed containing
# one List item.

# #)  The default value of XmNnumColumns is retrieved from the XmTextField 
# child of the ComboBox widget.  The value of the XmNnumColumns resource is
# printed to stdout.  Verify that the value printed to stdout equals
# 20 and that at least 20 characters are displayed in the ComboBox text field.
# (ComboBox Motif/CDE Convergence TP 1)
# C)

CompareVisual ComboBox3
Continue

# #)  Programatically change the value of the number of columns in the text
# field to 10.  Verify that the width of the ComboBox text field shrinks to the
# width of 10 columns and that 10 characters are displayed in the text field. 
# (ComboBox Motif/CDE Convergence TP 2)
# C)

CompareVisual ComboBox3
Continue

#)  Programatically change the value of the number of columns in the
# ComboBox to 30.  Verify that the width of the ComboBox text field shrinks
# to the width of 30 columns and that 30 characters are displayed in the text
# field. (ComboBox Motif/CDE Convergence TP 3)
# C)
CompareVisual ComboBox3
Continue

# E)
Exit