Any equivalent to gtk_progress_bar_pulse()?
Vadim Zeitlin
vadim at wxwindows.org
Wed Aug 9 16:47:19 PDT 2006
On Thu, 10 Aug 2006 02:25:07 +0300 Mart Raudsepp <leio at dustbite.net> wrote:
MR> > If this is the case, then this corresponds to Win32 progress bar control with
MR> > PBS_MARQUEE style. But this style is only supported in XP so we still need
MR> > a generic version.
MR>
MR> IOW, we can't make it be the same control as wxGauge atm, just with
MR> added API?
Actually I don't think we want to use wxGauge for this. Even though it's
implemented as wxGauge under both GTK+ and Mac, I'd strongly prefer to have
a separate class for it because existing wxGauge methods (SetRange(),
SetValue(), ...) don't make sense for it.
Of course, I'd also strongly like to avoid code duplication so it's a bit
more work like this (need to refactor existing wxGauge code) but IMO it's
worth it.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list