Progressbar in a statusbar?

2006-03-27 Thread Mario Ospelt

Hello,

Actually I would like to know if it is possible to create a progressbar 
in a statusbar. 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?


Thanks
Mario
___
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list


Re: Progressbar in a statusbar?

2006-03-27 Thread A. Pagaltzis
Hi Mario,

* Mario Ospelt [EMAIL PROTECTED] [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/
___
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list