Re: reparent a dialog into a scrolled window



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 nokia com>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]