Virtual Method

PhocViewmove

Declaration [src]

void
move (
  PhocView* self,
  double x,
  double y
)

Description [src]

This is called by PhocView to move a view to a new position. The implementation is optional.

Parameters

x

Type: double

No description available.

y

Type: double

No description available.