drawing.h
来自「Source code for an Numeric Cmputer」· C头文件 代码 · 共 12 行
H
12 行
#ifdef NO_GTK_STYLE_GET_FONT#define gtk_style_get_font(style) (style)->font#endifchar *DisplayInfo(int Type, int Offset);char *DisplayArithmExpr(char *Expr, int NumCarMax);void DrawElement(GdkPixmap * DrawPixmap, int x, int y, int Width, int Height, StrElement Element, char DrawForToolBar);void GetTheSizesForRung();void DrawRungs();void DrawCurrentSection(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?