Any equivalent to gtk_progress_bar_pulse()?
Vadim Zeitlin
vadim at wxwindows.org
Wed Aug 9 13:45:22 PDT 2006
On Wed, 09 Aug 2006 13:36:26 +0200 Francesco Montorsi <f18m_cpp217828 at yahoo.it> wrote:
FM> I need something similar, too - so I've planned to submit a new widget
FM> to wx, something called wxBouncingGauge which uses
FM> gtk-progress-bar-pulse API under GTK+ 2 and is generic under Windows.
I don't quite understand how does this GTK pulse progress bar look, is it
just a normal progress bar with the indicator bouncing back and forth? If
this is the case, then this corresponds to Win32 progress bar control with
PBS_MARQUEE style. But this style is only supported in XP so we still need
a generic version.
Also, Mac has indeterminate progress bars which seem to be used for the
same purpose:
http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGControls/chapter_18_section_5.html#//apple_ref/doc/uid/TP30000359-TPXREF208
Moreover, they also have a rather nice control called asynchronous progress
indicator (illustrated on the same page). The main advantage of this one is
that it can be used in conjunction with other controls easily, e.g. you
could have a wxFlexGridSizer with wxStaticTexts in the first column and
such controls in the second one.
FM> I've placed some notes about it (among other things) at
FM>
FM> http://www.wxwidgets.org/wiki/index.php/User:Frm
FM>
FM> (see point #8)
I'm not sure which control is the one mentioned there but I can say that
CCS_NOPARENTALIGN is irrelevant.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list