26 #ifndef _PIDGINWHITEBOARD_H_ 27 #define _PIDGINWHITEBOARD_H_ 33 #define FULL_CIRCLE_DEGREES 23040 36 #define BRUSH_STATE_UP 0 37 #define BRUSH_STATE_DOWN 1 38 #define BRUSH_STATE_MOTION 2 42 #define PALETTE_NUM_COLORS 7 int brush_size
Brush size.
GtkWidget * window
Window for the Doodle session.
GtkWidget * drawing_area
Drawing area.
PurpleWhiteboard * wb
backend data for this whiteboard
UI definitions and includes.
The PurpleWhiteboard UI Operations.
int brush_color
Foreground color.
The PurpleWhiteboard core object.
PurpleWhiteboardUiOps * pidgin_whiteboard_get_ui_ops(void)
Gets the GtkWhiteboard UI Operations.
struct _PidginWhiteboard PidginWhiteboard
A PidginWhiteboard.
GdkPixmap * pixmap
Memory for drawing area.