- changing MaxInstructions to 100 for cthulhain (crazy nut) =:)
[bbkeys.git] / src / blackboxstyle.hh
blob3d37867e570c9ca9cb4462934df902d2889e357b
1 // blackboxstyle.hh for bbkeys - a tool for playing with keys or something
2 //
3 // Copyright (c) 1998-1999 by John Kennis, j.m.b.m.kennis@ele.tue.nl
4 //
5 // this program is free software; you can redistribute it and/or modify
6 // it under the terms of the gnu general public license as published by
7 // the free software foundation; either version 2 of the license, or
8 // (at your option) any later version.
9 //
10 // this program is distributed in the hope that it will be useful,
11 // but without any warranty; without even the implied warranty of
12 // merchantability or fitness for a particular purpose. see the
13 // gnu general public license for more details.
15 // you should have received a copy of the gnu general public license
16 // along with this program; if not, write to the free software
17 // foundation, inc., 675 mass ave, cambridge, ma 02139, usa.
19 // (see the included file copying / gpl-2.0)
21 // $Id$
24 #ifndef __BLACKBOXSTYLE_HH
25 #define __BLACKBOXSTYLE_HH
27 /* bbkeys.frame */
28 #define BB_FRAME "window.frame.focus"
29 #define BB_FRAME2 "Window.Frame.Focus"
30 /* bbkeys.label */
31 #define BB_LABEL "window.label.focus"
32 #define BB_LABEL2 "Window.Label.Focus"
33 /* bbkeys.textColor */
34 #define BB_LABEL_TEXTCOLOR "window.label.focus.textColor"
35 #define BB_LABEL_TEXTCOLOR2 "Window.Label.Focus.TextColor"
36 /* bbkeys.bevelWidth */
37 #define BB_BEVELWIDTH "bevelWidth"
38 #define BB_BEVELWIDTH2 "BevelWidth"
39 /* bbkeys.*.font */
40 #define BB_FONT "window.font"
41 #define BB_FONT2 "Window.Font"
42 /* bbkeys.button */
43 #define BB_BUTTON "window.button.focus"
44 #define BB_BUTTON2 "Window.Button.Focus"
45 /* bbkeys.button.pressed */
46 #define BB_BUTTON_PRESSED "window.button.pressed"
47 #define BB_BUTTON_PRESSED2 "Window.Button.Pressed"
48 /* bbkeys.menu.frame */
49 #define BB_MENU_TEXTURE "menu.frame"
50 #define BB_MENU_TEXTURE2 "Menu.Frame"
51 /* bbkeys.menu.frame.hilight */
52 #define BB_MENU_HILITE_TEXTURE "menu.hilite"
53 #define BB_MENU_HILITE_TEXTURE2 "Menu.Hilite"
54 /* bbkeys.menu.highlight.color */
55 #define BB_MENU_HIGHLIGHT_COLOR "menu.hilite.color"
56 #define BB_MENU_HIGHLIGHT_COLOR2 "Menu.Hilite.Color"
57 /* bbkeys.menu.textColor */
58 #define BB_MENU_TEXTCOLOR "menu.frame.textColor"
59 #define BB_MENU_TEXTCOLOR2 "Menu.Frame.TextColor"
60 /* bbkeys.menu.highlight.textColor */
61 #define BB_MENU_HITEXTCOLOR "menu.hilite.textColor"
62 #define BB_MENU_HITEXTCOLOR2 "Menu.Hilite.TextColor"
63 /* bbkeys.menuJustify */
64 #define BB_MENU_JUSTIFY "menu.frame.justify"
65 #define BB_MENU_JUSTIFY2 "Menu.Frame.Justify"
66 /* bbkeys.menuFont */
67 #define BB_MENU_FONT "menu.frame.font"
68 #define BB_MENU_FONT2 "Menu.Frame.Font"
69 /* bbkeys.menu.bulletStyle */
70 #define BB_MENU_BULLETSTYLE "menu.bullet"
71 #define BB_MENU_BULLETSTYLE2 "Menu.Bullet"
72 /* bbkeys.menu.bulletPosiotion */
73 #define BB_MENU_BULLETPOSITION "menu.bullet.position"
74 #define BB_MENU_BULLETPOSITION2 "Menu.Bullet.Position"
76 #endif /* __BLACKBOXSTYLE_HH */