Re: [Vala] valadoc Question

2018-03-23 Thread Michael Gratton
On Sat, Mar 24, 2018 at 6:06 AM, Al Thomas via vala-list 
 wrote:
> On Friday, 23 March 2018, 19:00:09 GMT, Steven Oliver 
 wrote:

 How do I determine the list of icon names I can pick from? For
 whatever reason valadoc doesn't list them. Is there somewhere else I
 can look for the list?


I think what you want is the Freedesktop.org icon naming 
specification:https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
This may help a little 
too:https://stackoverflow.com/questions/36805505/gtk-stock-is-deprecated-whats-the-alternative/

Regards,


The gtk3-icon-browser program is useful here too - it shows what icon 
is will be used for each, and lets you search icon names as well.


//Mike


--
⊨ Michael Gratton, Percept Wrangler.
⚙ 

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] valadoc Question

2018-03-23 Thread Steven Oliver
Thanks Al! That's what I was looking for.
Steven N. Oliver


On Fri, Mar 23, 2018 at 3:06 PM, Al Thomas  wrote:
>> On Friday, 23 March 2018, 19:00:09 GMT, Steven Oliver
>>  wrote:
>
>> How do I determine the list of icon names I can pick from? For
>> whatever reason valadoc doesn't list them. Is there somewhere else I
>> can look for the list?
>
> I think what you want is the Freedesktop.org icon naming specification:
> https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
>
> This may help a little too:
> https://stackoverflow.com/questions/36805505/gtk-stock-is-deprecated-whats-the-alternative/
>
> Regards,
>
> Al
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] valadoc Question

2018-03-23 Thread Al Thomas via vala-list
> On Friday, 23 March 2018, 19:00:09 GMT, Steven Oliver 
 wrote: 
> How do I determine the list of icon names I can pick from? For
> whatever reason valadoc doesn't list them. Is there somewhere else I
> can look for the list?

I think what you want is the Freedesktop.org icon naming 
specification:https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
This may help a little 
too:https://stackoverflow.com/questions/36805505/gtk-stock-is-deprecated-whats-the-alternative/
Regards,

Al 
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


[Vala] valadoc Question

2018-03-23 Thread Steven Oliver
When I encounter pages like this one:
https://valadoc.org/gtk+-3.0/Gtk.Entry.set_icon_from_icon_name.html

How do I determine the list of icon names I can pick from? For
whatever reason valadoc doesn't list them. Is there somewhere else I
can look for the list?

I found that page by reviewing the example code for Gtk.Entry where
they make use of it:
https://valadoc.org/gtk+-3.0/Gtk.Entry.html

Steven N. Oliver
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list