Page 1 of 1

More Standard Icons

Posted: Sun Mar 01, 2015 9:35 pm
by uwekel
Hi,

the ToolBarStandardButton() support 15 different icons, what is much too less. I would like to have a much larger standard icon set, similar to the GTK stock icons. See here: https://developer.gnome.org/gtk2/stable ... Items.html

It would be even better, if the icons were not for the ToolBarStandardButton() only. Maybe a function like

Code: Select all

StandardIcon(Name$, Size)
could return an image which can be used in ListIconView() Or ImageButton() as well.

Best regards
Uwe

Re: More Standard Icons

Posted: Fri Mar 06, 2015 10:58 am
by DoubleDutch
+1

Plus larger versions of standard icons and an option for a larger toolbar...

Re: More Standard Icons

Posted: Fri Mar 06, 2015 1:54 pm
by uwekel
The perfect solution would be SVG, because they can be rendered to any size.