This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / xgnokii / xgnokii_logos.h
1 #ifndef XGNOKII_LOGOS_H
2 #define XGNOKII_LOGOS_H
3
4 /* drawable point size - depends on .xpm file */
5 #define POINTSIZE 5
6
7 /* maximal size for drawing area */
8 #define MAXWIDTH 82
9 #define MAXHEIGHT 48
10
11 /* where to draw preview logos in previewPixmap */
12 #define PREVIEWSTARTX 28 
13 #define PREVIEWSTARTY 160
14
15 #define PREVIEWWIDTH 138
16 #define PREVIEWHEIGHT 289
17
18 /* relative movement caller & operator logo from startuplogo */
19 #define PREVIEWJUMPX 6 
20 #define PREVIEWJUMPY 6 
21
22 #define TOOL_BRUSH 0
23 #define TOOL_LINE 1
24 #define TOOL_RECTANGLE 2 
25 #define TOOL_FILLED_RECTANGLE 3
26 #define TOOL_CIRCLE 4
27 #define TOOL_FILLED_CIRCLE 5
28 #define TOOL_ELIPSE 6 
29 #define TOOL_FILLED_ELIPSE 7 
30 #define TOOL_TEXT 8 
31
32 extern void GUI_ShowLogosWindow (void);
33 extern void GUI_CreateLogosWindow (void);
34
35 /* this is called from optionsApplyCallback when some changes
36  * caller groups names */
37 extern void GUI_RefreshLogosGroupsCombo (void);
38
39 #endif