Le 22/07/2012 10:00, Maria a écrit :
>
>
>>> Is there any option to select the icons theme you want when loading a
>>> Gambas program?
>
>> Yes. By setting the Application.Theme property with the name of the current
>> desktop in lower case. You can get the name of the current desktop by using
>>   the gb.desktop component, and get the value of the Desktop.Type property.
>
>
>
> I will refine the question: is there any option to FORCE an icon set even if 
> you don't use a popular desktop?
>
> Something like
> Application.IconTheme="oxygen"
> perhaps?
>
>
> Thanks for your patience.

Hi,

In revision #4980, I added a Stock.Theme property that allows to define 
which specific icon theme will be used, indepently of the current 
desktop configuration.

Moreover, I fixed some bugs and now all icon theme should be correctly 
handled : gnome, kde and/or svg-only icon themes.

Tell me if it fits your needs.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to