Re: [gtk-list] RE: styles and rc files.



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]