fselect.h

来自「BCView - Bayes Classifier Visualization 」· C头文件 代码 · 共 22 行

H
22
字号
/*----------------------------------------------------------------------  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 + =
减小字号Ctrl + -
显示快捷键?