On Wed, 2003-05-28 at 10:50, Leslie Polzer wrote:
> Hello dear list members,
> 
> is it possible to escape the GtkItemFactory's path separators?
> I tried '//' and '\/' to no avail except a core dump.
> Do I have to use other means (lower-level GtkMenu-stuff, that is)
> here?

Are using GTK+-2.x? This wasn't fixed until maybe 2 years
ago. 

\/ will escape a slash, (note in a C string, you'll need \\/, 
since you have to protect the \ from C)

If you have an example that causes a segfault in GTK+-2.x,
we'd appreciate a bug report.

Regards,
                                     Owen


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to