.
authorclaus
Tue, 29 Aug 1995 18:44:52 +0200
changeset 150 9411bf3927d9
parent 149 17f5c54f9e36
child 151 911bc7db22ce
.
EnterBox.st
FSaveBox.st
FSelBox.st
FileSaveBox.st
FileSelectionBox.st
FontPanel.st
HScroller.st
HorizontalScroller.st
VarHPanelC.st
VarPanelC.st
VarVPanelC.st
VariableHorizontalPanelController.st
VariablePanelController.st
VariableVerticalPanelController.st
YesNoBox.st
--- a/EnterBox.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/EnterBox.st	Tue Aug 29 18:44:52 1995 +0200
@@ -37,7 +37,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.28 1995-08-23 18:05:16 claus Exp $
+$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.29 1995-08-29 16:43:43 claus Exp $
 "
 !
 
@@ -282,7 +282,7 @@
 
     self addAbortButton; addOkButton.
 
-    label := 'Enter'.
+    label := resources string:'Enter'.
 
     space2 := 2 * ViewSpacing.
     innerWidth := width - space2.
--- a/FSaveBox.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/FSaveBox.st	Tue Aug 29 18:44:52 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Attic/FSaveBox.st,v 1.4 1995-05-03 00:29:24 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/FSaveBox.st,v 1.5 1995-08-29 16:43:47 claus Exp $
 '!
 
 !FileSaveBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/FSaveBox.st,v 1.4 1995-05-03 00:29:24 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/FSaveBox.st,v 1.5 1995-08-29 16:43:47 claus Exp $
 "
 !
 
@@ -71,7 +71,7 @@
 initialize
     super initialize.
 
-    label := 'Save file dialog'.
+    label := resources string:'Save file dialog'.
 
     okButton label:(resources string:'save').
 
--- a/FSelBox.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/FSelBox.st	Tue Aug 29 18:44:52 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.18 1995-07-03 02:32:54 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.19 1995-08-29 16:43:51 claus Exp $
 '!
 
 !FileSelectionBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.18 1995-07-03 02:32:54 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.19 1995-08-29 16:43:51 claus Exp $
 "
 !
 
@@ -150,7 +150,7 @@
 
     super initialize.
 
-    label := 'File dialog'.
+    label := resources string:'File dialog'.
 
     labelField extent:(0.7 @ labelField height).
     labelField label:(resources string:'select a file:').
--- a/FileSaveBox.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/FileSaveBox.st	Tue Aug 29 18:44:52 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.4 1995-05-03 00:29:24 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.5 1995-08-29 16:43:47 claus Exp $
 '!
 
 !FileSaveBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.4 1995-05-03 00:29:24 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.5 1995-08-29 16:43:47 claus Exp $
 "
 !
 
@@ -71,7 +71,7 @@
 initialize
     super initialize.
 
-    label := 'Save file dialog'.
+    label := resources string:'Save file dialog'.
 
     okButton label:(resources string:'save').
 
--- a/FileSelectionBox.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/FileSelectionBox.st	Tue Aug 29 18:44:52 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.18 1995-07-03 02:32:54 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.19 1995-08-29 16:43:51 claus Exp $
 '!
 
 !FileSelectionBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.18 1995-07-03 02:32:54 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.19 1995-08-29 16:43:51 claus Exp $
 "
 !
 
@@ -150,7 +150,7 @@
 
     super initialize.
 
-    label := 'File dialog'.
+    label := resources string:'File dialog'.
 
     labelField extent:(0.7 @ labelField height).
     labelField label:(resources string:'select a file:').
--- a/FontPanel.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/FontPanel.st	Tue Aug 29 18:44:52 1995 +0200
@@ -27,7 +27,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.12 1995-06-27 02:23:01 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.13 1995-08-29 16:43:55 claus Exp $
 "
 !
 
@@ -161,7 +161,7 @@
 		  in:self.
     panel bottomInset:(buttonPanel preferredExtent y + (ViewSpacing*3)).
 
-    label := 'Font dialog'.
+    label := resources string:'Font dialog'.
 
     previewField := TextView origin:0.0@0.0 corner:1.0@0.3 in:panel.
     previewField inset:ViewSpacing.
--- a/HScroller.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/HScroller.st	Tue Aug 29 18:44:52 1995 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -24,7 +24,7 @@
 copyright
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -35,9 +35,16 @@
 "
 !
 
+documentation
+"
+    Actually simply a scroller which preinitializes itself to have
+    a horizontal orientation.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/HScroller.st,v 1.9 1995-08-10 18:48:00 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/HScroller.st,v 1.10 1995-08-29 16:44:02 claus Exp $
 "
 ! !
 
--- a/HorizontalScroller.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/HorizontalScroller.st	Tue Aug 29 18:44:52 1995 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -24,7 +24,7 @@
 copyright
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -35,9 +35,16 @@
 "
 !
 
+documentation
+"
+    Actually simply a scroller which preinitializes itself to have
+    a horizontal orientation.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.9 1995-08-10 18:48:00 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.10 1995-08-29 16:44:02 claus Exp $
 "
 ! !
 
--- a/VarHPanelC.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/VarHPanelC.st	Tue Aug 29 18:44:52 1995 +0200
@@ -35,9 +35,18 @@
 "
 !
 
+documentation
+"
+    Normally, not used directly by applications, these are created automatically
+    whenever a variableVerticalPanel is created.
+    Actually, these are simply panelControllers which initialize themself for
+    horizontal orientation.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/VarHPanelC.st,v 1.3 1995-05-10 02:30:32 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/VarHPanelC.st,v 1.4 1995-08-29 16:44:36 claus Exp $
 "
 ! !
 
--- a/VarPanelC.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/VarPanelC.st	Tue Aug 29 18:44:52 1995 +0200
@@ -35,9 +35,19 @@
 "
 !
 
+documentation
+"
+    An abstract class for variablePanel controllers;
+    normally, not used directly by applications, these are created automatically
+    whenever a variablePanel is created.
+    Instances are responsible for tracking the mouse pointer and resize the
+    views (a panel) subviews as appropriate.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/VarPanelC.st,v 1.3 1995-06-27 02:24:31 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/VarPanelC.st,v 1.4 1995-08-29 16:44:40 claus Exp $
 "
 ! !
 
--- a/VarVPanelC.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/VarVPanelC.st	Tue Aug 29 18:44:52 1995 +0200
@@ -35,9 +35,18 @@
 "
 !
 
+documentation
+"
+    Normally, not used directly by applications, these are created automatically
+    whenever a variableVerticalPanel is created.
+    Actually, these are simply panelControllers which initialize themself for
+    vertical orientation.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/VarVPanelC.st,v 1.3 1995-05-10 02:30:40 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/VarVPanelC.st,v 1.4 1995-08-29 16:44:47 claus Exp $
 "
 ! !
 
--- a/VariableHorizontalPanelController.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/VariableHorizontalPanelController.st	Tue Aug 29 18:44:52 1995 +0200
@@ -35,9 +35,18 @@
 "
 !
 
+documentation
+"
+    Normally, not used directly by applications, these are created automatically
+    whenever a variableVerticalPanel is created.
+    Actually, these are simply panelControllers which initialize themself for
+    horizontal orientation.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/VariableHorizontalPanelController.st,v 1.3 1995-05-10 02:30:32 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariableHorizontalPanelController.st,v 1.4 1995-08-29 16:44:36 claus Exp $
 "
 ! !
 
--- a/VariablePanelController.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/VariablePanelController.st	Tue Aug 29 18:44:52 1995 +0200
@@ -35,9 +35,19 @@
 "
 !
 
+documentation
+"
+    An abstract class for variablePanel controllers;
+    normally, not used directly by applications, these are created automatically
+    whenever a variablePanel is created.
+    Instances are responsible for tracking the mouse pointer and resize the
+    views (a panel) subviews as appropriate.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/VariablePanelController.st,v 1.3 1995-06-27 02:24:31 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariablePanelController.st,v 1.4 1995-08-29 16:44:40 claus Exp $
 "
 ! !
 
--- a/VariableVerticalPanelController.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/VariableVerticalPanelController.st	Tue Aug 29 18:44:52 1995 +0200
@@ -35,9 +35,18 @@
 "
 !
 
+documentation
+"
+    Normally, not used directly by applications, these are created automatically
+    whenever a variableVerticalPanel is created.
+    Actually, these are simply panelControllers which initialize themself for
+    vertical orientation.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/VariableVerticalPanelController.st,v 1.3 1995-05-10 02:30:40 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariableVerticalPanelController.st,v 1.4 1995-08-29 16:44:47 claus Exp $
 "
 ! !
 
--- a/YesNoBox.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/YesNoBox.st	Tue Aug 29 18:44:52 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.16 1995-06-06 04:16:02 claus Exp $
+$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.17 1995-08-29 16:44:52 claus Exp $
 '!
 
 !YesNoBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.16 1995-06-06 04:16:02 claus Exp $
+$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.17 1995-08-29 16:44:52 claus Exp $
 "
 !
 
@@ -172,7 +172,7 @@
 initialize
     super initialize.
 
-    label := 'Choose'.
+    label := resources string:'Choose'.
 
     buttonPanel horizontalLayout:#fitSpace.  "/ looks better; should it come from the StyleSheet ?