Method

PhoshLayerSurfaceset_margins

Declaration [src]

void
phosh_layer_surface_set_margins (
  PhoshLayerSurface* self,
  int top,
  int right,
  int bottom,
  int left
)

Description [src]

Set anchor margins of a layer surface.

Parameters

top int
 

The top margin in pixels.

right int
 

The right margin in pixels.

bottom int
 

The bottom margin in pixels.

left int
 

The left margin in pixels.