ptk-path-entry.h

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

H
25
字号
/**  C Interface: ptk-path-entry** Description: A custom entry widget with auto-completion*** Author: Hong Jen Yee (PCMan) <pcman.tw (AT) gmail.com>, (C) 2006** Copyright: See COPYING file that comes with this distribution**/#ifndef _PTK_PATH_ENTRY_#define _PTK_PATH_ENTRY_#include <gtk/gtk.h>G_BEGIN_DECLSGtkWidget* ptk_path_entry_new();G_END_DECLS#endif

⌨️ 快捷键说明

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