Method
PurpleWhiteboardget_brush
since: 2.0
Declaration [src]
gboolean
purple_whiteboard_get_brush (
PurpleWhiteboard* whiteboard,
gint* size,
gint* color
)
Parameters
size
-
Type:
gint*
A return address for the size of the brush.
The argument will be set by the function. The argument can be set to NULL
by the method. color
-
Type:
gint*
A return address for the color of the brush.
The argument will be set by the function. The argument can be set to NULL
by the method.