diff options
Diffstat (limited to 'doc/chooseColor.n')
-rw-r--r-- | doc/chooseColor.n | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/chooseColor.n b/doc/chooseColor.n index 565934c..645b9c1 100644 --- a/doc/chooseColor.n +++ b/doc/chooseColor.n @@ -13,7 +13,6 @@ tk_chooseColor \- pops up a dialog box for the user to select a color. .SH SYNOPSIS \fBtk_chooseColor \fR?\fIoption value ...\fR? .BE - .SH DESCRIPTION .PP The procedure \fBtk_chooseColor\fR pops up a dialog box for the @@ -38,9 +37,12 @@ name of the color in a form acceptable to \fBTk_GetColor\fR. If the user cancels the operation, both commands will return the empty string. .SH EXAMPLE +.PP .CS button .b \-bg [tk_chooseColor \-initialcolor gray \-title "Choose color"] .CE - .SH KEYWORDS -color selection dialog +color, color selection, dialog +'\" Local Variables: +'\" mode: nroff +'\" End: |