diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/3DBorder.3 | 2 | ||||
-rw-r--r-- | doc/options.n | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/3DBorder.3 b/doc/3DBorder.3 index a6deb30..fb0b005 100644 --- a/doc/3DBorder.3 +++ b/doc/3DBorder.3 @@ -188,7 +188,7 @@ The function is only used when \fBTK_NO_DOUBLE_BUFFERING\fR is specified at comp to indicate that it has received the input focus. On the Macintosh, this puts a 1 pixel border in the bgGC color between the widget and the focus ring, except in the case where highlightWidth -is 1, in which case the border is left out. +is 0 or 1, in which case the border is left out. For proper Mac L&F, use highlightWidth of 3. .PP \fBTk_Get3DBorder\fR is identical to \fBTk_Alloc3DBorderFromObj\fR except diff --git a/doc/options.n b/doc/options.n index 71e4713..a0bacad 100644 --- a/doc/options.n +++ b/doc/options.n @@ -169,7 +169,7 @@ milliseconds the insertion cursor should remain .QW on in each blink cycle. .OP \-insertwidth insertWidth InsertWidth -Specifies a value indicating the total width of the insertion cursor. +Specifies a non-negative value indicating the total width of the insertion cursor. The value may have any of the forms acceptable to \fBTk_GetPixels\fR. If a border has been specified for the insertion cursor (using the \fB\-insertborderwidth\fR option), the border |