1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
-----------------------------------------------------------------------------
-- |
-- Module : Graphics.X11.ExtraTypes.AP
-- Copyright : (c) Apollo 1987, HP 1989
-- License : X11 (see below) due to X headers
--
-- Maintainer : libraries@haskell.org
-- Stability : unstable
-- Portability : unportable
--
--
-- This file is generated based on X.org includes. It contains
-- the keysyms for AP.
-----------------------------------------------------------------------------
-- Generated from /usr/include/X11/ap_keysym.h
--
-- Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts.
-- Copyright 1989 by Hewlett-Packard Company.
--
-- All Rights Reserved
--
-- Permission to use, duplicate, change, and distribute this software and
-- its documentation for any purpose and without fee is granted, provided
-- that the above copyright notice appear in such copy and that this
-- copyright notice appear in all supporting documentation, and that the
-- names of Apollo Computer Inc., the Hewlett-Packard Company, or the X
-- Consortium not be used in advertising or publicity pertaining to
-- distribution of the software without written prior permission.
--
-- HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
-- TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-- PURPOSE. Hewlett-Packard shall not be liable for errors
-- contained herein or direct, indirect, special, incidental or
-- consequential damages in connection with the furnishing,
-- performance, or use of this material.
--
-- This software is not subject to any license of the American
-- Telephone and Telegraph Company or of the Regents of the
-- University of California.
module Graphics.X11.ExtraTypes.AP
(
#ifdef apXK_LineDel
apXK_LineDel,
#else
-- Skipping apXK_LineDel because your X doesn't define it
#endif
#ifdef apXK_CharDel
apXK_CharDel,
#else
-- Skipping apXK_CharDel because your X doesn't define it
#endif
#ifdef apXK_Copy
apXK_Copy,
#else
-- Skipping apXK_Copy because your X doesn't define it
#endif
#ifdef apXK_Cut
apXK_Cut,
#else
-- Skipping apXK_Cut because your X doesn't define it
#endif
#ifdef apXK_Paste
apXK_Paste,
#else
-- Skipping apXK_Paste because your X doesn't define it
#endif
#ifdef apXK_Move
apXK_Move,
#else
-- Skipping apXK_Move because your X doesn't define it
#endif
#ifdef apXK_Grow
apXK_Grow,
#else
-- Skipping apXK_Grow because your X doesn't define it
#endif
#ifdef apXK_Cmd
apXK_Cmd,
#else
-- Skipping apXK_Cmd because your X doesn't define it
#endif
#ifdef apXK_Shell
apXK_Shell,
#else
-- Skipping apXK_Shell because your X doesn't define it
#endif
#ifdef apXK_LeftBar
apXK_LeftBar,
#else
-- Skipping apXK_LeftBar because your X doesn't define it
#endif
#ifdef apXK_RightBar
apXK_RightBar,
#else
-- Skipping apXK_RightBar because your X doesn't define it
#endif
#ifdef apXK_LeftBox
apXK_LeftBox,
#else
-- Skipping apXK_LeftBox because your X doesn't define it
#endif
#ifdef apXK_RightBox
apXK_RightBox,
#else
-- Skipping apXK_RightBox because your X doesn't define it
#endif
#ifdef apXK_UpBox
apXK_UpBox,
#else
-- Skipping apXK_UpBox because your X doesn't define it
#endif
#ifdef apXK_DownBox
apXK_DownBox,
#else
-- Skipping apXK_DownBox because your X doesn't define it
#endif
#ifdef apXK_Pop
apXK_Pop,
#else
-- Skipping apXK_Pop because your X doesn't define it
#endif
#ifdef apXK_Read
apXK_Read,
#else
-- Skipping apXK_Read because your X doesn't define it
#endif
#ifdef apXK_Edit
apXK_Edit,
#else
-- Skipping apXK_Edit because your X doesn't define it
#endif
#ifdef apXK_Save
apXK_Save,
#else
-- Skipping apXK_Save because your X doesn't define it
#endif
#ifdef apXK_Exit
apXK_Exit,
#else
-- Skipping apXK_Exit because your X doesn't define it
#endif
#ifdef apXK_Repeat
apXK_Repeat,
#else
-- Skipping apXK_Repeat because your X doesn't define it
#endif
#ifdef apXK_KP_parenleft
apXK_KP_parenleft,
#else
-- Skipping apXK_KP_parenleft because your X doesn't define it
#endif
#ifdef apXK_KP_parenright
apXK_KP_parenright,
#else
-- Skipping apXK_KP_parenright because your X doesn't define it
#endif
) where
import Graphics.X11.Types
#include "HsAllKeysyms.h"
#ifdef apXK_LineDel
apXK_LineDel :: KeySym
apXK_LineDel = #const apXK_LineDel
#endif
#ifdef apXK_CharDel
apXK_CharDel :: KeySym
apXK_CharDel = #const apXK_CharDel
#endif
#ifdef apXK_Copy
apXK_Copy :: KeySym
apXK_Copy = #const apXK_Copy
#endif
#ifdef apXK_Cut
apXK_Cut :: KeySym
apXK_Cut = #const apXK_Cut
#endif
#ifdef apXK_Paste
apXK_Paste :: KeySym
apXK_Paste = #const apXK_Paste
#endif
#ifdef apXK_Move
apXK_Move :: KeySym
apXK_Move = #const apXK_Move
#endif
#ifdef apXK_Grow
apXK_Grow :: KeySym
apXK_Grow = #const apXK_Grow
#endif
#ifdef apXK_Cmd
apXK_Cmd :: KeySym
apXK_Cmd = #const apXK_Cmd
#endif
#ifdef apXK_Shell
apXK_Shell :: KeySym
apXK_Shell = #const apXK_Shell
#endif
#ifdef apXK_LeftBar
apXK_LeftBar :: KeySym
apXK_LeftBar = #const apXK_LeftBar
#endif
#ifdef apXK_RightBar
apXK_RightBar :: KeySym
apXK_RightBar = #const apXK_RightBar
#endif
#ifdef apXK_LeftBox
apXK_LeftBox :: KeySym
apXK_LeftBox = #const apXK_LeftBox
#endif
#ifdef apXK_RightBox
apXK_RightBox :: KeySym
apXK_RightBox = #const apXK_RightBox
#endif
#ifdef apXK_UpBox
apXK_UpBox :: KeySym
apXK_UpBox = #const apXK_UpBox
#endif
#ifdef apXK_DownBox
apXK_DownBox :: KeySym
apXK_DownBox = #const apXK_DownBox
#endif
#ifdef apXK_Pop
apXK_Pop :: KeySym
apXK_Pop = #const apXK_Pop
#endif
#ifdef apXK_Read
apXK_Read :: KeySym
apXK_Read = #const apXK_Read
#endif
#ifdef apXK_Edit
apXK_Edit :: KeySym
apXK_Edit = #const apXK_Edit
#endif
#ifdef apXK_Save
apXK_Save :: KeySym
apXK_Save = #const apXK_Save
#endif
#ifdef apXK_Exit
apXK_Exit :: KeySym
apXK_Exit = #const apXK_Exit
#endif
#ifdef apXK_Repeat
apXK_Repeat :: KeySym
apXK_Repeat = #const apXK_Repeat
#endif
#ifdef apXK_KP_parenleft
apXK_KP_parenleft :: KeySym
apXK_KP_parenleft = #const apXK_KP_parenleft
#endif
#ifdef apXK_KP_parenright
apXK_KP_parenright :: KeySym
apXK_KP_parenright = #const apXK_KP_parenright
#endif
|