A.Steinhoff | 10 May 15:54

ACS files


Hello,

exist there a utility for creating individual color scheme files ?  (*.acs)

Best Regards

--Armin
Julien Nadeau | 11 May 16:49
Favicon

Re: ACS files

On Sat, May 10, 2008 at 01:54:48PM +0000, A. Steinhoff wrote:
> 
> 
> Hello,
> 
> exist there a utility for creating individual color scheme files ?  (*.acs)
> 
> Best Regards
> 
> --Armin

You can use the "widgets" demo in ./demos/widgets to create or edit .acs
files (File / Preferences / Colors).

The amount of code involved is quite small. If you'd like to integrate
this functionality in your application, you can duplicate the code in
dev/config.c (look for the DEV_ConfigWindow() function), or simply link
against `agar-dev-config --libs` and invoke DEV_ConfigWindow().
A.Steinhoff | 12 May 12:19

Re: ACS files

Julien Nadeau <vedge@...> writes:

> 
> On Sat, May 10, 2008 at 01:54:48PM +0000, A. Steinhoff wrote:
> 
> You can use the "widgets" demo in ./demos/widgets to create or edit .acs
> files (File / Preferences / Colors).

thank you ... I have simpy overlooked that.

> 
> The amount of code involved is quite small. If you'd like to integrate
> this functionality in your application, you can duplicate the code in
> dev/config.c (look for the DEV_ConfigWindow() function), or simply link
> against `agar-dev-config --libs` and invoke DEV_ConfigWindow().

OK ... will look into these details.

Than you ver much

--Armin

> 

Gmane