#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 10 Feb 2017 20:09:54 +0100
changeset 6089 72067de3f99b
parent 6088 ffb5be6c8bca
child 6090 e3bac5801405
#FEATURE by cg class: Label added: #horizontalSpace
Label.st
--- a/Label.st	Fri Feb 10 20:09:36 2017 +0100
+++ b/Label.st	Fri Feb 10 20:09:54 2017 +0100
@@ -1236,6 +1236,13 @@
     "Modified: 22.5.1996 / 12:36:29 / cg"
 !
 
+horizontalSpace
+    "get the number of pixels by which the logo
+     is horizontally inset from the border"
+
+    ^ hSpace 
+!
+
 horizontalSpace:aNumber
     "set the number of pixels by which the logo
      is horizontally inset from the border"