
On Jul 1, 2008, at 7:50 AM, bulia byak wrote:
On Tue, Jul 1, 2008 at 10:43 AM, Alexandre Prokoudine
Here is how GtkScaleButton looks for GIMP/trunk (any brush-based tool): 1.png, 2.png
That would be nice to have, yes.
Interestingly, apparently Gimp folks consider their interface so good that they can spend time on creating fancy widgets :) Our little app, unfortunately, is still quite lame in a lot of places, and all we're doing is just patching holes - so I just grabbed the standard widget from GTK.
Actually my change from last night switches to using that GtkScaleButton.
It takes a list of stock icon names for what to display. In the GIMP there they have some custom icons with increasing bars. I started things with just temporary use of existing stock icons. However I am going through the docs to figure out how to get Inkscape rendered icons to show up through the icon factory interface and thus allow us to have custom icons.
FYI the internal list has the icon for the zero state, the icon for the max state, then a series that divide up the range when you're not at 0 nor 100.