Value.paramSpecChar

Creates a new GParamSpecChar instance specifying a G_TYPE_CHAR property.

class Value
static
paramSpecChar
(
string name
,
string nick
,
string blurb
,
byte minimum
,
byte maximum
,,)

Parameters

name string

canonical name of the property specified

nick string

nick name for the property specified

blurb string

description of the property specified

minimum byte

minimum value for the property specified

maximum byte

maximum value for the property specified

defaultValue byte

default value for the property specified

flags GParamFlags

flags for the property specified

Return Value

Type: ParamSpec

a newly created parameter specification