Settings.gtkIconSizes

string gtkIconSizes() @property

Get gtkIconSizes property.

Returns

A list of icon sizes. The list is separated by colons, and

item has the form:

size-name = width , height

E.g. "gtk-menu=16,16:gtk-button=20,20:gtk-dialog=48,48". GTK+ itself use the following named icon sizes: gtk-menu, gtk-button, gtk-small-toolbar, gtk-large-toolbar, gtk-dnd, gtk-dialog. Applications can register their own named icon sizes with [gtk.global.iconSizeRegister].

Deprecated

This setting is ignored.
void gtkIconSizes(string propval) @property

Set gtkIconSizes property.

Parameters

propvalA list of icon sizes. The list is separated by colons, and item has the form: size-name = width , height E.g. "gtk-menu=16,16:gtk-button=20,20:gtk-dialog=48,48". GTK+ itself use the following named icon sizes: gtk-menu, gtk-button, gtk-small-toolbar, gtk-large-toolbar, gtk-dnd, gtk-dialog. Applications can register their own named icon sizes with [gtk.global.iconSizeRegister].

Deprecated

This setting is ignored.