Re: fetch and display data in the form of a table

2010-07-30 Thread love nglory
Hi,

Thanks..
I tried the gtkclist and it worked well..

In clist I am setting the features of each column seperately,
for example :

gtk_clist_set_column_width(clist, 0 , 150 );

here the width for column 0 only will get set. Is it possible to set
the features of all columns at once?

-nkat


On Thu, Jul 29, 2010 at 12:22 PM, Jeff Hallock jhall...@wbanda.com wrote:

 Take a look at the TreeView and related widgets.



 From: gtk-list-boun...@gnome.org [mailto:gtk-list-boun...@gnome.org] On 
 Behalf Of love nglory
 Sent: Thursday, July 29, 2010 3:05 PM
 To: gtk-list@gnome.org
 Subject: fetch and display data in the form of a table



 Hi everyone,

 Is there any way I can display data in the form of a table in gtk.

 Thank you
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: fetch and display data in the form of a table

2010-07-30 Thread Tadej Borovšak
Hi.

 I tried the gtkclist and it worked well..

GtkCList is one of the widgets that is not part of GTK+-3 (and is not
maintained in 2.x). Use GtkTreeView like Jeff already suggested.

Tadej

-- 
Tadej Borovšak
tadeboro.blogspot.com
tadeb...@gmail.com
tadej.borov...@gmail.com
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


RE: fetch and display data in the form of a table

2010-07-29 Thread Jeff Hallock
Take a look at the TreeView and related widgets.

From: gtk-list-boun...@gnome.org [mailto:gtk-list-boun...@gnome.org] On Behalf 
Of love nglory
Sent: Thursday, July 29, 2010 3:05 PM
To: gtk-list@gnome.org
Subject: fetch and display data in the form of a table

Hi everyone,

Is there any way I can display data in the form of a table in gtk.

Thank you
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list