icon_size_register
Description:
[ Version ( deprecated_since = "3.10" , deprecated = true ) ]
public IconSize icon_size_register (string name, int width, int height)
public IconSize icon_size_register (string name, int width, int height)
Warning: icon_size_register is deprecated since "3.10".
Registers a new icon size, along the same lines as MENU, etc.
Note:
Use IconTheme instead.
Returns the integer value for the size.
Parameters:
name |
name of the icon size |
width |
the icon width |
height |
the icon height |
Returns:
integer value representing the size (IconSize) |
Namespace: Gtk
Package: gtk+-3.0