Next: , Previous: ClutterSettings, Up: Top


56 ClutterScriptable

Override the UI definition parsing

56.1 Overview

The <clutter-scriptable-iface> interface exposes the UI definition parsing process to external classes. By implementing this interface, a class can override the UI definition parsing and transform complex data types into GObject properties, or allow custom properties.

<clutter-scriptable> is available since Clutter 0.6

56.2 Usage