More Standard Icons

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

More Standard Icons

Post 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
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: More Standard Icons

Post by DoubleDutch »

+1

Plus larger versions of standard icons and an option for a larger toolbar...
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: More Standard Icons

Post by uwekel »

The perfect solution would be SVG, because they can be rendered to any size.
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
Post Reply