Re: Gnome-core
- From: "Matias Mutchinick" <mmb quetzal innsz mx>
- To: gnome-devel-list gnome org
- Subject: Re: Gnome-core
- Date: Wed, 13 Oct 1999 15:25:56 -0600
> 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]