Clutter::ParamSpec.3pm

Langue: en

Autres versions - même langue

Version: 2008-07-23 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::ParamSpec

METHODS


paramspec = Clutter::ParamSpec->unit ($name, $nick, $blurb, $minimum, $maximum, $default_value, $flags)


paramspec = Clutter::ParamSpec->unit ($name, $nick, $blurb, $minimum, $maximum, $default_value, $flags)

$name (string)
$nick (string)
$blurb (string)
$minimum (units)
$maximum (units)
$default_value (units)
$flags (Glib::ParamFlags)

Glib::ParamSpec for unit-based properties

ENUMS AND FLAGS


flags Glib::ParamFlags

'readable' / 'G_PARAM_READABLE'
'writable' / 'G_PARAM_WRITABLE'
'construct' / 'G_PARAM_CONSTRUCT'
'construct-only' / 'G_PARAM_CONSTRUCT_ONLY'
'lax-validation' / 'G_PARAM_LAX_VALIDATION'
'private' / 'G_PARAM_PRIVATE'

SEE ALSO

Clutter Copyright (C) 2006 OpenedHand Ltd.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Library version 2.1, or under the terms of the Artistic License. See Clutter for the full copyright notice.