*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 13 Mar 2006 16:55:25 +0100
changeset 2939 2bb6b0d18be1
parent 2938 98e2e57624a7
child 2940 a42b0b174ab9
*** empty log message ***
GridBagConstraints.st
--- a/GridBagConstraints.st	Mon Mar 13 16:55:20 2006 +0100
+++ b/GridBagConstraints.st	Mon Mar 13 16:55:25 2006 +0100
@@ -73,40 +73,30 @@
 !GridBagConstraints methodsFor:'accessing'!
 
 anchor
-    "return the value of the instance variable 'anchor' (automatically generated)"
-
     ^ anchor
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 anchor:something
-    "set the value of the instance variable 'anchor' (automatically generated)"
-
     anchor := something.
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 fill
-    "return the value of the instance variable 'fill' (automatically generated)"
-
     ^ fill
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 fill:something
-    "set the value of the instance variable 'fill' (automatically generated)"
-
     fill := something.
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 gridHeight
-    "return the value of the instance variable 'gridHeight' (automatically generated)"
-
     ^ gridHeight
 
     "Created: / 19.1.1998 / 19:58:20 / av"
@@ -128,8 +118,6 @@
 !
 
 gridWidth
-    "return the value of the instance variable 'gridWidth' (automatically generated)"
-
     ^ gridWidth
 
     "Created: / 19.1.1998 / 19:58:20 / av"
@@ -151,8 +139,6 @@
 !
 
 gridX
-    "return the value of the instance variable 'gridX' (automatically generated)"
-
     ^ gridX
 
     "Created: / 19.1.1998 / 19:58:20 / av"
@@ -168,8 +154,6 @@
 !
 
 gridY
-    "return the value of the instance variable 'gridY' (automatically generated)"
-
     ^ gridY
 
     "Created: / 19.1.1998 / 19:58:20 / av"
@@ -185,176 +169,132 @@
 !
 
 insets
-    "return the value of the instance variable 'insets' (automatically generated)"
-
     ^ insets
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 insets:something
-    "set the value of the instance variable 'insets' (automatically generated)"
-
     insets := something.
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 ipadX
-    "return the value of the instance variable 'ipadX' (automatically generated)"
-
     ^ ipadX
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 ipadX:something
-    "set the value of the instance variable 'ipadX' (automatically generated)"
-
     ipadX := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 ipadY
-    "return the value of the instance variable 'ipadY' (automatically generated)"
-
     ^ ipadY
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 ipadY:something
-    "set the value of the instance variable 'ipadY' (automatically generated)"
-
     ipadY := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 minHeight
-    "return the value of the instance variable 'minHeight' (automatically generated)"
-
     ^ minHeight
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 minHeight:something
-    "set the value of the instance variable 'minHeight' (automatically generated)"
-
     minHeight := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 minWidth
-    "return the value of the instance variable 'minWidth' (automatically generated)"
-
     ^ minWidth
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 minWidth:something
-    "set the value of the instance variable 'minWidth' (automatically generated)"
-
     minWidth := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempHeight
-    "return the value of the instance variable 'tempHeight' (automatically generated)"
-
     ^ tempHeight
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempHeight:something
-    "set the value of the instance variable 'tempHeight' (automatically generated)"
-
     tempHeight := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempWidth
-    "return the value of the instance variable 'tempWidth' (automatically generated)"
-
     ^ tempWidth
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempWidth:something
-    "set the value of the instance variable 'tempWidth' (automatically generated)"
-
     tempWidth := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempX
-    "return the value of the instance variable 'tempX' (automatically generated)"
-
     ^ tempX
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempX:something
-    "set the value of the instance variable 'tempX' (automatically generated)"
-
     tempX := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempY
-    "return the value of the instance variable 'tempY' (automatically generated)"
-
     ^ tempY
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 tempY:something
-    "set the value of the instance variable 'tempY' (automatically generated)"
-
     tempY := something.
 
     "Created: / 19.1.1998 / 19:58:21 / av"
 !
 
 weightX
-    "return the value of the instance variable 'weightX' (automatically generated)"
-
     ^ weightX
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 weightX:something
-    "set the value of the instance variable 'weightX' (automatically generated)"
-
     weightX := something.
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 weightY
-    "return the value of the instance variable 'weightY' (automatically generated)"
-
     ^ weightY
 
     "Created: / 19.1.1998 / 19:58:20 / av"
 !
 
 weightY:something
-    "set the value of the instance variable 'weightY' (automatically generated)"
-
     weightY := something.
 
     "Created: / 19.1.1998 / 19:58:20 / av"
@@ -527,5 +467,5 @@
 !GridBagConstraints class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GridBagConstraints.st,v 1.3 2005-08-02 13:14:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GridBagConstraints.st,v 1.4 2006-03-13 15:55:25 cg Exp $'
 ! !