[Glade-users] gtk append row

srinivas srinivas at comodo.com
Thu Jun 16 06:58:20 EDT 2005


hi;

i have some problem with gtk_clist_append, i can't able to append to
clist. 

   i have a application like, fs is the file selection widget object.
i am getting the name of file selected as

gchar *data;
data[j] = (gchar *)gtk_file_selection_get_filename (GTK_FILE_SELECTION
(fs));

now i want to append the path of file in to clist, i given like this.

gtk_clist_append (GTK_CLIST (clist_sst_file_sel),(gchar *) data_app);

clist_sst_file_sel is the object of clist widet.

but i can't able to append to the list. what i have to include,

is there any pbm with this.

thanks;

vasu.



More information about the Glade-users mailing list