Re: [gtk-list] RE: styles and rc files.
- From: Michael Sobolev <mss transas com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] RE: styles and rc files.
- Date: Sun, 24 Jan 1999 00:33:40 +0300
On Sat, Jan 23, 1999 at 02:28:41PM -0700, Eden Li wrote:
> When and where do you call gtk_rc_parse () on the file .filerc?  I don't think
> gtk automatically parses ~/.filerc.
No, it does not.  At the very beginning I put the following lines:
    gtk_set_locale ();
    gtk_init (&argc, &argv);
    gtk_rc_parse ("~/.filerc");
    ...
    my code
    ...
I believe this should be ok, no?
--
Mike
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]