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

📄 xutil.h

📁 用于nano-x的xlib
💻 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 int XIntersectRegion(#if NeedFunctionPrototypes    Region		/* sra */,    Region		/* srb */,    Region		/* dr_return */#endif);extern void XConvertCase(#if NeedFunctionPrototypes    KeySym		/* sym */,    KeySym*		/* lower */,    KeySym*		/* upper */#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 int 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 int XSetClassHint(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XClassHint*		/* class_hints */#endif);extern int XSetIconSizes(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XIconSize*		/* size_list */,    int			/* count */    #endif);extern int 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 int XSetSizeHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* hints */,    Atom		/* property */#endif);extern int 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 int 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 Xutf8SetWMProperties(#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 int 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 int XSetZoomHints(#if NeedFunctionPrototypes    Display*		/* display */,    Window		/* w */,    XSizeHints*		/* zhints */#endif);extern int 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 int XSubtractRegion(#if NeedFunctionPrototypes    Region		/* sra */,    Region		/* srb */,    Region		/* dr_return */#endif);extern int XmbTextListToTextProperty(    Display*		display,    char**		list,    int			count,    XICCEncodingStyle	style,    XTextProperty*	text_prop_return);extern int XwcTextListToTextProperty(    Display*		display,    wchar_t**		list,    int			count,    XICCEncodingStyle	style,    XTextProperty*	text_prop_return);extern int Xutf8TextListToTextProperty(    Display*		display,    char**		list,    int			count,    XICCEncodingStyle	style,    XTextProperty*	text_prop_return);extern void XwcFreeStringList(    wchar_t**		list);extern Status XTextPropertyToStringList(#if NeedFunctionPrototypes    XTextProperty*	/* text_prop */,    char***		/* list_return */,    int*		/* count_return */#endif);extern int XmbTextPropertyToTextList(    Display*		display,    const XTextProperty* text_prop,    char***		list_return,    int*		count_return);extern int XwcTextPropertyToTextList(    Display*		display,    const XTextProperty* text_prop,    wchar_t***		list_return,    int*		count_return);extern int Xutf8TextPropertyToTextList(    Display*		display,    const XTextProperty* text_prop,    char***		list_return,    int*		count_return);extern int XUnionRectWithRegion(#if NeedFunctionPrototypes    XRectangle*		/* rectangle */,    Region		/* src_region */,    Region		/* dest_region_return */#endif);extern int 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 int XXorRegion(#if NeedFunctionPrototypes    Region		/* sra */,    Region		/* srb */,    Region		/* dr_return */#endif);_XFUNCPROTOEND#endif /* _XUTIL_H_ */

⌨️ 快捷键说明

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