Scrolling GTK list



Thanks  Moya ,  I could  get it done.  By the way what is the difference
between list and clist.

Any major features for clist.

-Kishore Prahallad

Rodrigo Moya wrote:

> On Thu, 2001-10-11 at 10:37, Kishore Prahallad Sunkeswari wrote:
> >
> >
> > Can any one help me out in adding a scroll bar to the list widget.
> >
> you should just:
>
> scrolled = gtk_scrolled_window_new (NULL, NULL);
> list = gtk_clist_new (columns);
> gtk_container_add (GTK_CONTAINER (scroll), list);
>
> cheers
> --
> Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
> http://www.gnome-db.org/ - http://www.ximian.com/





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