Am Mittwoch, den 07.03.2007, 15:52 +0100 schrieb Sebastian Kraft:
> Am Mittwoch, 7. März 2007 13:45:20 schrieb Marc Santhoff:
> >
> > In your application you've got to:
> >
> > <snip>
> > gtk_init (@argc, @argv);
> > gtk_rc_parse( <your_preferred_rc_file> )
> > ... other inits ..
> > gtk_main ();
> > </snip>
> >
> 
> Can this be done with lazarus? What unit do I need?
> Does this mean I can create a own gtkrc file and ship it with my application?

Since Lazarus is an application it can.

Someone has to implement it (if not already done), maybe by exposing a
property "TApplication.gtk1rcfile" or the like. This would get
"gtk_rc_parse"d if set ... and GTK2 does have a similar mechanism (I
personally do not know anything about).

The core lazarus developers should know better. ;)

Marc

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to