ExtendedComboBox.st
changeset 1847 80169c1985fd
parent 1830 66c131adec9b
child 1848 5256c7de1045
--- a/ExtendedComboBox.st	Tue Sep 19 13:47:17 2000 +0200
+++ b/ExtendedComboBox.st	Tue Sep 19 13:48:48 2000 +0200
@@ -1180,18 +1180,6 @@
     "
     |h w menuOrigin widgetPrfExt useableExt|
 
-"/[
-"/|v|
-"/
-"/v := self container.
-"/[v notNil] whileTrue:[
-"/   v class == CodingExamples_GUI::GUIDemoExtendedComboBox::ApplicationSubView ifTrue:[
-"/        self halt
-"/   ].
-"/   v := v container.
-"/].
-"/] value.
-
     openAction notNil ifTrue:[
         openAction numArgs == 0 ifTrue:[
             openAction value
@@ -1516,5 +1504,5 @@
 !ExtendedComboBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ExtendedComboBox.st,v 1.20 2000-09-05 20:50:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ExtendedComboBox.st,v 1.21 2000-09-19 11:48:48 cg Exp $'
 ! !