Clutter::ParamSpec(3pm)
NAME
Clutter::ParamSpec - ParamSpecs for installing new properties
METHODS
- paramspec = Clutter::ParamSpec->color ($name, $nick, $blurb,
- $default_value, $flags)
o $name (string) - o $nick (string)
- o $blurb (string)
- o $default_value (Clutter::Color)
- o $flags (Glib::ParamFlags)
- paramspec = Clutter::ParamSpec->units ($name, $nick, $blurb, $unit_type,
- $minimum, $maximum, $default_value, $flags) o $name (string)
- o $nick (string)
- o $blurb (string)
- o $unit_type (Clutter::UnitType)
- o $minimum (double)
- o $maximum (double)
- o $default_value (double)
- o $flags (Glib::ParamFlags)
ENUMS AND FLAGS
- enum Clutter::UnitType
- o 'pixel' / 'CLUTTER_UNIT_PIXEL'
- o 'em' / 'CLUTTER_UNIT_EM'
- o 'mm' / 'CLUTTER_UNIT_MM'
- o 'point' / 'CLUTTER_UNIT_POINT'
- flags Glib::ParamFlags
- o 'readable' / 'G_PARAM_READABLE'
- o 'writable' / 'G_PARAM_WRITABLE'
- o 'construct' / 'G_PARAM_CONSTRUCT'
- o 'construct-only' / 'G_PARAM_CONSTRUCT_ONLY'
- o 'lax-validation' / 'G_PARAM_LAX_VALIDATION'
- o 'private' / 'G_PARAM_PRIVATE'
SEE ALSO
Clutter
COPYRIGHT
Copyright (C) 2006, 2007, 2008 OpenedHand Ltd
Copyright (C) 2009 Intel Corporation
This module is free software; you can redistribute it and/or modify it
under the terms of either:
o the GNU Lesser General Public Library version 2.1; or
o the Artistic License, version 2.0.
- See Clutter for the full copyright notice.