Re: Gnome-core





> Maybe the problem is that it tries to show the panel while still
> hidding, maybe it would be better to show it only if the panel is 
> completely hidden, thats the way the windows panel works.
> 

Maybe something like this, but i dont really know
 
if(GTK_WIDGET_REALIZED(corner) && corner->state != CORNER_MOVING) {
         PanelWidget *panel = PANEL_WIDGET(BASEP_WIDGET(corner)->panel);
         corner->state = CORNER_MOVING;
         ....
}
corner->state = CORNER_SHOWN;
 
Matias Mutchinick



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