Re: HELP! scrolled window of clist




"D. Emilio Grimaldo Tunon" <emilio_tunon@nl.compuware.com> writes:

> The question is then, how on earth do I obtain the WHAT
> parameter? it is of type ScrolledWindow but I don't see
> that in the gtkclist.h.
> 
> Being the 3rd time I ask, it would be nice to have an
> answer... :-)

  sw = gtk_scrolled_window_new();
  gtk_container_add (GTK_CONTAINER (sw), clist);

Please look at docs/Changes-1.2.txt. I think it should have a
description of this change. (If it didn't for 1.1.5, it does now). You
might also want to look for a post from Lars Hamann entitled
"Clist/CTree source incompatible changes" sent to this list on
November 5.

Regards,
                                        Owen



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