Scrolling GTK list
- From: "S. P. Kishore" <kishore iiit net>
- To: Rodrigo Moya <rodrigo gnome-db org>, gtk-list gnome org
- Subject: Scrolling GTK list
- Date: Fri, 12 Oct 2001 10:26:49 +0530
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]