ptk-clipboard.h

来自「台湾人开发的Linux下的文件管理器」· C头文件 代码 · 共 31 行

H
31
字号
/**  C Interface: ptk-clipboard** Description: *** Author: Hong Jen Yee (PCMan) <pcman.tw (AT) gmail.com>, (C) 2006** Copyright: See COPYING file that comes with this distribution**/#ifndef _PTK_CLIPBOARD_H_#define _PTK_CLIPBOARD_H_#include <glib.h>#include <gtk/gtk.h>G_BEGIN_DECLSvoid ptk_clipboard_cut_or_copy_files( const char* working_dir,                                      GList* files,                                      gboolean copy );void ptk_clipboard_paste_files( GtkWindow* parent_win,                                const char* dest_dir );G_END_DECLS#endif

⌨️ 快捷键说明

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