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

📄 gcs.h

📁 NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable
💻 H
字号:
#ifndef	Gcs_h#ifdef	__STDC__extern	GC	AllocFgGC( Widget w, Pixel fg, Font font) ;extern	GC	AllocBackgroundGC( Widget w, Font font) ;extern	GC	AllocGreyGC( Widget w, Pixel fg, Font, int, int ) ;extern	GC	AllocTopShadowGC( Widget w, int contrast, int ) ;extern	GC	AllocBotShadowGC( Widget w, int contrast, int ) ;extern	GC	AllocArmGC( Widget w, int contrast, int) ;extern	Pixel	AllocShadowPixel(Widget, int scale) ;extern	Pixel	AllocGreyPixel(Widget, Pixel fg, Pixel bg, int contrast) ;extern	void	Draw3dBox(Widget w, int  x, int y, int wid, int hgt, int s,			GC topgc, GC botgc) ;#elseextern	GC	AllocFgGC() ;extern	GC	AllocBackgroundGC() ;extern	GC	AllocGreyGC() ;extern	GC	AllocTopShadowGC() ;extern	GC	AllocBotShadowGC() ;extern	GC	AllocArmGC() ;extern	Pixel	AllocShadowPixel() ;extern	Pixel	AllocGreyPixel() ;extern	void	Draw3dBox() ;#endif#define	Gcs_h#endif

⌨️ 快捷键说明

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