RE: [gtk-list] Re: HELP! scrolled window of clist
- From: "Rostedt, Steven" <steven rostedt lmco com>
- To: "'gtk-list redhat com'" <gtk-list redhat com>
- Subject: RE: [gtk-list] Re: HELP! scrolled window of clist
- Date: Mon, 30 Nov 1998 13:50:13 -0500
> >
> > 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]