# HG changeset patch
# User ib
# Date 1302860179 0
# Node ID da4608a8c4dff365bd9b4ed0a69061ebcd442443
# Parent 29c59e557575b06a48b749629c53bc77bc61ed74
Revise skin documentation.
Move note on subwindow into subwindow section, and
remove redundant (and not applicable) positioning information.
diff -r 29c59e557575 -r da4608a8c4df DOCS/xml/de/skin.xml
--- a/DOCS/xml/de/skin.xml Fri Apr 15 09:24:00 2011 +0000
+++ b/DOCS/xml/de/skin.xml Fri Apr 15 09:36:19 2011 +0000
@@ -366,11 +366,6 @@
Das Fenster wird an der angegebenen Position X,Y auf
dem Bildschirm erscheinen. Es wird die Größe der Grafik besitzen.
-
-
- Diese Koordinaten funktionieren im Moment nicht beim Unterfenster.
-
-
Transparente Bereiche innerhalb der Grafik (mit der Farbe #FF00FF) erscheinen
@@ -769,16 +764,16 @@
- Die im Fenster anzuzeigende Grafik. Das Fenster wird an der angegebenen
- Position X,Y auf dem Bildschirm erscheinen
- (0,0 ist die obere linke Ecke).
- Du kannst -1 für zentriert und -2
- für rechts (X) und unten (Y) festlegen.
- Das Fenster wird so groß sein wie die Grafik.
- Breite und Höhe
- kennzeichnen die Größe des Fensters; sie sind optional (wenn sie fehlen, hat
+ Die im Fenster anzuzeigende Grafik. Das Fenster wird so groß sein wie die Grafik.
+ width und height
+ kennzeichnen Breite und Höhe des Fensters; sie sind optional (wenn sie fehlen, hat
das Fenster dieselbe Größe wie die Grafik).
+
+
+ Die Koordinaten X,Y funktionieren im Moment nicht beim Unterfenster.
+
+
diff -r 29c59e557575 -r da4608a8c4df DOCS/xml/en/skin.xml
--- a/DOCS/xml/en/skin.xml Fri Apr 15 09:24:00 2011 +0000
+++ b/DOCS/xml/en/skin.xml Fri Apr 15 09:36:19 2011 +0000
@@ -315,9 +315,6 @@
The window will appear at the given X,Y position on
the screen The window will have the size of the image.
-
- These coordinates do not currently work for the subwindow.
-
Transparent regions in the image (colored #FF00FF) appear black
on X servers without the XShape extension. The image's width must be dividable
by 8.
@@ -644,15 +641,14 @@
base = image, X, Y, width, height
- The image to be displayed in the window. The window will appear at the given
- X,Y position on the screen (0,0 is the
- top left corner). You can specify -1 for center and
- -2 for right (X) and bottom
- (Y). The window will be as large as the image.
+ The image to be displayed in the window. The window will be as large as the image.
width and height
denote the size of the window; they are optional (if they are missing, the
window is the same size as the image).
+
+ The X,Y coordinates do not currently work for the subwindow.
+