xfilter.sel.h

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

H
44
字号
/****  xfilter.sel.h  ****//********************************************************************`xfilter' implements a simple UNIX filter application where inputand output are X-related data repositories.  It is composed of thefollowing modules:	`xfilter.c'		-- widget creation for the top-level interface,					   plus callbacks and support functions.	`xfilter.sel.c' -- the ICCCM-based selection and filter routines.	`xfilter.hlp.t'	-- a module for providing help system text.	`help.c'		-- a generalized help system.	`motif.c'		-- OSF/Motif miscellaneous functions.See these modules for more details.********************************************************************/#include <sys/stat.h>#include <Xm/CutPaste.h>#include <X11/Xatom.h>/*Public functions:*/extern void initialize_selection_structures();extern void free_selection_structures();extern int filter_primary_selection();extern int filter_clipboard_selection();extern void filter_cut_buffer();extern void filter_file();extern int file_size();/*Generic external functions:*/extern free();

⌨️ 快捷键说明

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