ParamSpecEnum
Description:
[ CCode ( cname = "g_param_spec_enum" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecEnum (string name, string nick, string blurb, Type enum_type, int default_value, ParamFlags flags)
public ParamSpecEnum (string name, string nick, string blurb, Type enum_type, int default_value, ParamFlags flags)
Creates a new ParamSpecEnum instance specifying a g_type_enum property.
See ParamSpec.internal for details on property names.
Parameters:
name |
canonical name of the property specified |
nick |
nick name for the property specified |
blurb |
description of the property specified |
enum_type |
a Type derived from g_type_enum |
default_value |
default value for the property specified |
flags |
flags for the property specified |
Returns:
a newly created parameter specification |