fsface.h
来自「一个功能比较强的下载软件」· C头文件 代码 · 共 35 行
H
35 行
/* WebDownloader for X-Window * Copyright (C) 1999-2002 Koshelev Maxim * This Program is free but not GPL!!! You can't modify it * without agreement with author. You can't distribute modified * program but you can distribute unmodified program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */#ifndef __MY_FTP_SEARCH_FACE_HEADER__#define __MY_FTP_SEARCH_FACE_HEADER__#include <gtk/gtk.h>#include "../dlist.h"enum FS_FACE_COLUMNS{ FS_COL_ICON, FS_COL_NAME, FS_COL_SIZE, FS_COL_LAST};void fs_list_remove(GtkTreeView *view,tDownload *what);void fs_list_add(GtkTreeView *view,tDownload *what);void fs_list_set_icon(GtkTreeView *view,tDownload *what,int icon);GtkTreeView *fs_list_init();void fs_list_set_size();void fs_list_get_size();void fs_list_hide();void fs_list_show();void fs_list_allocation(GtkWidget *paned,GtkAllocation *allocation);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?