#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 15 Jun 2018 10:54:18 +0200
changeset 5815 1c36d4e19708
parent 5813 bbfae6ced887
child 5816 7876c07931a7
#DOCUMENTATION by cg class: ComboBoxView class comment/format in: #documentation
ComboBoxView.st
--- a/ComboBoxView.st	Fri Jun 15 02:48:45 2018 +0200
+++ b/ComboBoxView.st	Fri Jun 15 10:54:18 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
               All Rights Reserved
@@ -11,6 +13,8 @@
 "
 "{ Package: 'stx:libwidg2' }"
 
+"{ NameSpace: Smalltalk }"
+
 ComboView subclass:#ComboBoxView
 	instanceVariableNames:'menuSelectAction'
 	classVariableNames:''
@@ -43,8 +47,6 @@
     In contrast to a PopUpList or ComboListView, the string can still be edited -
     the list is actually only a set of values for the convenience of the user.
 
-    Not yet finished - it may need more protocol.
-
     [author:]
         Claus Gittinger
 
@@ -317,6 +319,6 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.35 2014-07-03 11:46:02 cg Exp $'
+    ^ '$Header$'
 ! !