gtk2/gtk/parent

11 lines
380 B
Plaintext
Raw Normal View History

1997-11-24 22:37:52 +00:00
gdk_window_show (widget->window);
gdk_window_clear_area (widget->window,
widget->allocation.x,
widget->allocation.y,
widget->allocation.width,
widget->allocation.height);
gdk_window_hide (widget->window);
if (GTK_WIDGET_VISIBLE (widget->parent))
if (GTK_WIDGET_REALIZED (widget->parent) &&
if (GTK_WIDGET_MAPPED (widget->parent) &&