Method

PhocViewget_pending_box

Declaration [src]

PhocBox
phoc_view_get_pending_box (
  PhocView* self
)

Description [src]

Get the view’s box in layout coordinates taking any pending move and resize operations into account. Note that this rounds x,y to their lower values. If there’s currently no update pending we return the current box for convenience.

Return value

Type: PhocBox

The pending box.