i got these warnings when i tried to access clist. can i access clist from interface.c using gtk_lookup_widget. clist is a child of schedule window i created.
how to access the child widget defined in interface and how to insert rows to the clist in callbacks.c WARNING **: Widget not found: clist_sst_file_sel Gtk-CRITICAL **: file gtkclist.c: line 2673 (gtk_clist_append): assertion `GTK_IS_CLIST (clist)' failed Gtk-CRITICAL **: file gtkclist.c: line 2245 (gtk_clist_set_text): assertion `GTK_IS_CLIST (clist)' failed Gtk-CRITICAL **: file gtkclist.c: line 3102 (gtk_clist_set_row_data_full): assertion `GTK_IS_CLIST (clist)' failed (tavex0222:19097): Gtk-CRITICAL **: file gtkclist.c: line 3122 (gtk_clist_get_row_data): assertion `GTK_IS_CLIST (clist)' failed thanks; vasu. _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
