Re: Statusbar issue



"Andrew E. Makeev" <andrew solvo ru> writes:
> 
> On the web pages I found that since GtkStatusbar is HBox you could pack
> everything you like inner. There is a problem.
> 
> When you pack something at the end of statusbar your widget gonna
> intersect with triangle that is size handler for that bar.
> 
> For example, when I've packed small image with
> pack_end(bar,image,false,false,0), that trianle ate most of picture ;p.
> 
> Should I post it on bugzilla?
> 

It's probably not really quite right that it works this way, no. You
might file it.

There's an easy workaround, just add some padding on the right.  Or
turn off the resize grip with set_has_grip() or whatever it's called.

Havoc



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