~ubuntu-branches/ubuntu/maverick/qgo/maverick

« back to all changes in this revision

Viewing changes to src/icons.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * icons.h
 
3
 */
 
4
 
 
5
#ifndef ICONS_H
 
6
#define ICONS_H
 
7
 
 
8
#define USE_XPM  
 
9
//#undef USE_XPM
 
10
 
 
11
#ifdef USE_XPM
 
12
#define WOOD_PIC "./pics/wood.xpm"
 
13
#define WOOD2_PIC "./pics/wood2.xpm"
 
14
#define WOOD3_PIC "./pics/wood3.xpm"
 
15
#define WOOD4_PIC "./pics/wood4.xpm"
 
16
#define WOOD5_PIC "./pics/wood5.xpm"
 
17
#define TABLE_PIC "./pics/table.xpm"
 
18
#define ICON_PREFS "./pics/package_settings.xpm"
 
19
#define ICON_GAMEINFO "./pics/idea.xpm"
 
20
#define ICON_TELNET "./pics/openterm.xpm"
 
21
#define ICON_EXIT "./pics/exit.xpm"
 
22
#define ICON_FILENEWBOARD "./pics/newboard.xpm"
 
23
#define ICON_FILENEW "./pics/filenew.xpm"
 
24
#define ICON_FILEOPEN "./pics/fileopen.xpm"
 
25
#define ICON_FILESAVE "./pics/filesave.xpm"
 
26
#define ICON_FILESAVEAS "./pics/filesaveas.xpm"
 
27
#define ICON_TRANSFORM "./pics/transform.xpm"
 
28
#define ICON_CHARSET "./pics/charset.xpm"
 
29
#define ICON_RIGHTARROW "./pics/1rightarrow.xpm"
 
30
#define ICON_LEFTARROW "./pics/1leftarrow.xpm"
 
31
#define ICON_RIGHTCOMMENT "./pics/1rightcomment.xpm"        //added eb 2
 
32
#define ICON_LEFTCOMMENT "./pics/1leftcomment.xpm"          // end add eb 2
 
33
#define ICON_TWO_RIGHTARROW "./pics/2rightarrow.xpm"
 
34
#define ICON_TWO_LEFTARROW "./pics/2leftarrow.xpm"
 
35
#define ICON_NEXT_VAR "./pics/down.xpm"
 
36
#define ICON_PREV_VAR "./pics/up.xpm"
 
37
#define ICON_MAIN_BRANCH "./pics/start.xpm"
 
38
#define ICON_START_VAR "./pics/top.xpm"
 
39
#define ICON_NEXT_BRANCH "./pics/bottom.xpm"
 
40
#define ICON_AUTOPLAY "./pics/player_pause.xpm"
 
41
#define ICON_CUT "./pics/editcut.xpm"
 
42
#define ICON_PASTE "./pics/editpaste.xpm"
 
43
#define ICON_DELETE "./pics/editdelete.xpm"
 
44
#define ICON_INCREASE_SIZE "./pics/viewmag+.xpm"
 
45
#define ICON_DECREASE_SIZE "./pics/viewmag-.xpm"
 
46
#define ICON_FULLSCREEN "./pics/window_fullscreen.xpm"
 
47
#define ICON_WHATSTHIS "./pics/contexthelp.xpm"
 
48
#define ICON_MANUAL "./pics/help.xpm"
 
49
#define ICON_HOME "./pics/gohome.xpm"
 
50
#define ICON_APPICON "./pics/Bowl.xpm"
 
51
#define ICON_NODE_BLACK "./pics/node_black.xpm"
 
52
#define ICON_NODE_WHITE "./pics/node_white.xpm"
 
53
#define ALT_GHOST_BLACK "./pics/alt_ghost_black.xpm"
 
54
#define ALT_GHOST_WHITE "./pics/alt_ghost_white.xpm"
 
55
#define ICON_CONNECTED "./pics/connected.xpm"             
 
56
#define ICON_DISCONNECTED "./pics/connect_no.xpm"         
 
57
#define ICON_OPEN "./pics/open.xpm"                     
 
58
#define ICON_LOOKING "./pics/looking.xpm"
 
59
#define ICON_QUIET "./pics/quiet.xpm"
 
60
#define ICON_NOT_OPEN "./pics/not_open.xpm"
 
61
#define ICON_NOT_LOOKING "./pics/not_looking.xpm"
 
62
#define ICON_NOT_QUIET "./pics/not_quiet.xpm"
 
63
#define ICON_REFRESH_PLAYERS "./pics/refresh_players.xpm"   //added eb 6
 
64
#define ICON_REFRESH_GAMES "./pics/refresh_games.xpm"       //end add eb 6
 
65
#define ICON_NAV_INTERSECTION "./pics/navIntersection.xpm"       //SL added eb 11
 
66
#define ICON_COMPUTER_PLAY "./pics/computerplay.xpm"       //SL added eb 12
 
67
 
 
68
 
 
69
#else 
 
70
#define WOOD_PIC "./pics/wood.png"
 
71
#define WOOD2_PIC "./pics/wood2.png"
 
72
#define WOOD3_PIC "./pics/wood3.png"
 
73
#define WOOD4_PIC "./pics/wood4.png"
 
74
#define WOOD5_PIC "./pics/wood5.png"
 
75
#define TABLE_PIC "./pics/table.png"
 
76
#define ICON_PREFS "./pics/package_settings.png"
 
77
#define ICON_GAMEINFO "./pics/idea.png"
 
78
#define ICON_TELNET "./pics/openterm.png"
 
79
#define ICON_EXIT "./pics/exit.png"
 
80
#define ICON_FILENEWBOARD "./pics/newboard.png"
 
81
#define ICON_FILENEW "./pics/filenew.png"
 
82
#define ICON_FILEOPEN "./pics/fileopen.png"
 
83
#define ICON_FILESAVE "./pics/filesave.png"
 
84
#define ICON_FILESAVEAS "./pics/filesaveas.png"
 
85
#define ICON_TRANSFORM "./pics/transform.png"
 
86
#define ICON_CHARSET "./pics/charset.png"
 
87
#define ICON_RIGHTARROW "./pics/1rightarrow.png"
 
88
#define ICON_LEFTARROW "./pics/1leftarrow.png"
 
89
#define ICON_RIGHTCOMMENT "./pics/1rightcomment.png"        
 
90
#define ICON_LEFTCOMMENT "./pics/1leftcomment.png"         
 
91
#define ICON_TWO_RIGHTARROW "./pics/2rightarrow.png"
 
92
#define ICON_TWO_LEFTARROW "./pics/2leftarrow.png"
 
93
#define ICON_NEXT_VAR "./pics/down.png"
 
94
#define ICON_PREV_VAR "./pics/up.png"
 
95
#define ICON_MAIN_BRANCH "./pics/start.png"
 
96
#define ICON_START_VAR "./pics/top.png"
 
97
#define ICON_NEXT_BRANCH "./pics/bottom.png"
 
98
#define ICON_AUTOPLAY "./pics/player_pause.png"
 
99
#define ICON_CUT "./pics/editcut.png"
 
100
#define ICON_PASTE "./pics/editpaste.png"
 
101
#define ICON_DELETE "./pics/editdelete.png"
 
102
#define ICON_INCREASE_SIZE "./pics/viewmag+.png"
 
103
#define ICON_DECREASE_SIZE "./pics/viewmag-.png"
 
104
#define ICON_FULLSCREEN "./pics/window_fullscreen.png"
 
105
#define ICON_WHATSTHIS "./pics/contexthelp.png"
 
106
#define ICON_MANUAL "./pics/help.png"
 
107
#define ICON_HOME "./pics/gohome.png"
 
108
#define ICON_APPICON "./pics/Bowl.png"
 
109
#define ICON_NODE_BLACK "./pics/node_black.png"
 
110
#define ICON_NODE_WHITE "./pics/node_white.png"
 
111
#define ALT_GHOST_BLACK "./pics/alt_ghost_black.png"
 
112
#define ALT_GHOST_WHITE "./pics/alt_ghost_white.png"
 
113
#define ICON_CONNECTED "./pics/connected.png"             
 
114
#define ICON_DISCONNECTED "./pics/connect_no.png"         
 
115
#define ICON_OPEN "./pics/open.png"                     
 
116
#define ICON_LOOKING "./pics/looking.png"
 
117
#define ICON_QUIET "./src/pics/quiet.png"
 
118
#define ICON_NOT_OPEN "./pics/not_open.png"
 
119
#define ICON_NOT_LOOKING "./pics/not_looking.png"
 
120
#define ICON_NOT_QUIET "./src/pics/not_quiet.png"               
 
121
#define ICON_REFRESH_PLAYERS "./pics/refresh_players.png"   //added eb 6
 
122
#define ICON_REFRESH_GAMES "./pics/refresh_games.png"       //end add eb 6
 
123
#define ICON_NAV_INTERSECTION "./pics/navIntersection.png"       //SL added eb 11
 
124
#define ICON_COMPUTER_PLAY "./pics/computerplay.png"       //SL added eb 12
 
125
 
 
126
#endif
 
127
 
 
128
#endif
 
129