diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-04-30 08:35:35 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-04-30 08:35:35 (GMT) |
commit | 52a1c3625247fc910601abdac8dd84086427e37f (patch) | |
tree | 208d2120e9ace88981a0143969747ec4be51253c /doc | |
parent | 1ff000e82c358eddec9f39a31fa2e4435d0934a6 (diff) | |
download | tk-52a1c3625247fc910601abdac8dd84086427e37f.zip tk-52a1c3625247fc910601abdac8dd84086427e37f.tar.gz tk-52a1c3625247fc910601abdac8dd84086427e37f.tar.bz2 |
doc syntax correction. only remaining htmlhelp error: "CrtPhImgFmt: SYNOPSIS: output-directive: ignoring .fi"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/photo.n | 3 | ||||
-rw-r--r-- | doc/systray.n | 2 | ||||
-rw-r--r-- | doc/tk_mac.n | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/photo.n b/doc/photo.n index 2a27d9b..676c70e 100644 --- a/doc/photo.n +++ b/doc/photo.n @@ -660,8 +660,8 @@ usually also has the effect of desaturating the image. The \fIdpiValue\fR is used in conversion between given coordinates and screen resolution. The value must be greater than 0 and the default value is 96. -.RS .PP +.RS \fIscaleValue\fR is used to scale the resulting image. The value must be greater than 0 and the default value is 1. \fIwidth\fR and \fIheight\fR are the width or height that the image @@ -726,6 +726,7 @@ transform with matrix, translate, scale, rotate, skewX and skewY, stop-color, stop-opacity, offset, id, class .RE .PP +.RS Currently only SVG images reading and conversion into (pixel-based format) photos is supported: Tk does not (yet) support bundling photo images in SVG vector graphics. diff --git a/doc/systray.n b/doc/systray.n index 44f5fda..f008978 100644 --- a/doc/systray.n +++ b/doc/systray.n @@ -12,7 +12,7 @@ systray \- Creates an icon display in the platform-specific system tray. .SH SYNOPSIS .nf -\fBtk systray create \fB\-image \fIimage\fR ?\fB\-text \fItext\fR? ?\fB\-button1 \fIcallback\fR? ?\fB\-button3 \fIcallback\fR? +\fBtk systray create \-image \fIimage\fR ?\fB\-text \fItext\fR? ?\fB\-button1 \fIcallback\fR? ?\fB\-button3 \fIcallback\fR? \fBtk systray configure \fI?option? ?value option value ...?\fR \fBtk systray exists\fR \fBtk systray destroy\fR diff --git a/doc/tk_mac.n b/doc/tk_mac.n index 39be09c..18b6336 100644 --- a/doc/tk_mac.n +++ b/doc/tk_mac.n @@ -220,7 +220,7 @@ customized for the specific URL scheme the developer wants to support. \fB::tk::mac::GetAppPath\fR . Returns the current applications's file path. -.TP +.PP .SH "ADDITIONAL DIALOGS" .PP The Aqua/Mac OS X defines additional dialogs that applications should |