Any equivalent to gtk_progress_bar_pulse()?
Francesco Montorsi
f18m_cpp217828 at yahoo.it
Wed Aug 9 04:36:26 PDT 2006
Ian Britten ha scritto:
> Hi all,
> Does wxWidgets have anything similar to gtk_progress_bar_pulse()? (See
> http://developer.gnome.org/doc/API/2.0/gtk/GtkProgressBar.html#gtk-progress-bar-pulse)
>
> I couldn't seem to see anything...
>
> I'm hoping to find something to embed in my status bar to show the
> application is doing work, without blocking the app. I had thought of a
> few of the more obvious candidates (wxGauge, wxProgressDialog, etc), but
> I don't want it as a popup dialog, and as well, I don't have any way to
> calculate any sort of percentage complete.
I need something similar, too - so I've planned to submit a new widget
to wx, something called wxBouncingGauge which uses
gtk-progress-bar-pulse API under GTK+ 2 and is generic under Windows.
I've placed some notes about it (among other things) at
http://www.wxwidgets.org/wiki/index.php/User:Frm
(see point #8)
If you're willing to do/help with it, let me know.
Francesco
NB: I'll work on such control on first days of september probably,
cannot do it earlier...
More information about the wx-users
mailing list