44#ifndef FIXX11H_Unsorted
45#define FIXX11H_Unsorted
46const int XUnsorted = Unsorted;
48const int Unsorted = XUnsorted;
58const XID XNone =
None;
60const XID
None = XNone;
85#ifndef FIXX11H_KeyPress
86#define FIXX11H_KeyPress
87const int XKeyPress = KeyPress;
89const int KeyPress = XKeyPress;
96#ifndef FIXX11H_KeyRelease
97#define FIXX11H_KeyRelease
98const int XKeyRelease = KeyRelease;
100const int KeyRelease = XKeyRelease;
109const int XAbove = Above;
111const int Above = XAbove;
120const int XBelow = Below;
122const int Below = XBelow;
129#ifndef FIXX11H_FocusIn
130#define FIXX11H_FocusIn
131const int XFocusIn = FocusIn;
133const int FocusIn = XFocusIn;
140#ifndef FIXX11H_FocusOut
141#define FIXX11H_FocusOut
142const int XFocusOut = FocusOut;
144const int FocusOut = XFocusOut;
151#ifndef FIXX11H_Always
152#define FIXX11H_Always
153const int XAlways = Always;
155const int Always = XAlways;
162#ifndef FIXX11H_Expose
163#define FIXX11H_Expose
164const int XExpose = Expose;
166const int Expose = XExpose;
173#ifndef FIXX11H_Success
174#define FIXX11H_Success
184#ifndef FIXX11H_GrayScale
185#define FIXX11H_GrayScale
186const int XGrayScale = GrayScale;
188const int GrayScale = XGrayScale;
195#ifndef FIXX11H_Status
196#define FIXX11H_Status
207#ifndef FIXX11H_CursorShape
208#define FIXX11H_CursorShape
220#ifndef FIXX11H_FontChange
221#define FIXX11H_FontChange
222const int XFontChange = FontChange;
224const int FontChange = XFontChange;
232#ifndef FIXX11H_NormalState
233#define FIXX11H_NormalState
234const int XNormalState = NormalState;
236const int NormalState = XNormalState;
246inline const char *Xindex(
const char *s,
int c)
251inline const char *index(
const char *s,
int c)
262#ifndef FIXX11H_rindex
263#define FIXX11H_rindex
264inline const char *Xrindex(
const char *s,
int c)
269inline const char *rindex(
const char *s,
int c)
271 return Xrindex(s, c);
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:22 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.