register_alias
Description:
[
Version ( deprecated =
true , deprecated_since =
"3.10" ) ]
public static void register_alias (
string alias,
int target)
Warning: register_alias is deprecated since 3.10.
Registers alias
as another name for target
.
So calling from_name with alias
as argument will return
target
.
Parameters:
alias |
an alias for target
|
target |
an existing icon size (IconSize)
|