Method

AtspiComponentset_size

Declaration [src]

gboolean
atspi_component_set_size (
  AtspiComponent* obj,
  gint width,
  gint height,
  GError** error
)

Description [src]

Resizes the specified component to the given pixel dimensions.

Parameters

width gint
 

The width to which the component should be resized.

height gint
 

The height to which the component should be resized.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful; FALSE otherwise.