On Mon, 2004-05-17 at 09:33, ext Antonia Kieranov Titlis wrote: > Hey all, > > I'm just curious, is it possible to reparent a dialog > into a scrolled window? If so, how? Thanks. I'd say toplevel widgets can't be reparented by definition. However, you can probably reparent some child widget of the dialog: gtk_widget_reparent (GTK_BIN (dialog)->child, scrolled_window); -- Tommi Komulainen <tommi.komulainen@xxxxxxxxx> _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list