Commit ba2692ea authored by Barry Warsaw's avatar Barry Warsaw

Document that for askcolor(), databasefile and wantspec can now be set

on every invocation, instead of just the first.
parent 6a9abbdf
...@@ -108,7 +108,7 @@ Running as a Modal Dialog ...@@ -108,7 +108,7 @@ Running as a Modal Dialog
it's own Tkinter.Tk instance as the master. This may not it's own Tkinter.Tk instance as the master. This may not
be what you want. be what you want.
databasefile[*] databasefile
similar to the --database option, the value must be a similar to the --database option, the value must be a
file name file name
...@@ -119,7 +119,7 @@ Running as a Modal Dialog ...@@ -119,7 +119,7 @@ Running as a Modal Dialog
ignore[*] ignore[*]
similar to the --ignore flag, the value is a boolean similar to the --ignore flag, the value is a boolean
wantspec[*] wantspec
When this is true, the "name" field in the return tuple When this is true, the "name" field in the return tuple
will always be a color spec of the form "#rrggbb". It will always be a color spec of the form "#rrggbb". It
will not return a color name even if there is a match; will not return a color name even if there is a match;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment