Re: gtk_menu: update the menu

2003-06-04 Thread Sven Neumann
Hi, Maarten <[EMAIL PROTECTED]> writes: > I use strtok to separate the entrys from the string. Have a look at the strtok(3) man-page. It explains why you should _never_ use this function. Consider to use g_strsplit() instead. Sven ___ gtk-list mailin

gtk_menu: update the menu

2003-06-04 Thread Maarten
Hi GTK list, I have a question about the gtk_menu wigdet. Application: My GTK 2.2 application build a menu from a sting, in the string every item is separated by "\t". So the string can look like: "item 1\titem 2\titem3\n". This string can change when I am running the app, and that must be made