ChamplainLayer

ChamplainLayer — A container for ChamplainMarker

Synopsis

                    ChamplainLayer;
ChamplainLayer*     champlain_layer_new                 (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----ClutterGroup
                     +----ChamplainLayer

Implemented Interfaces

ChamplainLayer implements ClutterScriptable and ClutterContainer.

Description

A ChamplainLayer is little more than a ClutterContainer. It keeps the markers ordered so that they display correctly.

Use clutter_container_add to add markers to the layer and clutter_container_remove to remove them.

Details

ChamplainLayer

typedef struct _ChamplainLayer ChamplainLayer;


champlain_layer_new ()

ChamplainLayer*     champlain_layer_new                 (void);

Returns :

a new ChamplainLayer ready to be used as a ClutterContainer for the markers.

Since 0.2.2