
On Wed, 2005-03-23 at 04:53 -0400, bulia byak wrote:
Jon,
I think the ideal dropper toolbar should contain only:
Very good ideas...I will hopefully get to this weekend.
1 a stack of swatches, of configurable length (default e.g. 10), each swatch representing a color that was set on anything by any means (just intercept the set_style signal). Each swatch can be right-clicked for a menu which would have the two commands:
-- Copy RGB (hex) -- Copy RGBA (hex)
Okay, already intercepting that signal, so just have to put those into a queue and add swatches for each color.
2 _two_ toggle buttons for the two modes of operation, each with its own tooltip.
Right, well, the option is 0 or 1, so either on toggle or two radios would be good. You don't like the way I updated the toggle with text? 2 toggles wouldn't work because it is either, but not both.
This will give maximum functionality and intuitiveness in minimum space.
Also, please fix the warnings in your code:
toolbox.h:45: warning: 'void sp_dropper_copy(GtkWidget*, GtkObject*)' declared `static' but never defined toolbox.h:47: warning: 'void sp_dropper_copy_as_hex(GtkWidget*, GtkObject*)' declared `static' but never defined
Oops...will do...Thanks for your recommendations...I appreciate.
Jon
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel