ExtendedComboBox.st
changeset 1286 d22e114ac9e2
parent 1285 839acde3f42c
child 1392 2d4a90914f2b
equal deleted inserted replaced
1285:839acde3f42c 1286:d22e114ac9e2
   113     top  open.
   113     top  open.
   114                                                                                 [exEnd]
   114                                                                                 [exEnd]
   115 
   115 
   116 
   116 
   117 
   117 
   118     example 3: SelectionInListView
   118     example 3: SelectionInTreeView
   119                                                                                 [exBegin]
   119                                                                                 [exBegin]
   120     |top menu widget|
   120     |top menu widget|
   121 
   121 
   122     top  := StandardSystemView extent:200@35.
   122     top  := StandardSystemView extent:200@35.
   123     menu := ExtendedComboBox origin:5 @ 5 corner:1.0 @ 0.0 in:top.
   123     menu := ExtendedComboBox origin:5 @ 5 corner:1.0 @ 0.0 in:top.
  1078 ! !
  1078 ! !
  1079 
  1079 
  1080 !ExtendedComboBox class methodsFor:'documentation'!
  1080 !ExtendedComboBox class methodsFor:'documentation'!
  1081 
  1081 
  1082 version
  1082 version
  1083     ^ '$Header: /cvs/stx/stx/libwidg2/ExtendedComboBox.st,v 1.10 1999-03-25 15:55:10 cg Exp $'
  1083     ^ '$Header: /cvs/stx/stx/libwidg2/ExtendedComboBox.st,v 1.11 1999-03-25 15:57:47 cg Exp $'
  1084 ! !
  1084 ! !