📄 fselect.h
字号:
/*---------------------------------------------------------------------- File : fselect.h Contents: file selector box with Athena widgets Author : Christian Borgelt History : 28.10.1997 file created----------------------------------------------------------------------*/#ifndef __FSELECT__#define __FSELECT__#include <limits.h>#ifndef PATH_MAX#define PATH_MAX 1024#endif/*---------------------------------------------------------------------- Functions----------------------------------------------------------------------*/extern int fselect (Widget parent, const char *title, const char *path, const char *fname, XtCallbackProc callback);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -