List prob



Hello 

Im trying this one :	(hCList = a GtkList*)

	char * Mes = "All Groups";
	Glist gl1;
      gtk_list_clear_items(hCList,0,-1);
      gl1.data = Mes;
      gl1.prev = 0;
      gl1.next = 0;
      gtk_list_append_items(hCList,&gl1);

For some reason , this one crashes . Any options ?
Maybe I am not using gtk_list_append_items correctly.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]