#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 12 Oct 2018 14:25:04 +0200
changeset 5922 25b4077842e2
parent 5921 452bdfc2db29
child 5923 f14f15fe8894
#FEATURE by cg class: ComboBoxView added: #emptyFieldReplacementText #emptyFieldReplacementText:
ComboBoxView.st
--- a/ComboBoxView.st	Thu Oct 11 15:39:36 2018 +0200
+++ b/ComboBoxView.st	Fri Oct 12 14:25:04 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
               All Rights Reserved
@@ -169,6 +167,16 @@
     "Created: / 15-10-2006 / 15:10:25 / cg"
 ! !
 
+!ComboBoxView methodsFor:'accessing-contents'!
+
+emptyFieldReplacementText
+    ^ field emptyFieldReplacementText
+!
+
+emptyFieldReplacementText:aString
+    field emptyFieldReplacementText:aString
+! !
+
 !ComboBoxView methodsFor:'accessing-mvc'!
 
 model