On Mon, May 27, 2002 at 08:20:41AM -0600, Collins wrote: > Is it possible to include non-gtk-related items in a gtk rcfile that > is processed by rc-parse()? Are there standard methods for parsing > the additional values I put in the file?
IIRC, no, it is not; the rc parser will complain about them. You'll need your own configuration files; I would suggest using Python's ConfigParser module, which works fine. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
