*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jan 1997 13:59:12 +0100
changeset 1162 01c49bf5c296
parent 1161 07570a2d9008
child 1163 7b416e1ea819
*** empty log message ***
styles/generic.style
styles/iris.style
styles/iris_smallButton.style
styles/iris_tinyButton.style
styles/motif_new.style
--- a/styles/generic.style	Thu Jan 09 13:48:29 1997 +0100
+++ b/styles/generic.style	Thu Jan 09 13:59:12 1997 +0100
@@ -26,7 +26,7 @@
 ; all of them for new styles. 
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.16 1996-11-06 17:52:09 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.17 1997-01-09 12:59:09 cg Exp $
 
 ;
 ; agenda:
@@ -74,7 +74,10 @@
 comment  'Dies ist kein nutzbarer Stil\\Diese Datei dient als Referenz und Dokumentation.'
 #endif
 
-
+;
+; if its a 3D style, spacing between components is often different;
+; also, no borders are generated.
+;
 is3D                    false
 
 ;
--- a/styles/iris.style	Thu Jan 09 13:48:29 1997 +0100
+++ b/styles/iris.style	Thu Jan 09 13:59:12 1997 +0100
@@ -3,7 +3,7 @@
 ; silicon graphics style
 ; (somwehat like motif, but with smooth edges and bells&whistles)
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.15 1996-11-11 14:11:20 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.16 1997-01-09 12:59:11 cg Exp $
 
 comment  'Silicon graphics'' Iris look alike'
 
@@ -12,7 +12,7 @@
 #endif
 
 #if (Language == #french) or:[Language == #fr]
-comment  'Un style qui resemble Silicon Graphics Irix'
+comment  'Un style qui résemble Silicon Graphics Irix'
 #endif
 
 is3D                            true
--- a/styles/iris_smallButton.style	Thu Jan 09 13:48:29 1997 +0100
+++ b/styles/iris_smallButton.style	Thu Jan 09 13:59:12 1997 +0100
@@ -6,15 +6,31 @@
 
 #include 'iris.style'
 
-comment  'like `iris'';\\with smaller buttons & spacings (better on LCD displays)'
+comment  'like `iris'';\small fonts and\small buttons & spacings (better for notebooks)'
 
 #if (Language == #german) or:[Language == #de]
-comment  'Wie `iris'' Stil mit kleineren Knöpfen\(besser auf LCD Anzeigen).'
+comment  'Wie `iris'' Stil\mit kleineren Zeichen,\Knöpfen & Abständen (besser für Notebooks).'
+#endif
+#if (Language == #french) or:[Language == #fr]
+comment  'Comme le style `iris'',\avec plus petit charactères,\boutons et espaces (bien pour un notebook).'
 #endif
 
-viewSpacing                     2
+editFieldFont                   Font family:'courier' face:'medium' style:'roman' size:10
+variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:10
+selectionFont                   =variableFont
+labelFont                       =variableFont
+textFont                        =editFieldFont 
+menuFont                        =variableFont 
+pullDownMenuFont                =menuFont
+
 arrowButtonDownFormFile         'ScrollDn.14.xbm'
 arrowButtonUpFormFile           'ScrollUp.14.xbm'
 arrowButtonLeftFormFile         'ScrollLt.14.xbm'
 arrowButtonRightFormFile        'ScrollRt.14.xbm'
 
+comboViewDownFormFile           'ComboDn.14.xbm'
+
+variablePanelBarHeight          6 "/ pixels
+viewSpacing                     2 "/ pixels
+launcherButtonSize              27@27
+
--- a/styles/iris_tinyButton.style	Thu Jan 09 13:48:29 1997 +0100
+++ b/styles/iris_tinyButton.style	Thu Jan 09 13:59:12 1997 +0100
@@ -1,21 +1,35 @@
 ;
 ; example for a very small change 
 ; - like iris style, but tiny buttons and view-spacings
-;   (more real-estate on LCD displays)
+;   (more real-estate on notebook/VGA displays)
 ;
 
 #include 'iris.style'
 
-comment  'like `iris'';\\with tiny buttons & spacings (useful with 640x480 displays)'
+comment  'like `iris'';\tiny fonts and\tiny buttons & spacings (good for notebooks)'
 
 #if (Language == #german) or:[Language == #de]
-comment  'Wie `iris'' Stil mit winzigen Knöpfen\(gut für 640x480 Anzeigen).'
+comment  'Wie `iris'' Stil\mit kleinen Zeichen und\winzigen Knöpfen & Abständen (gut für Notebooks).'
+#endif
+#if (Language == #french) or:[Language == #fr]
+comment  'Comme le style `iris'',\avec très petit charactères,\boutons et espaces (bien pour un notebook).'
 #endif
 
-viewSpacing                     1
+editFieldFont                   Font family:'courier' face:'medium' style:'roman' size:8
+variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:8
+selectionFont                   =variableFont
+labelFont                       =variableFont
+textFont                        =editFieldFont 
+menuFont                        =variableFont 
+pullDownMenuFont                =menuFont
+
 arrowButtonDownFormFile         'ScrollDn.8.xbm'
 arrowButtonUpFormFile           'ScrollUp.8.xbm'
 arrowButtonLeftFormFile         'ScrollLt.8.xbm'
 arrowButtonRightFormFile        'ScrollRt.8.xbm'
 
+comboViewDownFormFile           'ComboDn.8.xbm'
 
+variablePanelBarHeight          5 "/ pixels
+viewSpacing                     2 "/ pixels
+launcherButtonSize              22@22
--- a/styles/motif_new.style	Thu Jan 09 13:48:29 1997 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,120 +0,0 @@
-; View defaultStyle:#'motif_new' 
-;
-; like motif, but using a brighter grey
-;
-; this tries to simulate the linux default setup better
-;
-; $Header: /cvs/stx/stx/libview/styles/Attic/motif_new.style,v 1.4 1995-12-14 15:16:01 cg Exp $
-;
-
-#if Display hasGreyscales
-viewGrey                    Color grey:61 
-#endif
-
-#include 'motif.common'
-
-comment  'like `motif'' style\\with brighter colors'
-
-#if (Language == #german) or:[Language == #de]
-comment  'Wie `motif''\Hellerer Hintergrund.'
-#endif
-
-lightColor                Color grey:84
-shadowColor               Color grey:33
-mediumColor               Color grey:52.
-
-scrollBarDisableButtons   true
-
-scrollerViewBackground    =mediumColor
-scrollerThumbColor        =viewGrey
-scrollerThumbInset        0
-scrolledViewLevel         -2
-
-selectionForegroundColor  Color black
-selectionRightArrowLevel  2
-
-labelForegroundColor      Color black
-
-buttonActiveBackgroundColor     =mediumColor
-buttonActiveForegroundColor     Color black
-buttonDisabledForegroundColor   =shadowColor
-
-arrowButtonBackgroundColor        =mediumGrey
-arrowButtonActiveForegroundColor  =viewGrey
-arrowButtonDisabledForegroundColor  =viewGrey
-
-arrowButtonUpForm                 Image extent:11@12 \
-					depth:2      \
-					bits:#[4r0000 4r0100 4r0000 \
-					       4r0000 4r1120 4r0000 \
-					       4r0000 4r1120 4r0000 \
-					       4r0001 4r1322 4r0000 \
-					       4r0001 4r1322 4r0000 \
-					       4r0011 4r3332 4r2000 \
-					       4r0011 4r3332 4r2000 \
-					       4r0113 4r3333 4r2200 \
-					       4r0113 4r3333 4r2200 \
-					       4r1122 4r2222 4r2220 \
-					       4r1222 4r2222 4r2220 \
-					       4r0000 4r0000 4r0000] \
-					pad:8
-
-arrowButtonDownForm               Image extent:11@12 \
-					depth:2      \
-					bits:#[ \
-					       4r0000 4r0000 4r0000 \
-					       4r1111 4r1111 4r1110 \
-					       4r1111 4r1111 4r1220 \
-					       4r0113 4r3333 4r2200 \
-					       4r0113 4r3333 4r2200 \
-					       4r0011 4r3332 4r2000 \
-					       4r0011 4r3332 4r2000 \
-					       4r0001 4r1322 4r0000 \
-					       4r0001 4r1322 4r0000 \
-					       4r0000 4r1220 4r0000 \
-					       4r0000 4r1220 4r0000 \
-					       4r0000 4r0200 4r0000 \
-					      ] \
-					pad:8
-
-arrowButtonLeftForm               Image extent:12@11 \
-					depth:2      \
-					bits:#[ \
-					       4r0000 4r0000 4r0110 \
-					       4r0000 4r0001 4r1120 \
-					       4r0000 4r0111 4r1220 \
-					       4r0001 4r1113 4r3220 \
-					       4r0111 4r1333 4r3220 \
-					       4r1113 4r3333 4r3220 \
-					       4r0222 4r2333 4r3220 \
-					       4r0002 4r2223 4r3220 \
-					       4r0000 4r0222 4r2220 \
-					       4r0000 4r0002 4r2220 \
-					       4r0000 4r0000 4r0220 \
-					      ] \
-					pad:8
-
-arrowButtonRightForm              Image extent:12@11 \
-					depth:2      \
-					bits:#[ \
-					       4r0110 4r0000 4r0000 \
-					       4r0111 4r1000 4r0000 \
-					       4r0111 4r1110 4r0000 \
-					       4r0113 4r3111 4r1000 \
-					       4r0113 4r3331 4r1110 \
-					       4r0113 4r3333 4r3222 \
-					       4r0113 4r3332 4r2220 \
-					       4r0113 4r3222 4r2000 \
-					       4r0112 4r2220 4r0000 \
-					       4r0122 4r2000 4r0000 \
-					       4r0120 4r0000 4r0000 \
-					      ] \
-					pad:8
-
-menuViewBackgroundColor         =viewGrey
-menuDisabledForegroundColor     =shadowColor
-
-rulerForegroundColor            Color black
-rulerBackgroundColor            =viewGrey
-
-selectionDisabledForegroundColor =shadowColor