more extensions
authorClaus Gittinger <cg@exept.de>
Sat, 31 Aug 2013 13:49:50 +0200
changeset 13430 ff5e92e8458e
parent 13429 ba18fe4aa254
child 13431 c765ca43f2d9
more extensions
stx_libtool.st
--- a/stx_libtool.st	Sat Aug 31 13:49:46 2013 +0200
+++ b/stx_libtool.st	Sat Aug 31 13:49:50 2013 +0200
@@ -486,6 +486,9 @@
         UserPreferences useInPlaceSearchInBrowserLists:
         Timestamp inspectorValueStringInListFor:
         UUID inspectorValueStringInListFor:
+        Boolean inspectorValueStringInListFor:
+        Point inspectorValueStringInListFor:
+        Rectangle inspectorValueStringInListFor:
     )
 ! !
 
@@ -544,10 +547,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.95 2013-06-14 14:37:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.96 2013-08-31 11:49:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.95 2013-06-14 14:37:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.96 2013-08-31 11:49:50 cg Exp $'
 ! !