Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/X11
File: HookObjI.h
/*
[0] Fix | Delete
[1] Fix | Delete
Copyright 1994, 1998 The Open Group
[2] Fix | Delete
[3] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[4] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[5] Fix | Delete
the above copyright notice appear in all copies and that both that
[6] Fix | Delete
copyright notice and this permission notice appear in supporting
[7] Fix | Delete
documentation.
[8] Fix | Delete
[9] Fix | Delete
The above copyright notice and this permission notice shall be included in
[10] Fix | Delete
all copies or substantial portions of the Software.
[11] Fix | Delete
[12] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[13] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[14] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[15] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[16] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[17] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[18] Fix | Delete
[19] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[20] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[21] Fix | Delete
in this Software without prior written authorization from The Open Group.
[22] Fix | Delete
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
#ifndef _XtHookObjI_h
[26] Fix | Delete
#define _XtHookObjI_h
[27] Fix | Delete
[28] Fix | Delete
_XFUNCPROTOBEGIN
[29] Fix | Delete
[30] Fix | Delete
/* This object is implementation-dependent and private to the library. */
[31] Fix | Delete
[32] Fix | Delete
typedef struct _HookObjRec *HookObject;
[33] Fix | Delete
typedef struct _HookObjClassRec *HookObjectClass;
[34] Fix | Delete
[35] Fix | Delete
externalref WidgetClass hookObjectClass;
[36] Fix | Delete
[37] Fix | Delete
typedef struct _HookObjPart {
[38] Fix | Delete
/* resources */
[39] Fix | Delete
XtCallbackList createhook_callbacks;
[40] Fix | Delete
XtCallbackList changehook_callbacks;
[41] Fix | Delete
XtCallbackList confighook_callbacks;
[42] Fix | Delete
XtCallbackList geometryhook_callbacks;
[43] Fix | Delete
XtCallbackList destroyhook_callbacks;
[44] Fix | Delete
WidgetList shells;
[45] Fix | Delete
Cardinal num_shells;
[46] Fix | Delete
/* private data */
[47] Fix | Delete
Cardinal max_shells;
[48] Fix | Delete
Screen* screen;
[49] Fix | Delete
}HookObjPart;
[50] Fix | Delete
[51] Fix | Delete
typedef struct _HookObjRec {
[52] Fix | Delete
ObjectPart object;
[53] Fix | Delete
HookObjPart hooks;
[54] Fix | Delete
} HookObjRec;
[55] Fix | Delete
[56] Fix | Delete
typedef struct _HookObjClassPart {
[57] Fix | Delete
int unused;
[58] Fix | Delete
} HookObjClassPart;
[59] Fix | Delete
[60] Fix | Delete
typedef struct _HookObjClassRec {
[61] Fix | Delete
ObjectClassPart object_class;
[62] Fix | Delete
HookObjClassPart hook_class;
[63] Fix | Delete
} HookObjClassRec;
[64] Fix | Delete
[65] Fix | Delete
externalref HookObjClassRec hookObjClassRec;
[66] Fix | Delete
[67] Fix | Delete
_XFUNCPROTOEND
[68] Fix | Delete
[69] Fix | Delete
#endif /* ifndef _Xt_HookObjI_h */
[70] Fix | Delete
[71] Fix | Delete
[72] Fix | Delete
[73] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function