summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/DetailsViewer.py
Commit message (Collapse)AuthorAgeFilesLines
* __delta(): Use augmented assignments.Barry Warsaw2001-07-101-6/+6
|
* Add a module global variable ADDTOVIEW to conform to dynamic viewerBarry Warsaw1999-04-271-0/+2
| | | | lookup protocol.
* Many changes to support a second mode of operation. Pynche can now beBarry Warsaw1998-10-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run either as a standalone application (by running pynche or pynche.pyw), or as a modal dialog inside another application. This can be done by importing pyColorChooser and running askcolor(). The API for this is the same as the tkColorChooser.askcolor() API, namely: When `Okay' is hit, askcolor() returns ((r, g, b), "name"). When `Cancel' is hit, askcolor() returns (None, None). Note the following differences: 1. pyColorChooser.askcolor() takes an optional keyword `master' which if set tells Pynche to run as a modal dialog. `master' is a Tkinter parent window. Without the `master' keyword Pynche runs standalone. 2. in pyColorChooser.askcolor() will return a Tk/X11 color name as "name" if there is an exact match, otherwise it will return a color spec, e.g. "#rrggbb". tkColorChooser can't return a color name. There are also some UI differences when running standalone vs. modal. When modal, there is no "File" menu, but instead there are "Okay" and "Cancel" buttons. The implementation of all this is a bit of a hack, but it seems to work moderately well. I'm not guaranteeing the pyColorChooser.Chooser class has the same semantics as the tkColorChooser.Chooser class.
* Saving/Restoring state into ~/.pynche fileBarry Warsaw1998-10-201-4/+11
|
* Better layout of options menu and inc/dec buttonsBarry Warsaw1998-10-071-13/+16
|
* Better quittingBarry Warsaw1998-10-061-2/+1
|
* Color Variation Ties => Move SlidersBarry Warsaw1998-10-061-15/+15
| | | | Moved buttons to the top
* Changed the grey/magenta/cyan/yellow label text slightly.Barry Warsaw1998-10-061-5/+5
| | | | Changed Color Ties label to Color Variation Ties
* TitleBarry Warsaw1998-10-051-4/+4
|
* Finished implementation + docstringBarry Warsaw1998-10-051-0/+262
|
* *** empty log message ***Barry Warsaw1998-10-051-0/+0