Class
ClutterBackend
Description [src]
abstract class Clutter.Backend : GObject.Object {
/* No available fields */
}
ClutterBackend
is an opaque structure whose
members cannot be directly accessed.
Available since: | 0.4 |
Instance methods
clutter_backend_get_cogl_context
Retrieves the CoglContext
associated with the given clutter
backend
. A CoglContext
is required when using some of the
experimental 2.0 Cogl API.
Available since: 1.8
clutter_backend_get_default_seat
Returns the default seat.
clutter_backend_get_input_method
Returns the input method used by Clutter.
clutter_backend_get_resolution
Gets the resolution for font handling on the screen.
Available since: 0.4
clutter_backend_set_font_options
Sets the new font options for backend
. The ClutterBackend
will
copy the #cairo_font_options_t.
Available since: 0.8
clutter_backend_set_input_method
Sets the input method to be used by Clutter.
Signals
Clutter.Backend::font-changed
The ::font-changed signal is emitted each time the font options
have been changed through ClutterSettings
.
Available since: 1.0
Clutter.Backend::resolution-changed
The ::resolution-changed signal is emitted each time the font
resolutions has been changed through ClutterSettings
.
Available since: 1.0
Clutter.Backend::settings-changed
The ::settings-changed signal is emitted each time the ClutterSettings
properties have been changed.
Available since: 1.4
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.