aboutsummaryrefslogtreecommitdiff
path: root/nls/blackbox-nls.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nls/blackbox-nls.hh')
-rw-r--r--nls/blackbox-nls.hh167
1 files changed, 167 insertions, 0 deletions
diff --git a/nls/blackbox-nls.hh b/nls/blackbox-nls.hh
new file mode 100644
index 0000000..4a17d81
--- /dev/null
+++ b/nls/blackbox-nls.hh
@@ -0,0 +1,167 @@
1#define BaseDisplaySet 0x1
2#define BaseDisplayXError 0x1
3#define BaseDisplaySignalCaught 0x2
4#define BaseDisplayShuttingDown 0x3
5#define BaseDisplayAborting 0x4
6#define BaseDisplayXConnectFail 0x5
7#define BaseDisplayCloseOnExecFail 0x6
8#define BaseDisplayBadWindowRemove 0x7
9
10#define BasemenuSet 0x2
11#define BasemenuBlackboxMenu 0x1
12
13#define ConfigmenuSet 0x3
14#define ConfigmenuConfigOptions 0x1
15#define ConfigmenuFocusModel 0x2
16#define ConfigmenuWindowPlacement 0x3
17#define ConfigmenuImageDithering 0x4
18#define ConfigmenuOpaqueMove 0x5
19#define ConfigmenuFullMax 0x6
20#define ConfigmenuFocusNew 0x7
21#define ConfigmenuFocusLast 0x8
22#define ConfigmenuClickToFocus 0x9
23#define ConfigmenuSloppyFocus 0xa
24#define ConfigmenuAutoRaise 0xb
25#define ConfigmenuSmartRows 0xc
26#define ConfigmenuSmartCols 0xd
27#define ConfigmenuCascade 0xe
28#define ConfigmenuLeftRight 0xf
29#define ConfigmenuRightLeft 0x10
30#define ConfigmenuTopBottom 0x11
31#define ConfigmenuBottomTop 0x12
32#define ConfigmenuTabs 0x13
33#define ConfigmenuIcons 0x14
34#define ConfigmenuTabPlacement 0x15
35#define ConfigmenuTabRotateVertical 0x16
36#define ConfigmenuSemiSloppyFocus 0x17
37
38#define IconSet 0x4
39#define IconIcons 0x1
40
41#define ImageSet 0x5
42#define ImageErrorCreatingSolidPixmap 0x1
43#define ImageErrorCreatingXImage 0x2
44#define ImageUnsupVisual 0x3
45#define ImageErrorCreatingPixmap 0x4
46#define ImageInvalidColormapSize 0x5
47#define ImageErrorAllocatingColormap 0x6
48#define ImageColorAllocFail 0x7
49#define ImagePixmapRelease 0x8
50#define ImagePixmapCacheLarge 0x9
51#define ImageColorParseError 0xa
52#define ImageColorAllocError 0xb
53
54#define ScreenSet 0x6
55#define ScreenAnotherWMRunning 0x1
56#define ScreenManagingScreen 0x2
57#define ScreenFontLoadFail 0x3
58#define ScreenDefaultFontLoadFail 0x4
59#define ScreenEmptyMenuFile 0x5
60#define Screenxterm 0x6
61#define ScreenRestart 0x7
62#define ScreenExit 0x8
63#define ScreenEXECError 0x9
64#define ScreenEXITError 0xa
65#define ScreenSTYLEError 0xb
66#define ScreenCONFIGError 0xc
67#define ScreenINCLUDEError 0xd
68#define ScreenINCLUDEErrorReg 0xe
69#define ScreenSUBMENUError 0xf
70#define ScreenRESTARTError 0x10
71#define ScreenRECONFIGError 0x11
72#define ScreenSTYLESDIRError 0x12
73#define ScreenSTYLESDIRErrorNotDir 0x13
74#define ScreenSTYLESDIRErrorNoExist 0x14
75#define ScreenWORKSPACESError 0x15
76#define ScreenPositionLength 0x16
77#define ScreenPositionFormat 0x17
78#define ScreenGeometryFormat 0x18
79
80#define SlitSet 0x7
81#define SlitSlitTitle 0x1
82#define SlitSlitDirection 0x2
83#define SlitSlitPlacement 0x3
84
85#define ToolbarSet 0x8
86#define ToolbarNoStrftimeLength 0x1
87#define ToolbarNoStrftimeDateFormat 0x2
88#define ToolbarNoStrftimeDateFormatEu 0x3
89#define ToolbarNoStrftimeTimeFormat24 0x4
90#define ToolbarNoStrftimeTimeFormat12 0x5
91#define ToolbarNoStrftimeTimeFormatP 0x6
92#define ToolbarNoStrftimeTimeFormatA 0x7
93#define ToolbarToolbarTitle 0x8
94#define ToolbarEditWkspcName 0x9
95#define ToolbarToolbarPlacement 0xa
96
97#define WindowSet 0x9
98#define WindowCreating 0x1
99#define WindowXGetWindowAttributesFail 0x2
100#define WindowCannotFindScreen 0x3
101#define WindowUnnamed 0x4
102#define WindowMapRequest 0x5
103#define WindowUnmapNotify 0x6
104#define WindowUnmapNotifyReparent 0x7
105
106#define WindowmenuSet 0xa
107#define WindowmenuSendTo 0x1
108#define WindowmenuSendGroupTo 0x2
109#define WindowmenuShade 0x3
110#define WindowmenuIconify 0x4
111#define WindowmenuMaximize 0x5
112#define WindowmenuRaise 0x6
113#define WindowmenuLower 0x7
114#define WindowmenuStick 0x8
115#define WindowmenuKillClient 0x9
116#define WindowmenuClose 0xa
117
118#define WorkspaceSet 0xb
119#define WorkspaceDefaultNameFormat 0x1
120
121#define WorkspacemenuSet 0xc
122#define WorkspacemenuWorkspacesTitle 0x1
123#define WorkspacemenuNewWorkspace 0x2
124#define WorkspacemenuRemoveLast 0x3
125
126#define blackboxSet 0xd
127#define blackboxNoManagableScreens 0x1
128#define blackboxMapRequest 0x2
129
130#define CommonSet 0xe
131#define CommonYes 0x1
132#define CommonNo 0x2
133#define CommonDirectionTitle 0x3
134#define CommonDirectionHoriz 0x4
135#define CommonDirectionVert 0x5
136#define CommonAlwaysOnTop 0x6
137#define CommonPlacementTitle 0x7
138#define CommonPlacementTopLeft 0x8
139#define CommonPlacementCenterLeft 0x9
140#define CommonPlacementBottomLeft 0xa
141#define CommonPlacementTopCenter 0xb
142#define CommonPlacementBottomCenter 0xc
143#define CommonPlacementTopRight 0xd
144#define CommonPlacementCenterRight 0xe
145#define CommonPlacementBottomRight 0xf
146#define CommonPlacementLeftTop 0x10
147#define CommonPlacementLeftCenter 0x11
148#define CommonPlacementLeftBottom 0x12
149#define CommonPlacementRightTop 0x13
150#define CommonPlacementRightCenter 0x14
151#define CommonPlacementRightBottom 0x15
152#define CommonPlacementTopRelative 0x16
153#define CommonPlacementBottomRelative 0x17
154#define CommonPlacementLeftRelative 0x18
155#define CommonPlacementRightRelative 0x19
156#define CommonAutoHide 0x1a
157
158#define mainSet 0xf
159#define mainRCRequiresArg 0x1
160#define mainDISPLAYRequiresArg 0x2
161#define mainWarnDisplaySet 0x3
162#define mainUsage 0x4
163#define mainCompileOptions 0x5
164
165#define bsetrootSet 0x10
166#define bsetrootMustSpecify 0x1
167#define bsetrootUsage 0x2