Re: (no subject)



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]