Re: reparent a dialog into a scrolled window
- From: Tommi Komulainen <tommi komulainen nokia com>
- To: gtk-list gnome org
- Subject: Re: reparent a dialog into a scrolled window
- Date: Tue, 18 May 2004 11:07:14 +0300
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]