ListView.st
changeset 290 f539121393b1
parent 288 1185159943d8
child 292 f46dea5bdd51
--- a/ListView.st	Tue Jan 16 03:04:32 1996 +0100
+++ b/ListView.st	Tue Jan 16 20:07:57 1996 +0100
@@ -248,6 +248,22 @@
     ^ height - (2 * margin) - topMargin
 !
 
+innerHorizontalMargin
+    "return the margin between the left border and the 1st col"
+
+    ^ leftMargin
+
+    "Created: 16.1.1996 / 19:28:23 / cg"
+!
+
+innerVerticalMargin
+    "return the margin between the top border and the 1st line"
+
+    ^ topMargin
+
+    "Created: 16.1.1996 / 19:28:00 / cg"
+!
+
 leftMargin
     "return the margin to left of 1st col"
 
@@ -2754,5 +2770,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.55 1996-01-16 00:15:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.56 1996-01-16 19:07:57 cg Exp $'
 ! !