OptionType#

Added in version 2.24.

class OptionType#

Enum values for options types.

Fields#

class OptionType
BOOLEAN#

A gboolean option type.

DOUBLE#

A float options type.

INT#

A int option type.

RANGE_STRING#

A range string option type.

SIZE#

A gsize options type.

STRING#

A string option type.

UINT#

A int option type.