globals.c

来自「This source code has been tested under O」· C语言 代码 · 共 21 行

C
21
字号
/*************************************************************************                                                                    ****  globals.c                                                         ****                                                                    ****  Text Editor -- Global Variable Declarations                       ****                                                                    *************************************************************************/#include <Xm/Xm.h>#include "textedit.h"Widget	appshell,			/* Application Shell          */	mainwin,			/* XmMainWindow		      */	menubar,			/* MainWindow Menu Bar	      */	workwin,			/* MainWindow Work Area       */	textwin;			/* Work Window XmText widget  */Arg	arglist[16];			/* For programmatic rsrc stuf */

⌨️ 快捷键说明

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