gcs.h
来自「NIST Net – A Linux-based Network Emulati」· C头文件 代码 · 共 32 行
H
32 行
#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 + =
减小字号Ctrl + -
显示快捷键?