Function

ClutterUnitsfrom_pixels

Declaration [src]

void
clutter_units_from_pixels (
  ClutterUnits* units,
  gint px
)

Description [src]

Stores a value in pixels inside units.

Parameters

units

Type: ClutterUnits

A ClutterUnits.

The argument will be set by the function.
The data is owned by the function.
px

Type: gint

Pixels.