class: ApplicationModel
authorStefan Vogel <sv@exept.de>
Wed, 12 Mar 2014 18:21:11 +0100
changeset 3304 d215db7f356d
parent 3303 24f64ee4560b
child 3305 06a3d26394de
class: ApplicationModel added: #resolveFont:
ApplicationModel.st
--- a/ApplicationModel.st	Thu Mar 06 15:45:49 2014 +0100
+++ b/ApplicationModel.st	Wed Mar 12 18:21:11 2014 +0100
@@ -3360,6 +3360,10 @@
     ^ Smalltalk resolveName:something inClass:aClass.
 !
 
+resolveFont:something
+    ^ builder resolveFont:something
+!
+
 resolveName:something
     "return the class from something, a class, symbol, string or nil.
      first we are looking in the namespace of the application, then in the
@@ -4066,11 +4070,11 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.352 2014-03-05 20:25:25 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.353 2014-03-12 17:21:11 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.352 2014-03-05 20:25:25 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.353 2014-03-12 17:21:11 stefan Exp $'
 ! !