Method
ShumateMapinsert_layer_behind
Declaration [src]
void
shumate_map_insert_layer_behind (
ShumateMap* self,
ShumateLayer* layer,
ShumateLayer* next_sibling
)
Description [src]
Adds layer
to self
behind next_sibling
or, if next_sibling
is NULL
, at
the top of the layer list.
Parameters
layer
-
Type:
ShumateLayer
A
ShumateLayer
.The data is owned by the caller of the method. next_sibling
-
Type:
ShumateLayer
A
ShumateLayer
that is a child ofself
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method.