help.h

来自「`smith.motif.tar.Z includes the source c」· C头文件 代码 · 共 34 行

H
34
字号
/**** help.h ****//*******************************************************************Currently, there is no help object; that is, this module simplyprovides functions for creating and activating the help system.*******************************************************************/#include <Xm/Xm.h>#include <Xm/Label.h>#include <Xm/PanedW.h>#include <Xm/PushB.h>#include <Xm/CascadeB.h>#include <Xm/RowColumn.h>#include <Xm/ScrollBar.h>#include <Xm/ScrolledW.h>#include <Xm/Text.h>#include <string.h>#include "motif.h"/*Public functions:*/extern void help_create_dialog();extern void help_realize();extern Widget help_shell();extern void help_create_pulldown_menu();extern void Help();

⌨️ 快捷键说明

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