List prob
- From: "Michael" <xmic freemail gr>
- To: <gtk-list gnome org>
- Subject: List prob
- Date: Sun, 19 Aug 2001 12:55:47 +0300
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]