edit-bookmarks.h
来自「台湾人开发的Linux下的文件管理器」· C头文件 代码 · 共 26 行
H
26 行
/** C Interface: editbookmark** Description:*** Author: Hong Jen Yee (PCMan) <pcman.tw (AT) gmail.com>, (C) 2006** Copyright: See COPYING file that comes with this distribution**/#ifndef _EDIT_BOOKMARK_H_#define _EDIT_BOOKMARK_H_#include <gtk/gtk.h>G_BEGIN_DECLSgboolean edit_bookmarks( GtkWindow* parent );G_END_DECLS#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?