EditListIcon
authorStefan Vogel <sv@exept.de>
Mon, 25 Feb 2008 20:18:24 +0100
changeset 2283 b14becb50aac
parent 2282 cc1eded4d84d
child 2284 4116d91b6dda
EditListIcon
UISpecificationTool.st
--- a/UISpecificationTool.st	Mon Feb 25 20:11:20 2008 +0100
+++ b/UISpecificationTool.st	Mon Feb 25 20:18:24 2008 +0100
@@ -85,6 +85,9 @@
 #browseAspectMethod
 'Browse/Create the Aspect method.'
 
+#editListSpec
+'Edit the contents of the list (inline)'
+
 #formatString
 ''
 
@@ -98,6 +101,10 @@
 
 browseActionImage
     ^ UIPainter browseActionImage
+!
+
+editTableIcon
+    ^ UIPainter editTableIcon
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!