Re: (no subject)
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: Kishore Prahallad Sunkeswari <kishore iiit net>
- Cc: gtk-list gnome org
- Subject: Re: (no subject)
- Date: 11 Oct 2001 12:42:08 +0200
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]