ptk-file-misc.h

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

H
47
字号
/**  C Interface: ptk-file-misc** Description: Miscellaneous GUI-realated functions for files*** Author: Hong Jen Yee (PCMan) <pcman.tw (AT) gmail.com>, (C) 2006** Copyright: See COPYING file that comes with this distribution**/#ifndef _PTK_FILE_MISC_H_#define _PTK_FILE_MISC_H_#include <gtk/gtk.h>#include "vfs-file-info.h"#include "ptk-file-browser.h"G_BEGIN_DECLSvoid ptk_delete_files( GtkWindow* parent_win,                       const char* cwd,                       GList* sel_files );void ptk_rename_file( GtkWindow* parent_win,                      const char* cwd,                      VFSFileInfo* file );void ptk_create_new_file( GtkWindow* parent_win,                          const char* cwd,                          gboolean create_folder );void ptk_show_file_properties( GtkWindow* parent_win,                               const char* cwd,                               GList* sel_files );void ptk_open_files_with_app( const char* cwd,                               GList* sel_files,                               char* app_desktop,                              PtkFileBrowser* file_browser );G_END_DECLS#endif

⌨️ 快捷键说明

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