[Gambas-user] Default icons problem

Fabien Bodard gambas.fr at ...626...
Sun Jul 22 12:21:17 CEST 2012


Le 22 juil. 2012 10:02, "Maria" <geaplanet at ...397...> 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?
>
Not actually but it can be done.

Benoit:
What about something like
Application.theme="iconset:/oxygen"

By this way we can say to stock to use a specific icon set
+hicolor+defaultstock
Maybe we need to provide the icon path too

>
> Thanks for your patience.
>
------------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



More information about the User mailing list