[10548] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: HELP! scrolled window of clist
daemon@ATHENA.MIT.EDU (Rostedt, Steven)
Mon Nov 30 13:50:49 1998
Date: Mon, 30 Nov 1998 13:50:13 -0500
From: "Rostedt, Steven" <steven.rostedt@lmco.com>
To: "'gtk-list@redhat.com'" <gtk-list@redhat.com>
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
> >
> > sw = gtk_scrolledwindow_new ();
> >
> > [snip]
> >
> > cl = gtk_clist_new ();
> > gtk_container_add (GTK_CONTAINER(sw),cl);
> >
>
> Indeed something like that, except now my window comes
> up but it does not show the CList even with the pack stuff :-(
> I guess I will have to go home and download the terabytes
> of 1.1.5 and try it there tonight if I get there early
> enough (gee, don't you hate commuting?).
>
> Thanks,
> Emilio
>
Did you also add:
gtk_widget_show (sw);
gtk_widget_show (cl);
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null