📄 window.xplot.lib
字号:
WINDOW - Function to create a window in X-windows graphicsxNewWindow Create a new window and return the window IDFunction Prototype:Window xNewWindow (Display *dpy, int x, int y, int width, int height, int border, int background, char *name);Input:dpy display pointerx x in pixels of upper left cornery y in pixels of upper left cornerwidth width in pixelsheight height in pixelsborder border pixelbackground background pixelname name of window (also used for icon)Notes:The parent window is the root window.The border_width is 4 pixels.Author: Dave Hale, Colorado School of Mines, 01/06/90
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -