Class

MetaCursor

Description

abstract class Meta.Cursor : Clutter.Cursor
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this MetaCursor ancestor_0 ClutterCursor ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Instance methods

meta_cursor_get_backend

Gets the MetaBackend of the cursor.

meta_cursor_get_size
No description available.

meta_cursor_get_theme_name
No description available.

Methods inherited from ClutterCursor (4)
clutter_cursor_emit_texture_changed
No description available.
clutter_cursor_get_cursor_type
No description available.
clutter_cursor_reset_viewport_dst_size
No description available.
clutter_cursor_set_viewport_dst_size
No description available.
Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Meta.Cursor:backend
No description available.

Meta.Cursor:size
No description available.

Meta.Cursor:theme-name
No description available.

Properties inherited from ClutterCursor (2)
Clutter.Cursor:color-state
No description available.
Clutter.Cursor:cursor-type
No description available.

Signals

Signals inherited from ClutterCursor (1)
ClutterCursor::texture-changed
No description available.
Signals inherited from GObject (1)
GObject::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.

Class structure

struct MetaCursorClass {
  ClutterCursorClass parent_class;
  
}

No description available.

Class members
parent_class: ClutterCursorClass

No description available.