📄 ptk-file-misc.h
字号:
/** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -