Virtual Method

PurpleWhiteboardget_dimensions

unstable since: 3.0

Declaration [src]

gboolean
get_dimensions (
  PurpleWhiteboard* whiteboard,
  int* width,
  int* height
)

Description [src]

Gets the dimension of a whiteboard.

Available since: 3.0

Parameters

width

Type: int*

A return address for the width.

The argument will be set by the function.
height

Type: int*

A return address for the height.

The argument will be set by the function.

Return value

Type: gboolean

True if the values of width and height were set.