Class
PurpleWhiteboard
unstable since: 3.0
Description [src]
class Purple.Whiteboard : GObject.Object
{
/* No available fields */
}
A abstract whiteboard object.
Available since: 3.0
Instance methods
purple_whiteboard_equal
Checks the id’s for whiteboard1
and whiteboard2
and return whether or not
they are equal.
unstable since: 3.0
purple_whiteboard_get_account
Gets the PurpleAccount
that whiteboard
is tied to.
unstable since: 3.0
purple_whiteboard_ui_ops_set_brush
Sets the size and color of the active brush for whiteboard
.
unstable since: 3.0
purple_whiteboard_ui_ops_set_dimensions
Sets the user interface dimensions for whiteboard
.
unstable since: 3.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.