11Pynche - The PYthonically Natural Color and Hue Editor
2- Author: Barry A. Warsaw <
[email protected] >
2+
3+ Author: Barry A. Warsaw
4+ 5+ Version: 0.1
36
47Introduction
58
@@ -54,14 +57,14 @@ Running Standalone
5457
5558 --help
5659 -h
57- Print the help message.
60+ Print the help message.
5861
5962 initialcolor
60- a Tk color name or #rrggbb color spec to be used as the
61- initially selected color. This overrides any color saved in
62- the persistent init file. Since `#' needs to be escaped in
63- many shells, it is optional in the spec (e.g. #45dd1f is the
64- same as 45dd1f).
63+ a Tk color name or #rrggbb color spec to be used as the
64+ initially selected color. This overrides any color saved in
65+ the persistent init file. Since `#' needs to be escaped in
66+ many shells, it is optional in the spec (e.g. #45dd1f is the
67+ same as 45dd1f).
6568
6669Running as a Modal Dialog
6770
@@ -81,7 +84,7 @@ Running as a Modal Dialog
8184
8285 When "Okay" is hit, askcolor() returns the tuple
8386
84- ((r, g, b), "name")
87+ ((r, g, b), "name")
8588
8689 where r, g, and b are red, green, and blue color values
8790 respectively (in the range 0 to 255). "name" will be a color name
@@ -92,35 +95,35 @@ Running as a Modal Dialog
9295
9396 askcolor() supports the following optional keyword arguments:
9497
95- color
96- the color to set as the initial selected color
98+ color
99+ the color to set as the initial selected color
97100
98- master[*]
99- the master window to use as the parent of the modal
100- dialog. Without this argument, pyColorChooser will create
101- it's own Tkinter.Tk instance as the master. This may not
102- be what you want.
101+ master[*]
102+ the master window to use as the parent of the modal
103+ dialog. Without this argument, pyColorChooser will create
104+ it's own Tkinter.Tk instance as the master. This may not
105+ be what you want.
103106
104- databasefile[*]
105- similar to the --database option, the value must be a
106- file name
107+ databasefile[*]
108+ similar to the --database option, the value must be a
109+ file name
107110
108- initfile[*]
109- similar to the --initfile option, the value must be a
110- file name
111+ initfile[*]
112+ similar to the --initfile option, the value must be a
113+ file name
111114
112- ignore[*]
113- similar to the --ignore flag, the value is a boolean
115+ ignore[*]
116+ similar to the --ignore flag, the value is a boolean
114117
115- wantspec[*]
116- When this is true, the "name" field in the return tuple
117- will always be a color spec of the form "#rrggbb". It
118- will not return a color name even if there is a match;
119- this is so pyColorChooser can exactly match the API of
120- tkColorChooser.
118+ wantspec[*]
119+ When this is true, the "name" field in the return tuple
120+ will always be a color spec of the form "#rrggbb". It
121+ will not return a color name even if there is a match;
122+ this is so pyColorChooser can exactly match the API of
123+ tkColorChooser.
121124
122- [*] these arguments must be specified the first time
123- askcolor() is used and cannot be changed on subsequent calls.
125+ [*] these arguments must be specified the first time
126+ askcolor() is used and cannot be changed on subsequent calls.
124127
125128The Colorstrip Window
126129
@@ -330,3 +333,9 @@ To Do
330333 - Support setting the font in the text view
331334
332335 I'm open to suggestions!
336+
337+
338+
339+ Local Variables:
340+ indent-tabs-mode: nil
341+ End:
0 commit comments