📄 help.h
字号:
/**** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -