]> Pileus Git - ~andy/gtk/blob - gtk/parent
revamped the definitions for 1-1-0, so that all the new API stuff is
[~andy/gtk] / gtk / parent
1     gdk_window_show (widget->window);
2     gdk_window_clear_area (widget->window,
3                            widget->allocation.x,
4                            widget->allocation.y,
5                            widget->allocation.width,
6                            widget->allocation.height);
7     gdk_window_hide (widget->window);
8       if (GTK_WIDGET_VISIBLE (widget->parent))
9           if (GTK_WIDGET_REALIZED (widget->parent) &&
10           if (GTK_WIDGET_MAPPED (widget->parent) &&