- /* by calling GtkOnSize here, we don't have to call
- either after showing the frame, which would entail
- much ugly flicker or from within the size_allocate
- handler, because GTK 1.1.X forbids that. */
-
- win->GtkOnSize( win->m_x, win->m_y, win->m_width, win->m_height );