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 
   40#define PALETTE_NUM_COLORS  7 
PurpleWhiteboardUiOps * pidgin_whiteboard_get_ui_ops(void)
Gets the GtkWhiteboard UI Operations.
 
struct _PidginWhiteboard PidginWhiteboard
A PidginWhiteboard.
 
UI definitions and includes.
 
PurpleWhiteboard * wb
backend data for this whiteboard
 
GtkWidget * drawing_area
Drawing area.
 
int brush_color
Foreground color.
 
GdkPixmap * pixmap
Memory for drawing area.
 
GtkWidget * window
Window for the Doodle session.
 
int brush_size
Brush size.
 
The PurpleWhiteboard UI Operations.
 
The PurpleWhiteboard core object.