IconSize.registerAlias
Registers alias as another name for target. So calling gtk.global.iconSizeFromName with alias as argument will return target.
Parameters
alias_ | an alias for target |
target | an existing icon size (#GtkIconSize) |
Deprecated
Use #GtkIconTheme instead.