?? gcs.h
字號(hào):
#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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -