[e-devel] ewl_progressbar, some new features

2005-06-06 Thread ilLogict
Hello! While playing with some progressbars, I found myself dreaming about some missing features... So I coded them :p - First I added a char *label_format to struct Ewl_Progressbar, it is set to "%3$.0lf%%" at initialization, to keep the default percentage mode, as I changed label arguments to

RE: [e-devel] ewl_progressbar, some new features

2005-06-06 Thread dan sinclair
Hello, Few comments on the patch. - Any reason why you commented out a bunch of the tests? - Should use const for the char * parameters. - if this does the same thing as the custom label, i'd be preferable to just use the custom label stuff instead of creating all new routines. - if you have