GtkDClass.tokenToGtkD

Converts a GTK token to a Dui token This removes the "_" and capitalises the next letter and converts the basic types. Doesn't do it if it's cairo name

class GtkDClass
static
string
tokenToGtkD
(
string gToken
,,
string[string] aliases
,
bool caseConvert = true
)

Parameters

gToken string

Return Value

Type: string

Meta