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

📄 xwindow.h

📁 seismic software,very useful
💻 H
字号:
/* Copyright (c) Colorado School of Mines, 1997.*//* All rights reserved.                       *//* xwindow.h for xpicker */#ifndef X_WINDOW_H#define X_WINDOW_H#define CELLS 2 /** this is how many color cells we want to grab **//***************************************************//** These definitions are for the garnish buttons **//***************************************************/#define SHADOW 30000#define RADIO_SHADOW 15000#define SHRINK 0#define EXPAND 1#define RIGHT 3#define LEFT 2#define UP 1 #define DOWN 0#define RELATIVE 1#define FIXED 2#define TOP 3#define BOTTOM 14/***************************************************/#define COLOR_FLAGS DoRed | DoGreen | DoBlue#define XEVENT_MASK ButtonPressMask | KeyPressMask | ExposureMask | PointerMotionMask | ButtonReleaseMask | KeyReleaseMask | EnterWindowMask | LeaveWindowMask | FocusChangeMaskDisplay     		*display;Visual			*visual;Window    	        window,win2;Window                  inwin;GC 	      		gc;Colormap    		colormap;XColor      		generic, foreground_color, background_color;XEvent      		event;Pixmap                  draw;Pixmap                  highlight;Pixmap                  escherknot;XImage			*image;KeySym      		key;XSizeHints  		hint;XWMHints                wmhint;Cursor                  standard_cursor, busy_cursor;Cursor                  grid_cursor, mutate_cursor;Status      		result;Font 			font;XFontStruct             *font_struct;Time                    time_stamp;unsigned long		width,height;int			xhot,yhot,status,x;unsigned long 		plane_mask,depth;unsigned long 		pixel;unsigned long 		foreground, background;int			bitmap_pad;int         		screen;int                     cells;int                     current_pixel;char                    text[11]; /** the text read from keyboard **/#endif /* end of X_WINDOW_H */

⌨️ 快捷键说明

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