⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xfilter.sel.h

📁 `smith.motif.tar.Z includes the source code for the book "Designing X clients with Xt/Motif," by Je
💻 H
字号:
/****  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -