Re: RCStyle pixmap_path in window
- From: Tor Lillqvist <tml iki fi>
- To: Hartmut Goebel <h goebel goebel-consult de>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: RCStyle pixmap_path in window
- Date: Mon, 27 Jul 2009 10:53:21 +0300
But how to handle device letters? pixmap_path is defined to be a list of
paths separated by colon (:).
If the documentation says so, it is wrong. It is a list of paths
separated by the platform-dependent search-path separator, which on
Windows is the semicolon. The source confirms this,
gtk_rc_parse_pixmap_path_string() in gtkrc.c says:
context->pixmap_path = g_strsplit (pix_path, G_SEARCHPATH_SEPARATOR_S, -1);
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]