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