Re: Progressbar in a statusbar?



Hi Mario,

* Mario Ospelt <mospelt student ethz ch> [2006-03-27 15:30]:
Can a statusbar be divided into several parts, so that in each
part different information can be shown (and in one of them e.g.
a progressbar). Or do I have to use a HBox and create several
statusbars in each of the boxes?

if you check the docs, you will find that GtkStatusbar *is* a
GtkHBox. So you can simply pack widgets into it using the GtkHBox
interface. Be aware that you can only pack them into it to the
right of the status text label widget, though.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]