ChamplainCustomMarker

ChamplainCustomMarker — ChamplainCustomMarker A marker implementing the ClutterContainer interface.

Synopsis

struct              ChamplainCustomMarker;
ClutterActor *      champlain_custom_marker_new         (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----ChamplainMarker
                     +----ChamplainCustomMarker

Implemented Interfaces

ChamplainCustomMarker implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and ChamplainLocation.

Description

A marker implementing the ClutterContainer interface. You can insert your custom actors into the container. Don't forget to set the anchor position in the marker using clutter_actor_set_anchor_point.

Details

struct ChamplainCustomMarker

struct ChamplainCustomMarker;

The ChamplainCustomMarker structure contains only private data and should be accessed using the provided API

Since 0.10


champlain_custom_marker_new ()

ClutterActor *      champlain_custom_marker_new         (void);

Creates an instance of ChamplainCustomMarker.

Returns :

a new ChamplainCustomMarker.

Since 0.10