⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xutil.h

📁 在Linux下做的QuadTree的程序
💻 H
📖 第 1 页 / 共 2 页
字号:
extern Status XGetTextProperty(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* window */,    XTextProperty*	/* text_prop_return */,    Atom		/* property */#endif);extern XVisualInfo *XGetVisualInfo(#if NeedFunctionPrototypes    Display*		/* display */,    long		/* vinfo_mask */,    XVisualInfo*	/* vinfo_template */,    int*		/* nitems_return */#endif);extern Status XGetWMClientMachine(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* text_prop_return */#endif);extern XWMHints *XGetWMHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */		      #endif);extern Status XGetWMIconName(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* text_prop_return */#endif);extern Status XGetWMName(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* text_prop_return */#endif);extern Status XGetWMNormalHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* hints_return */,    long*		/* supplied_return */ #endif);extern Status XGetWMSizeHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* hints_return */,    long*		/* supplied_return */,    Atom		/* property */#endif);extern Status XGetZoomHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* zhints_return */#endif);extern void XIntersectRegion(#if NeedFunctionPrototypes    Region		/* sra */,    Region		/* srb */,    Region		/* dr_return */#endif);extern int XLookupString(#if NeedFunctionPrototypes    XKeyEvent*		/* event_struct */,    char*		/* buffer_return */,    int			/* bytes_buffer */,    KeySym*		/* keysym_return */,    XComposeStatus*	/* status_in_out */#endif);extern Status XMatchVisualInfo(#if NeedFunctionPrototypes    Display*		/* display */,    int			/* screen */,    int			/* depth */,    int			/* class */,    XVisualInfo*	/* vinfo_return */#endif);extern void XOffsetRegion(#if NeedFunctionPrototypes    Region		/* r */,    int			/* dx */,    int			/* dy */#endif);extern Bool XPointInRegion(#if NeedFunctionPrototypes    Region		/* r */,    int			/* x */,    int			/* y */#endif);extern Region XPolygonRegion(#if NeedFunctionPrototypes    XPoint*		/* points */,    int			/* n */,    int			/* fill_rule */#endif);extern int XRectInRegion(#if NeedFunctionPrototypes    Region		/* r */,    int			/* x */,    int			/* y */,    unsigned int	/* width */,    unsigned int	/* height */#endif);extern int XSaveContext(#if NeedFunctionPrototypes    Display*		/* display */,    XID			/* rid */,    XContext		/* context */,    _Xconst char*	/* data */#endif);extern void XSetClassHint(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XClassHint*		/* class_hints */#endif);extern void XSetIconSizes(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XIconSize*		/* size_list */,    int			/* count */    #endif);extern void XSetNormalHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* hints */#endif);extern void XSetRGBColormaps(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XStandardColormap*	/* stdcmaps */,    int			/* count */,    Atom		/* property */#endif);extern void XSetSizeHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* hints */,    Atom		/* property */#endif);extern void XSetStandardProperties(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    _Xconst char*	/* window_name */,    _Xconst char*	/* icon_name */,    Pixmap		/* icon_pixmap */,    char**		/* argv */,    int			/* argc */,    XSizeHints*		/* hints */#endif);extern void XSetTextProperty(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* text_prop */,    Atom		/* property */#endif);extern void XSetWMClientMachine(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* text_prop */#endif);extern void XSetWMHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XWMHints*		/* wm_hints */#endif);extern void XSetWMIconName(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* text_prop */#endif);extern void XSetWMName(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* text_prop */#endif);extern void XSetWMNormalHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* hints */#endif);extern void XSetWMProperties(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XTextProperty*	/* window_name */,    XTextProperty*	/* icon_name */,    char**		/* argv */,    int			/* argc */,    XSizeHints*		/* normal_hints */,    XWMHints*		/* wm_hints */,    XClassHint*		/* class_hints */#endif);extern void XmbSetWMProperties(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    _Xconst char*	/* window_name */,    _Xconst char*	/* icon_name */,    char**		/* argv */,    int			/* argc */,    XSizeHints*		/* normal_hints */,    XWMHints*		/* wm_hints */,    XClassHint*		/* class_hints */#endif);extern void XSetWMSizeHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* hints */,    Atom		/* property */#endif);extern void XSetRegion(#if NeedFunctionPrototypes    Display*		/* display */,    GC			/* gc */,    Region		/* r */#endif);extern void XSetStandardColormap(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XStandardColormap*	/* colormap */,    Atom		/* property */#endif);extern void XSetZoomHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* zhints */#endif);extern void XShrinkRegion(#if NeedFunctionPrototypes    Region		/* r */,    int			/* dx */,    int			/* dy */#endif);extern Status XStringListToTextProperty(#if NeedFunctionPrototypes    char**		/* list */,    int			/* count */,    XTextProperty*	/* text_prop_return */#endif);extern void XSubtractRegion(#if NeedFunctionPrototypes    Region		/* sra */,    Region		/* srb */,    Region		/* dr_return */#endif);extern int XmbTextListToTextProperty(#if NeedFunctionPrototypes    Display*		/* display */,    char**		/* list */,    int			/* count */,    XICCEncodingStyle	/* style */,    XTextProperty*	/* text_prop_return */#endif);extern int XwcTextListToTextProperty(#if NeedFunctionPrototypes    Display*		/* display */,    wchar_t**		/* list */,    int			/* count */,    XICCEncodingStyle	/* style */,    XTextProperty*	/* text_prop_return */#endif);extern void XwcFreeStringList(#if NeedFunctionPrototypes    wchar_t**		/* list */#endif);extern Status XTextPropertyToStringList(#if NeedFunctionPrototypes    XTextProperty*	/* text_prop */,    char***		/* list_return */,    int*		/* count_return */#endif);extern int XmbTextPropertyToTextList(#if NeedFunctionPrototypes    Display*		/* display */,    XTextProperty*	/* text_prop */,    char***		/* list_return */,    int*		/* count_return */#endif);extern int XwcTextPropertyToTextList(#if NeedFunctionPrototypes    Display*		/* display */,    XTextProperty*	/* text_prop */,    wchar_t***		/* list_return */,    int*		/* count_return */#endif);extern void XUnionRectWithRegion(#if NeedFunctionPrototypes    XRectangle*		/* rectangle */,    Region		/* src_region */,    Region		/* dest_region_return */#endif);extern void XUnionRegion(#if NeedFunctionPrototypes    Region		/* sra */,    Region		/* srb */,    Region		/* dr_return */#endif);extern int XWMGeometry(#if NeedFunctionPrototypes    Display*		/* display */,    int			/* screen_number */,    _Xconst char*	/* user_geometry */,    _Xconst char*	/* default_geometry */,    unsigned int	/* border_width */,    XSizeHints*		/* hints */,    int*		/* x_return */,    int*		/* y_return */,    int*		/* width_return */,    int*		/* height_return */,    int*		/* gravity_return */#endif);extern void XXorRegion(#if NeedFunctionPrototypes    Region		/* sra */,    Region		/* srb */,    Region		/* dr_return */#endif);_XFUNCPROTOEND#ifdef MAC_TCL#   undef Region#endif#endif /* _XUTIL_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -