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 <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]>
http://www.gnome-db.org/ - http://www.ximian.com/

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to