Virtual Method

PhocViewmove_resize

Declaration [src]

void
move_resize (
  PhocView* self,
  double x,
  double y,
  uint32_t width,
  uint32_t height
)

Description [src]

This is called by PhocView to move and resize a view a the same time.

Parameters

x

Type: double

No description available.

y

Type: double

No description available.

width

Type: uint32_t

No description available.

height

Type: uint32_t

No description available.