file-properties.h
来自「台湾人开发的Linux下的文件管理器」· C头文件 代码 · 共 20 行
H
20 行
#ifndef _FILE_PROPERTIES_H_#define _FILE_PROPERTIES_H_#include <gtk/gtk.h>G_BEGIN_DECLSGtkWidget* file_properties_dlg_new( GtkWindow* parent, const char* dir_path, GList* sel_files );void on_filePropertiesDlg_response (GtkDialog *dialog, gint response_id, gpointer user_data);G_END_DECLS#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?